X Tutup
Skip to content

Commit f0320f5

Browse files
committed
Removed explicit versioning for JAX-B API and runtime, except for the dependencyManagement section in the POM. Reran unit tests with no errors.
1 parent 171aef0 commit f0320f5

File tree

5 files changed

+0
-15
lines changed

5 files changed

+0
-15
lines changed

biojava-aa-prop/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,10 @@
107107
<dependency>
108108
<groupId>jakarta.xml.bind</groupId>
109109
<artifactId>jakarta.xml.bind-api</artifactId>
110-
<version>4.0.0</version>
111110
</dependency>
112111
<dependency>
113112
<groupId>org.glassfish.jaxb</groupId>
114113
<artifactId>jaxb-runtime</artifactId>
115-
<version>4.0.3</version>
116-
<scope>runtime</scope>
117114
</dependency>
118115
</dependencies>
119116
</project>

biojava-core/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,10 @@
7676
<dependency>
7777
<groupId>jakarta.xml.bind</groupId>
7878
<artifactId>jakarta.xml.bind-api</artifactId>
79-
<version>4.0.0</version>
8079
</dependency>
8180
<dependency>
8281
<groupId>org.glassfish.jaxb</groupId>
8382
<artifactId>jaxb-runtime</artifactId>
84-
<version>4.0.3</version>
85-
<scope>runtime</scope>
8683
</dependency>
8784
</dependencies>
8885
</project>

biojava-modfinder/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,10 @@
5656
<dependency>
5757
<groupId>jakarta.xml.bind</groupId>
5858
<artifactId>jakarta.xml.bind-api</artifactId>
59-
<version>4.0.0</version>
6059
</dependency>
6160
<dependency>
6261
<groupId>org.glassfish.jaxb</groupId>
6362
<artifactId>jaxb-runtime</artifactId>
64-
<version>4.0.3</version>
65-
<scope>runtime</scope>
6663
</dependency>
6764
</dependencies>
6865
<build>

biojava-protein-disorder/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,10 @@
8787
<dependency>
8888
<groupId>jakarta.xml.bind</groupId>
8989
<artifactId>jakarta.xml.bind-api</artifactId>
90-
<version>4.0.0</version>
9190
</dependency>
9291
<dependency>
9392
<groupId>org.glassfish.jaxb</groupId>
9493
<artifactId>jaxb-runtime</artifactId>
95-
<version>4.0.3</version>
96-
<scope>runtime</scope>
9794
</dependency>
9895
</dependencies>
9996

biojava-structure/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,10 @@
7070
<dependency>
7171
<groupId>jakarta.xml.bind</groupId>
7272
<artifactId>jakarta.xml.bind-api</artifactId>
73-
<version>4.0.0</version>
7473
</dependency>
7574
<dependency>
7675
<groupId>org.glassfish.jaxb</groupId>
7776
<artifactId>jaxb-runtime</artifactId>
78-
<version>4.0.3</version>
79-
<scope>runtime</scope>
8077
</dependency>
8178

8279
<!-- Used for json deserialization in PDBStatus -->

0 commit comments

Comments
 (0)
X Tutup