|
26 | 26 |
|
27 | 27 | <!-- Excluding demo package is required for avoiding namespace clashes |
28 | 28 | (demo package is in all modules) for signing the jar. See issue #387 --> |
29 | | - <plugin> |
30 | | - <groupId>org.apache.maven.plugins</groupId> |
31 | | - <artifactId>maven-jar-plugin</artifactId> |
32 | | - <configuration> |
33 | | - <excludes> |
34 | | - <exclude>demo/**</exclude> |
35 | | - </excludes> |
36 | | - </configuration> |
37 | | - </plugin> |
38 | | - |
| 29 | + <plugin> |
| 30 | + <groupId>org.apache.maven.plugins</groupId> |
| 31 | + <artifactId>maven-jar-plugin</artifactId> |
| 32 | + <configuration> |
| 33 | + <excludes> |
| 34 | + <exclude>demo/**</exclude> |
| 35 | + </excludes> |
| 36 | + </configuration> |
| 37 | + </plugin> |
| 38 | + |
39 | 39 | </plugins> |
40 | 40 | </build> |
41 | 41 | <dependencies> |
|
57 | 57 | <!-- logging dependencies (managed by parent pom, don't set versions or |
58 | 58 | scopes here) --> |
59 | 59 | <dependency> |
60 | | - <groupId>org.slf4j</groupId> |
61 | | - <artifactId>slf4j-api</artifactId> |
62 | | - </dependency> |
63 | | - <!-- binding for log4j2, scope=runTime set in parent pom --> |
64 | | - <dependency> |
65 | | - <groupId>org.apache.logging.log4j</groupId> |
66 | | - <artifactId>log4j-slf4j-impl</artifactId> |
67 | | - </dependency> |
68 | | - <dependency> |
69 | | - <groupId>org.apache.logging.log4j</groupId> |
70 | | - <artifactId>log4j-api</artifactId> |
71 | | - </dependency> |
72 | | - <dependency> |
73 | | - <groupId>org.apache.logging.log4j</groupId> |
74 | | - <artifactId>log4j-core</artifactId> |
75 | | - </dependency> |
76 | | - <dependency> |
77 | | - <groupId>org.biojava</groupId> |
78 | | - <artifactId>biojava-phylo</artifactId> |
| 60 | + <groupId>org.slf4j</groupId> |
| 61 | + <artifactId>slf4j-api</artifactId> |
| 62 | + </dependency> |
| 63 | + <!-- binding for log4j2, scope=runTime set in parent pom --> |
| 64 | + <dependency> |
| 65 | + <groupId>org.apache.logging.log4j</groupId> |
| 66 | + <artifactId>log4j-slf4j-impl</artifactId> |
| 67 | + </dependency> |
| 68 | + <dependency> |
| 69 | + <groupId>org.apache.logging.log4j</groupId> |
| 70 | + <artifactId>log4j-api</artifactId> |
| 71 | + </dependency> |
| 72 | + <dependency> |
| 73 | + <groupId>org.apache.logging.log4j</groupId> |
| 74 | + <artifactId>log4j-core</artifactId> |
| 75 | + </dependency> |
| 76 | + <dependency> |
| 77 | + <groupId>org.biojava</groupId> |
| 78 | + <artifactId>biojava-phylo</artifactId> |
79 | 79 | <version>5.0.0-SNAPSHOT</version> |
80 | | - </dependency> |
| 80 | + </dependency> |
81 | 81 | </dependencies> |
82 | 82 | </project> |
0 commit comments