Skip to content

Commit

Permalink
Merge pull request #46 from runeflobakk/remove-jaxb
Browse files Browse the repository at this point in the history
Remove JAXB
  • Loading branch information
eivinhb authored Nov 27, 2020
2 parents fca7faf + db2b568 commit 5d907c8
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,30 +105,12 @@
</developers>

<dependencies>
<!-- Apache Commons -->
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<version>2.0.1.Final</version>
</dependency>

<!-- JAXB -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>${jaxb-api.version}</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>${jaxb-api.version}</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>${jaxb-api.version}</version>
</dependency>

<!-- Test -->
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down Expand Up @@ -260,7 +242,6 @@

<properties>
<!-- Dependency version -->
<jaxb-api.version>2.3.0</jaxb-api.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 5d907c8

Please sign in to comment.