You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/07/11 12:27:46 UTC

svn commit: r1360105 - /incubator/syncope/trunk/core/pom.xml

Author: ilgrosso
Date: Wed Jul 11 10:27:46 2012
New Revision: 1360105

URL: http://svn.apache.org/viewvc?rev=1360105&view=rev
Log:
Reverting core POM, committed by mistake

Modified:
    incubator/syncope/trunk/core/pom.xml

Modified: incubator/syncope/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/core/pom.xml?rev=1360105&r1=1360104&r2=1360105&view=diff
==============================================================================
--- incubator/syncope/trunk/core/pom.xml (original)
+++ incubator/syncope/trunk/core/pom.xml Wed Jul 11 10:27:46 2012
@@ -1055,11 +1055,6 @@ under the License.
     <profile>
       <id>jboss-it</id>
       
-      <properties>
-        <hibernate.version>4.1.4.Final</hibernate.version>
-        <hibernate-validator.version>4.3.0.Final</hibernate-validator.version>
-      </properties>
-      
       <dependencies>
         <dependency>
           <groupId>org.apache.syncope</groupId>
@@ -1077,25 +1072,6 @@ under the License.
           <groupId>com.h2database</groupId>
           <artifactId>h2</artifactId>
         </dependency>
-        
-        <dependency>
-          <groupId>org.hibernate</groupId>
-          <artifactId>hibernate-entitymanager</artifactId>
-          <version>${hibernate.version}</version>
-          <scope>provided</scope>
-        </dependency>
-        <dependency>
-          <groupId>org.hibernate</groupId>
-          <artifactId>hibernate-ehcache</artifactId>
-          <version>${hibernate.version}</version>
-          <scope>provided</scope>
-        </dependency>
-        <dependency>
-          <groupId>org.hibernate</groupId>
-          <artifactId>hibernate-validator</artifactId>
-          <version>${hibernate-validator.version}</version>
-          <scope>provided</scope>
-        </dependency>
       </dependencies>
 
       <build>
@@ -1142,14 +1118,14 @@ under the License.
             </executions>
           </plugin>
           
-<!--          <plugin>
+          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
             <inherited>true</inherited>
             <configuration>
               <skipTests>true</skipTests>
             </configuration>
-          </plugin>-->
+          </plugin>
           
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>