Skip to content

Commit

Permalink
adding jax-ws
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmelton committed Aug 4, 2019
1 parent 1898cee commit ad9f42d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appsensor-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@
<version>${guava.version}</version>
</dependency>

<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
<version>1.9.13</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
Expand All @@ -109,6 +104,11 @@
<artifactId>jackson-databind</artifactId>
<version>2.9.9.2</version>
</dependency>
<dependency>
<groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId>
<version>2.3.1</version>
</dependency>

</dependencies>

Expand Down

0 comments on commit ad9f42d

Please sign in to comment.