Skip to content

Commit a7a0bda

Browse files
committed
Unifying forester version to main pom.xml
1 parent dbe75e4 commit a7a0bda

File tree

3 files changed

+41
-38
lines changed

3 files changed

+41
-38
lines changed

biojava-alignment/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
<dependency>
5050
<groupId>org.biojava.thirdparty</groupId>
5151
<artifactId>forester</artifactId>
52-
<version>1.005</version>
5352
</dependency>
5453
<!-- logging dependencies (managed by parent pom, don't set versions or scopes here) -->
5554
<dependency>

biojava-phylo/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@
3737
<dependency>
3838
<groupId>org.biojava.thirdparty</groupId>
3939
<artifactId>forester</artifactId>
40-
<version>1.005</version>
41-
<type>jar</type>
42-
<scope>compile</scope>
4340
</dependency>
4441
<!-- logging dependencies (managed by parent pom, don't set versions or scopes here) -->
4542
<dependency>

pom.xml

Lines changed: 41 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?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">
34

45
<!-- for releasing to Maven Central / OSS Sonatype -->
56
<parent>
@@ -44,8 +45,8 @@
4445
<developerConnection>scm:git:git@github.com:biojava/biojava.git</developerConnection>
4546
<url>https://github.com/biojava/biojava</url>
4647

47-
<tag>HEAD</tag>
48-
</scm>
48+
<tag>HEAD</tag>
49+
</scm>
4950

5051
<!-- This section required for release at Maven Central. For a full list
5152
of Developers, please see https://github.com/orgs/biojava/members For a list
@@ -344,11 +345,11 @@
344345
</configuration>
345346
</plugin>
346347

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>
352353

353354
</plugins>
354355

@@ -371,33 +372,39 @@
371372
<scope>test</scope>
372373
</dependency>
373374
<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>
378379
<!-- 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>
401408
</dependencies>
402409
</dependencyManagement>
403410

0 commit comments

Comments
 (0)