Repository: atlas
Updated Branches:
  refs/heads/branch-0.8 3d3f78506 -> fda5f9f7e


ATLAS-2168: Updated dependencies to address startup error (#2)

Signed-off-by: Madhan Neethiraj <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/fda5f9f7
Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/fda5f9f7
Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/fda5f9f7

Branch: refs/heads/branch-0.8
Commit: fda5f9f7e40af61aedbcf9592dea91049a37c859
Parents: 3d3f785
Author: ashutoshm <[email protected]>
Authored: Tue Oct 3 21:58:11 2017 -0700
Committer: Madhan Neethiraj <[email protected]>
Committed: Tue Oct 3 22:03:45 2017 -0700

----------------------------------------------------------------------
 authorization/pom.xml | 1 -
 pom.xml               | 6 ++++++
 2 files changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/fda5f9f7/authorization/pom.xml
----------------------------------------------------------------------
diff --git a/authorization/pom.xml b/authorization/pom.xml
index 6822ae0..1311bff 100644
--- a/authorization/pom.xml
+++ b/authorization/pom.xml
@@ -38,7 +38,6 @@
       <dependency>
           <groupId>javax.servlet</groupId>
           <artifactId>javax.servlet-api</artifactId>
-          <version>${javax.servlet.version}</version>
       </dependency>
 
       <dependency>

http://git-wip-us.apache.org/repos/asf/atlas/blob/fda5f9f7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bf23934..2b882cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1224,6 +1224,12 @@
             </dependency>
 
             <dependency>
+                <groupId>javax.servlet.jsp</groupId>
+                <artifactId>jsp-api</artifactId>
+                <version>2.1</version>
+            </dependency>
+
+            <dependency>
                 <groupId>javax.servlet</groupId>
                 <artifactId>javax.servlet-api</artifactId>
                 <version>${javax.servlet.version}</version>

Reply via email to