You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2010/04/22 10:58:56 UTC

svn commit: r936665 - /servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml

Author: gertv
Date: Thu Apr 22 08:58:56 2010
New Revision: 936665

URL: http://svn.apache.org/viewvc?rev=936665&view=rev
Log:
SMX4-518: Reverting POM workaround for WS-Security failures

Modified:
    servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml

Modified: servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml?rev=936665&r1=936664&r2=936665&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml (original)
+++ servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml Thu Apr 22 08:58:56 2010
@@ -33,10 +33,6 @@
     <version>4.3.0-SNAPSHOT</version>
     <name>Apache ServiceMix Camel Component</name>
 
-    <properties>
-      <excluded.tests/>
-    </properties>
-
     <dependencies>
         <dependency>
             <groupId>org.apache.servicemix.nmr</groupId>
@@ -226,9 +222,6 @@
                             <value>com.ctc.wstx.stax.WstxOutputFactory</value>
                         </property>
                     </systemProperties>
-                    <excludes>
-                      <exclude>${excluded.tests}</exclude>
-                    </excludes>
                 </configuration>
             </plugin>
             <plugin>
@@ -271,20 +264,4 @@
          </plugins>
     </build>
 
-    <!-- Workaround for SMX4-518: test fails on MacOS + JDK 1.6 -->
-    <profiles>
-      <profile>
-        <id>mac-jdk6-exclude-tests</id>
-        <activation>
-          <jdk>1.6</jdk>
-          <os>
-            <family>mac</family>
-          </os>
-        </activation>
-        <properties>
-          <excluded.tests>**/WSSecurityTest.*</excluded.tests>
-        </properties>
-      </profile>
-    </profiles>
-
 </project>