Skip to content

Commit 1a20f5b

Browse files
committed
SWS-518 - Echo sample application fails to build due to missing dependency
1 parent da001b2 commit 1a20f5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/echo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</activation>
1818
<dependencies>
1919
<dependency>
20-
<groupId>stax</groupId>
20+
<groupId>javax.xml.stream</groupId>
2121
<artifactId>stax-api</artifactId>
2222
</dependency>
2323
</dependencies>

samples/pox/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</activation>
1818
<dependencies>
1919
<dependency>
20-
<groupId>stax</groupId>
20+
<groupId>javax.xml.stream</groupId>
2121
<artifactId>stax-api</artifactId>
2222
</dependency>
2323
</dependencies>

0 commit comments

Comments
 (0)