Skip to content

Commit

Permalink
remove jaxb dependency (added accidental)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHossfeld authored Oct 30, 2024
1 parent 116a46f commit 8d84743
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions samples/dynatablerf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,18 +93,6 @@
</exclusion>
</exclusions>
</dependency>

<!-- added to work with GWT 2.11.0 and newer -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.4.0-b180830.0359</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>4.0.4</version>
</dependency>

<!-- Required by Hibernate validator because slf4j-log4j is
optional in the hibernate-validator POM -->
Expand Down

0 comments on commit 8d84743

Please sign in to comment.