We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9421bf commit d0d3d0fCopy full SHA for d0d3d0f
2 files changed
components/jax-ws/metro/pom.xml
@@ -14,6 +14,20 @@
14
15
<artifactId>kumuluzee-jax-ws-metro</artifactId>
16
17
+ <properties>
18
19
+ </properties>
20
+
21
+ <dependencies>
22
+ <dependency>
23
+ <groupId>com.kumuluz.ee</groupId>
24
+ <artifactId>kumuluzee-common</artifactId>
25
+ </dependency>
26
27
28
+ <groupId>javax.xml.ws</groupId>
29
+ <artifactId>jaxws-api</artifactId>
30
31
+ </dependencies>
32
33
</project>
pom.xml
@@ -37,6 +37,7 @@
37
<cdi.version>1.2</cdi.version>
38
<jpa.version>2.1.0</jpa.version>
39
<jaxrs.version>2.0.1</jaxrs.version>
40
+ <jaxws.version>2.2.11</jaxws.version>
41
<jsf.version>2.2.12</jsf.version>
42
<websocket.version>1.1</websocket.version>
43
<beanvalidation.version>1.1.0.Final</beanvalidation.version>
0 commit comments