Author: cmueller
Date: Sun Jan  6 11:46:23 2013
New Revision: 1429498

URL: http://svn.apache.org/viewvc?rev=1429498&view=rev
Log:
CAMEL-5918: Add performance tests - work in progress

Modified:
    camel/trunk/tests/camel-performance/pom.xml

Modified: camel/trunk/tests/camel-performance/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/tests/camel-performance/pom.xml?rev=1429498&r1=1429497&r2=1429498&view=diff
==============================================================================
--- camel/trunk/tests/camel-performance/pom.xml (original)
+++ camel/trunk/tests/camel-performance/pom.xml Sun Jan  6 11:46:23 2013
@@ -82,7 +82,7 @@
     <dependency>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-rt-ws-security</artifactId>
-      <version>2.7.1</version>
+      <version>${cxf-version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -91,18 +91,18 @@
       <version>1.6.8</version>
       <scope>test</scope>
     </dependency>
-  <dependency>
-    <groupId>org.bouncycastle</groupId>
-    <artifactId>bcpg-jdk15on</artifactId>
-    <version>${bouncycastle-version}</version>
-    <scope>test</scope>
-  </dependency>
-  <dependency>
-    <groupId>org.bouncycastle</groupId>
-    <artifactId>bcprov-jdk15on</artifactId>
-    <version>${bouncycastle-version}</version>
-    <scope>test</scope>
-  </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcpg-jdk15on</artifactId>
+      <version>${bouncycastle-version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcprov-jdk15on</artifactId>
+      <version>${bouncycastle-version}</version>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-rt-transports-http</artifactId>


Reply via email to