Skip to content

Commit

Permalink
After discussion in #14 I found that JAXB dependency is not needed an…
Browse files Browse the repository at this point in the history
…ymore. Tests are green.

The endpoints the library is using are using JSON encoding, not XML.
Removing JAXB dependency to make build smaller.
  • Loading branch information
sfuhrm committed Jul 16, 2023
1 parent 12ec97c commit 3881a02
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions radiobrowser4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@
<artifactId>jersey-hk2</artifactId>
<version>3.0.8</version>
</dependency>
<!-- this is needed by jersey-media-json-jackson if on JDK11+, because JAXB is missing -->
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down

0 comments on commit 3881a02

Please sign in to comment.