You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by st...@apache.org on 2014/11/10 17:59:22 UTC

incubator-slider git commit: pre-SLIDER-622: fix declaration of powermock and jettison versions in root POM

Repository: incubator-slider
Updated Branches:
  refs/heads/feature/SLIDER-622-windows 63148ffc4 -> efc9922be


pre-SLIDER-622: fix declaration of powermock and jettison versions in root POM


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

Branch: refs/heads/feature/SLIDER-622-windows
Commit: efc9922be14181ff3800c8496154fb9ee92b0f2c
Parents: 63148ff
Author: Steve Loughran <st...@apache.org>
Authored: Mon Nov 10 16:59:12 2014 +0000
Committer: Steve Loughran <st...@apache.org>
Committed: Mon Nov 10 16:59:12 2014 +0000

----------------------------------------------------------------------
 pom.xml | 59 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 30 insertions(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/efc9922b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5b58597..2001e4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1267,36 +1267,37 @@
         <version>${jetty.version}</version>
       </dependency>
 
+      <dependency>
+        <groupId>org.codehaus.jettison</groupId>
+        <artifactId>jettison</artifactId>
+        <version>1.1</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.powermock</groupId>
+        <artifactId>powermock-core</artifactId>
+        <version>1.5</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.powermock</groupId>
+        <artifactId>powermock-reflect</artifactId>
+        <version>1.5</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.powermock</groupId>
+        <artifactId>powermock-api-easymock</artifactId>
+        <version>1.5</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.powermock</groupId>
+        <artifactId>powermock-module-junit4</artifactId>
+        <version>1.5</version>
+      </dependency>
+
     </dependencies>
-    <dependency>
-      <groupId>org.codehaus.jettison</groupId>
-      <artifactId>jettison</artifactId>
-      <version>1.1</version>
-    </dependency>
-
-    <dependency>
-      <groupId>org.powermock</groupId>
-      <artifactId>powermock-core</artifactId>
-      <version>1.5</version>
-    </dependency>
-
-    <dependency>
-      <groupId>org.powermock</groupId>
-      <artifactId>powermock-reflect</artifactId>
-      <version>1.5</version>
-    </dependency>
-
-    <dependency>
-      <groupId>org.powermock</groupId>
-      <artifactId>powermock-api-easymock</artifactId>
-      <version>1.5</version>
-    </dependency>
-
-    <dependency>
-      <groupId>org.powermock</groupId>
-      <artifactId>powermock-module-junit4</artifactId>
-      <version>1.5</version>
-    </dependency>
     
   </dependencyManagement>