Use offical JSON API jar rather than Geronimo's in Artemis starter

Closes gh-14691
This commit is contained in:
Andy Wilkinson
2018-10-05 11:48:47 +01:00
parent 8a7d127600
commit 5bbdca8cdb
2 changed files with 20 additions and 0 deletions

View File

@@ -36,5 +36,9 @@
<groupId>javax.jms</groupId>
<artifactId>javax.jms-api</artifactId>
</dependency>
<dependency>
<groupId>javax.json</groupId>
<artifactId>javax.json-api</artifactId>
</dependency>
</dependencies>
</project>