You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by an...@apache.org on 2014/05/15 16:12:17 UTC

svn commit: r1594922 - /syncope/branches/1_1_X/pom.xml

Author: andreapatricelli
Date: Thu May 15 14:12:17 2014
New Revision: 1594922

URL: http://svn.apache.org/r1594922
Log:
some style corrections to main pom.xml

Modified:
    syncope/branches/1_1_X/pom.xml

Modified: syncope/branches/1_1_X/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_1_X/pom.xml?rev=1594922&r1=1594921&r2=1594922&view=diff
==============================================================================
--- syncope/branches/1_1_X/pom.xml (original)
+++ syncope/branches/1_1_X/pom.xml Thu May 15 14:12:17 2014
@@ -346,7 +346,7 @@ under the License.
     <slf4j.version>1.7.7</slf4j.version>
 
     <junit.version>4.11</junit.version>
-    <selenium-version>2.41.0</selenium-version>
+    <selenium.version>2.41.0</selenium.version>
 
     <apacheds.version>1.5.7</apacheds.version>
 
@@ -856,34 +856,32 @@ under the License.
       </dependency>
         
       <!-- TEST -->
-      
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>${junit.version}</version>
+        <scope>test</scope>
+      </dependency>
       <!-- SELENIUM INTEGRATION TEST -->
       <dependency>
         <groupId>org.seleniumhq.selenium</groupId>
         <artifactId>selenium-api</artifactId>
-        <version>${selenium-version}</version>
+        <version>${selenium.version}</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.seleniumhq.selenium</groupId>
         <artifactId>selenium-java</artifactId>
-        <version>${selenium-version}</version>
+        <version>${selenium.version}</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.seleniumhq.selenium</groupId>
         <artifactId>selenium-support</artifactId>
-        <version>${selenium-version}</version>
+        <version>${selenium.version}</version>
         <scope>test</scope>
       </dependency>
       <!-- /SELENIUM INTEGRATION TEST -->
-      
-      <dependency>
-        <groupId>junit</groupId>
-        <artifactId>junit</artifactId>
-        <version>${junit.version}</version>
-        <scope>test</scope>
-      </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-test</artifactId>