You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2016/09/19 07:37:12 UTC

svn commit: r1761394 - /sling/trunk/bundles/extensions/i18n/pom.xml

Author: cziegeler
Date: Mon Sep 19 07:37:11 2016
New Revision: 1761394

URL: http://svn.apache.org/viewvc?rev=1761394&view=rev
Log:
Try to fix IT failures during reactor build

Modified:
    sling/trunk/bundles/extensions/i18n/pom.xml

Modified: sling/trunk/bundles/extensions/i18n/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/i18n/pom.xml?rev=1761394&r1=1761393&r2=1761394&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/i18n/pom.xml (original)
+++ sling/trunk/bundles/extensions/i18n/pom.xml Mon Sep 19 07:37:11 2016
@@ -142,6 +142,10 @@
     </build>
     <dependencies>
         <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
+        <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>osgi.core</artifactId>
         </dependency>
@@ -204,10 +208,6 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>
             <version>1.10.19</version>