Skip to content

Commit 3650910

Browse files
committed
Bumping remaining maven dependencies
1 parent 508ff37 commit 3650910

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

biojava-sequencing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<groupId>com.google.guava</groupId>
2121
<artifactId>guava</artifactId>
2222
<scope>compile</scope>
23-
<version>18.0</version>
23+
<version>19.0</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>junit</groupId>

biojava-structure/pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@
99
<artifactId>biojava-structure</artifactId>
1010
<name>biojava-structure</name>
1111
<description>The protein structure modules of BioJava.</description>
12-
<licenses>
13-
<license>
14-
<name>GNU LGPL v2</name>
15-
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
16-
<distribution>repo</distribution>
17-
</license>
18-
</licenses>
1912

2013
<dependencies>
2114

@@ -75,7 +68,7 @@
7568
<dependency>
7669
<groupId>xmlunit</groupId>
7770
<artifactId>xmlunit</artifactId>
78-
<version>1.5</version>
71+
<version>1.6</version>
7972
<scope>test</scope>
8073
</dependency>
8174

0 commit comments

Comments
 (0)