Author: cziegeler
Date: Wed Mar  5 10:59:36 2014
New Revision: 1574420

URL: http://svn.apache.org/r1574420
Log:
Enable integration tests again

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

Modified: sling/trunk/contrib/extensions/i18n/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/i18n/pom.xml?rev=1574420&r1=1574419&r2=1574420&view=diff
==============================================================================
--- sling/trunk/contrib/extensions/i18n/pom.xml (original)
+++ sling/trunk/contrib/extensions/i18n/pom.xml Wed Mar  5 10:59:36 2014
@@ -86,7 +86,6 @@
                     </instructions>
                 </configuration>
             </plugin>
-<!--
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-failsafe-plugin</artifactId>
@@ -107,13 +106,12 @@
                         
<sling.launchpad.version>${sling.launchpad.version}</sling.launchpad.version>
                     </systemPropertyVariables>
                     <classpathDependencyExcludes>
-                     -->   <!-- The osgi.org dependencies cause trouble with 
pax exam --><!--
+                     <!-- The osgi.org dependencies cause trouble with pax 
exam -->
                         
<classpathDependencyExcludes>org.osgi:org.osgi.core</classpathDependencyExcludes>
 
                         
<classpathDependencyExcludes>org.osgi:org.osgi.compendium</classpathDependencyExcludes>
 
                     </classpathDependencyExcludes>
                 </configuration>
             </plugin>
-            -->
             <plugin>
                 <artifactId>maven-clean-plugin</artifactId>
                 <configuration>
@@ -144,7 +142,6 @@
             <version>2.1.0</version>
             <scope>provided</scope>
         </dependency>
-<!--
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.launchpad</artifactId>
@@ -153,7 +150,6 @@
             <classifier>bundlelist</classifier>
             <scope>test</scope>
         </dependency>
--->
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.jcr.api</artifactId>


Reply via email to