diff options
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r-- | aai-core/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index bd759f1f..c091546b 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -388,6 +388,11 @@ limitations under the License. <artifactId>spring-jms</artifactId> </dependency> <dependency> + <groupId>javax.jms</groupId> + <artifactId>javax.jms-api</artifactId> + <version>2.0.1</version> + </dependency> + <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> </dependency> |