From 45f51a3e229cfa764992fa1e68fcf5fb53ec2c24 Mon Sep 17 00:00:00 2001
From: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com>
Date: Thu, 29 Oct 2020 20:06:33 +0100
Subject: [PATCH] TSK-1282: fixed missing dependency for taskana-spring
---
lib/taskana-spring/pom.xml | 5 +++++
pom.xml | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/lib/taskana-spring/pom.xml b/lib/taskana-spring/pom.xml
index c2e20b5a6..fea0c9712 100644
--- a/lib/taskana-spring/pom.xml
+++ b/lib/taskana-spring/pom.xml
@@ -33,6 +33,11 @@
mybatis-spring
${version.spring.mybatis}
+
+ javax.annotation
+ javax.annotation-api
+ ${version.javax.annotation-api}
+
diff --git a/pom.xml b/pom.xml
index bc0a21ddc..c1c3a78f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,6 +47,7 @@
1.6.8
+ 1.3.2
2.0.0.RELEASE
2.3.4.RELEASE
2.0.5
@@ -295,7 +296,6 @@
-
org.apache.maven.plugins
maven-surefire-plugin