You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sa...@apache.org on 2019/07/23 22:51:12 UTC

[atlas] branch master updated: ATLAS-2966: Fixed bug on Java 11 build

This is an automated email from the ASF dual-hosted git repository.

sarath pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/master by this push:
     new 243e156  ATLAS-2966: Fixed bug on Java 11 build
243e156 is described below

commit 243e1562d2e695d7ff7614d1e5e4af4b6c6734ed
Author: Nelson Costa <ne...@gmail.com>
AuthorDate: Wed Nov 14 09:29:41 2018 +0000

    ATLAS-2966: Fixed bug on Java 11 build
---
 common/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/common/pom.xml b/common/pom.xml
index 18458ff..5be9557 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>