Skip to content

Commit

Permalink
Fix pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinattieng committed Aug 14, 2024
1 parent 660189f commit 6e3d6d4
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions spagolite-si-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,12 @@
<artifactId>jaxb-api</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
</dependency>
<!-- JAX-WS -->
<dependency>
<groupId>com.sun.activation</groupId>
<artifactId>javax.activation</artifactId>
<scope>compile</scope>
</dependency>
<!-- JAX-WS -->
<dependency>
<groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId>
Expand Down

0 comments on commit 6e3d6d4

Please sign in to comment.