This is an automated email from the ASF dual-hosted git repository.
sarath pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 451d732 ATLAS-2966: Fixed bug on Java 11 build
451d732 is described below
commit 451d7328432165da34f016b5f982635fc6902da4
Author: Nelson Costa <[email protected]>
AuthorDate: Wed Nov 14 09:29:41 2018 +0000
ATLAS-2966: Fixed bug on Java 11 build
(cherry picked from commit 243e1562d2e695d7ff7614d1e5e4af4b6c6734ed)
---
common/pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/common/pom.xml b/common/pom.xml
index c1a2713..96f7066 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -89,6 +89,7 @@
<artifactId>spring-beans</artifactId>
<version>${spring.version}</version>
</dependency>
+
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
@@ -107,6 +108,13 @@
<groupId>org.apache.atlas</groupId>
<artifactId>atlas-intg</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ <version>1.3.2</version>
+ </dependency>
+
</dependencies>
<build>