Skip to content

Commit

Permalink
Added jax-ws api dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TFaga committed Apr 4, 2016
1 parent f9421bf commit d0d3d0f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions components/jax-ws/metro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@

<artifactId>kumuluzee-jax-ws-metro</artifactId>

<properties>

</properties>

<dependencies>
<dependency>
<groupId>com.kumuluz.ee</groupId>
<artifactId>kumuluzee-common</artifactId>
</dependency>

<dependency>
<groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId>
</dependency>
</dependencies>

</project>
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<cdi.version>1.2</cdi.version>
<jpa.version>2.1.0</jpa.version>
<jaxrs.version>2.0.1</jaxrs.version>
<jaxws.version>2.2.11</jaxws.version>
<jsf.version>2.2.12</jsf.version>
<websocket.version>1.1</websocket.version>
<beanvalidation.version>1.1.0.Final</beanvalidation.version>
Expand Down

0 comments on commit d0d3d0f

Please sign in to comment.