You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2012/01/16 17:50:06 UTC

svn commit: r1232060 - /camel/trunk/components/camel-test-blueprint/pom.xml

Author: gnodet
Date: Mon Jan 16 16:50:06 2012
New Revision: 1232060

URL: http://svn.apache.org/viewvc?rev=1232060&view=rev
Log:
Switch to new released version of pojosr to fix the failing tests related to CAMEL-4888

Modified:
    camel/trunk/components/camel-test-blueprint/pom.xml

Modified: camel/trunk/components/camel-test-blueprint/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-test-blueprint/pom.xml?rev=1232060&r1=1232059&r2=1232060&view=diff
==============================================================================
--- camel/trunk/components/camel-test-blueprint/pom.xml (original)
+++ camel/trunk/components/camel-test-blueprint/pom.xml Mon Jan 16 16:50:06 2012
@@ -99,7 +99,7 @@
         <dependency>
             <groupId>com.googlecode.pojosr</groupId>
             <artifactId>de.kalpatec.pojosr.framework</artifactId>
-            <version>0.1.6</version>
+            <version>0.1.8</version>
         </dependency>
         <dependency>
             <groupId>org.ops4j.pax.swissbox</groupId>
@@ -124,18 +124,4 @@
 
     </dependencies>
 
-    <build>
-      <plugins>
-        <plugin>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <configuration>
-            <excludes>
-              <!-- TODO FIXME ASAP -->
-              <exclude>**/DebugBlueprintTest.*</exclude>
-            </excludes>
-          </configuration>
-        </plugin>
-      </plugins>
-    </build>
-
 </project>