You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by lm...@apache.org on 2016/10/14 16:41:00 UTC

knox git commit: KNOX-756 - Build failure with "ant release"

Repository: knox
Updated Branches:
  refs/heads/master ce9aa2441 -> 5cb02e2f9


KNOX-756 - Build failure with "ant release"

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

Branch: refs/heads/master
Commit: 5cb02e2f997bc307c432dce84b1040d55b64a4d9
Parents: ce9aa24
Author: Larry McCay <lm...@hortonworks.com>
Authored: Fri Oct 14 12:40:42 2016 -0400
Committer: Larry McCay <lm...@hortonworks.com>
Committed: Fri Oct 14 12:40:42 2016 -0400

----------------------------------------------------------------------
 gateway-test-release/pom.xml | 25 +++++++++++++++++++++++--
 pom.xml                      |  5 +++--
 2 files changed, 26 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/5cb02e2f/gateway-test-release/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-test-release/pom.xml b/gateway-test-release/pom.xml
index 699e4fb..f77757e 100644
--- a/gateway-test-release/pom.xml
+++ b/gateway-test-release/pom.xml
@@ -48,6 +48,16 @@
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-minicluster</artifactId>
             <version>2.7.1</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.hadoop</groupId>
+                    <artifactId>hadoop-yarn-server-tests</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.hadoop</groupId>
+                    <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.hadoop</groupId>
@@ -86,9 +96,10 @@
         <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-minikdc</artifactId>
-            <version>2.7.1</version>
+            <version>3.0.0-alpha1</version>
             <scope>test</scope>
         </dependency>
+        
         <dependency>
             <groupId>org.apache.directory.jdbm</groupId>
             <artifactId>apacheds-jdbm1</artifactId>
@@ -150,7 +161,17 @@
         <dependency>
             <groupId>org.apache.directory.server</groupId>
             <artifactId>apacheds-core-integ</artifactId>
-            <version>2.0.0-M15</version>
+            <version>${apacheds-version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.directory.api</groupId>
+                    <artifactId>api-ldap-schema-data</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.directory.server</groupId>
+            <artifactId>apacheds-all</artifactId>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.directory.api</groupId>

http://git-wip-us.apache.org/repos/asf/knox/blob/5cb02e2f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6746163..2d0af61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,6 +105,7 @@
         <jetty-version>9.2.15.v20160210</jetty-version>
         <surefire-version>2.16</surefire-version>
         <failsafe-version>2.19.1</failsafe-version>
+        <apacheds-version>2.0.0-M16</apacheds-version>
     </properties>
 
     <licenses>
@@ -1019,7 +1020,7 @@
             <dependency>
                 <groupId>org.apache.directory.server</groupId>
                 <artifactId>apacheds-all</artifactId>
-                <version>2.0.0-M16</version>
+                <version>${apacheds-version}</version>
                 <exclusions>
                     <exclusion>
                         <groupId>ldapsdk</groupId>
@@ -1220,4 +1221,4 @@
         </dependencies>
     </dependencyManagement>
 
-</project>
+</project>
\ No newline at end of file