You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by su...@apache.org on 2016/01/21 15:57:57 UTC

knox git commit: KNOX-651 Attempt to fix Jenkins build error

Repository: knox
Updated Branches:
  refs/heads/master 8751e69ce -> c9bd97852


KNOX-651 Attempt to fix Jenkins build error


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

Branch: refs/heads/master
Commit: c9bd9785286bc53916e8948e6dd881fabf5e15f3
Parents: 8751e69
Author: Sumit Gupta <su...@apache.org>
Authored: Thu Jan 21 09:57:35 2016 -0500
Committer: Sumit Gupta <su...@apache.org>
Committed: Thu Jan 21 09:57:35 2016 -0500

----------------------------------------------------------------------
 gateway-test-release/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/c9bd9785/gateway-test-release/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-test-release/pom.xml b/gateway-test-release/pom.xml
index 6d196c5..ade079a 100644
--- a/gateway-test-release/pom.xml
+++ b/gateway-test-release/pom.xml
@@ -150,6 +150,13 @@
             <version>2.5</version>
             <scope>provided</scope>
         </dependency>
+         <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>javax.servlet-api</artifactId>
+            <version>3.0.1</version>
+            <scope>provided</scope>
+        </dependency>
+
         <dependency>
             <groupId>commons-beanutils</groupId>
             <artifactId>commons-beanutils</artifactId>