|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
3 | 4 |
|
4 | 5 | <!-- for releasing to Maven Central / OSS Sonatype --> |
5 | 6 | <parent> |
|
44 | 45 | <developerConnection>scm:git:git@github.com:biojava/biojava.git</developerConnection> |
45 | 46 | <url>https://github.com/biojava/biojava</url> |
46 | 47 |
|
47 | | - <tag>HEAD</tag> |
48 | | - </scm> |
| 48 | + <tag>HEAD</tag> |
| 49 | + </scm> |
49 | 50 |
|
50 | 51 | <!-- This section required for release at Maven Central. For a full list |
51 | 52 | of Developers, please see https://github.com/orgs/biojava/members For a list |
|
344 | 345 | </configuration> |
345 | 346 | </plugin> |
346 | 347 |
|
347 | | - <plugin> |
348 | | - <groupId>com.versioneye</groupId> |
349 | | - <artifactId>versioneye-maven-plugin</artifactId> |
350 | | - <version>3.5.1</version> |
351 | | - </plugin> |
| 348 | + <plugin> |
| 349 | + <groupId>com.versioneye</groupId> |
| 350 | + <artifactId>versioneye-maven-plugin</artifactId> |
| 351 | + <version>3.5.1</version> |
| 352 | + </plugin> |
352 | 353 |
|
353 | 354 | </plugins> |
354 | 355 |
|
|
371 | 372 | <scope>test</scope> |
372 | 373 | </dependency> |
373 | 374 | <dependency> |
374 | | - <groupId>org.slf4j</groupId> |
375 | | - <artifactId>slf4j-api</artifactId> |
376 | | - <version>${slf4j.version}</version> |
377 | | - </dependency> |
| 375 | + <groupId>org.slf4j</groupId> |
| 376 | + <artifactId>slf4j-api</artifactId> |
| 377 | + <version>${slf4j.version}</version> |
| 378 | + </dependency> |
378 | 379 | <!-- binding for log4j 2 --> |
379 | | - <dependency> |
380 | | - <groupId>org.apache.logging.log4j</groupId> |
381 | | - <artifactId>log4j-slf4j-impl</artifactId> |
382 | | - <version>${log4j.version}</version> |
383 | | - <!-- runtime scope includes the test scope as well --> |
384 | | - <scope>runtime</scope> |
385 | | - </dependency> |
386 | | - <!-- Log4j API and Core implementation required for binding --> |
387 | | - <dependency> |
388 | | - <groupId>org.apache.logging.log4j</groupId> |
389 | | - <artifactId>log4j-api</artifactId> |
390 | | - <version>${log4j.version}</version> |
391 | | - <!-- runtime scope includes the test scope as well --> |
392 | | - <scope>runtime</scope> |
393 | | - </dependency> |
394 | | - <dependency> |
395 | | - <groupId>org.apache.logging.log4j</groupId> |
396 | | - <artifactId>log4j-core</artifactId> |
397 | | - <version>${log4j.version}</version> |
398 | | - <!-- runtime scope includes the test scope as well --> |
399 | | - <scope>runtime</scope> |
400 | | - </dependency> |
| 380 | + <dependency> |
| 381 | + <groupId>org.apache.logging.log4j</groupId> |
| 382 | + <artifactId>log4j-slf4j-impl</artifactId> |
| 383 | + <version>${log4j.version}</version> |
| 384 | + <!-- runtime scope includes the test scope as well --> |
| 385 | + <scope>runtime</scope> |
| 386 | + </dependency> |
| 387 | + <!-- Log4j API and Core implementation required for binding --> |
| 388 | + <dependency> |
| 389 | + <groupId>org.apache.logging.log4j</groupId> |
| 390 | + <artifactId>log4j-api</artifactId> |
| 391 | + <version>${log4j.version}</version> |
| 392 | + <!-- runtime scope includes the test scope as well --> |
| 393 | + <scope>runtime</scope> |
| 394 | + </dependency> |
| 395 | + <dependency> |
| 396 | + <groupId>org.apache.logging.log4j</groupId> |
| 397 | + <artifactId>log4j-core</artifactId> |
| 398 | + <version>${log4j.version}</version> |
| 399 | + <!-- runtime scope includes the test scope as well --> |
| 400 | + <scope>runtime</scope> |
| 401 | + </dependency> |
| 402 | + <dependency> |
| 403 | + <groupId>org.biojava.thirdparty</groupId> |
| 404 | + <artifactId>forester</artifactId> |
| 405 | + <version>1.005</version> |
| 406 | + <scope>compile</scope> |
| 407 | + </dependency> |
401 | 408 | </dependencies> |
402 | 409 | </dependencyManagement> |
403 | 410 |
|
|
0 commit comments