Skip to content

Commit

Permalink
Remove dependency on JAXB
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Dec 9, 2024
1 parent ff9f511 commit e634b41
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions onebusaway-gtfs-transformer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,6 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit e634b41

Please sign in to comment.