Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Removed explicit versioning for JAX-B API and runtime, except for the…
… dependencyManagement section in the POM. Reran unit tests with no errors.
  • Loading branch information
hilbertglm committed Jan 4, 2024
commit f0320f5b024b7aedb0ddca1f9aa32080e4c28d36
3 changes: 0 additions & 3 deletions biojava-aa-prop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,10 @@
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>4.0.3</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
3 changes: 0 additions & 3 deletions biojava-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,10 @@
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>4.0.3</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
3 changes: 0 additions & 3 deletions biojava-modfinder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,10 @@
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>4.0.3</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<build>
Expand Down
3 changes: 0 additions & 3 deletions biojava-protein-disorder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,10 @@
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>4.0.3</version>
<scope>runtime</scope>
</dependency>
</dependencies>

Expand Down
3 changes: 0 additions & 3 deletions biojava-structure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,10 @@
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>4.0.3</version>
<scope>runtime</scope>
</dependency>

<!-- Used for json deserialization in PDBStatus -->
Expand Down