Author: davsclaus Date: Sun Mar 4 07:59:13 2012 New Revision: 1296766 URL: http://svn.apache.org/viewvc?rev=1296766&view=rev Log: Polished
Modified: camel/trunk/components/camel-websocket/pom.xml Modified: camel/trunk/components/camel-websocket/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-websocket/pom.xml?rev=1296766&r1=1296765&r2=1296766&view=diff ============================================================================== --- camel/trunk/components/camel-websocket/pom.xml (original) +++ camel/trunk/components/camel-websocket/pom.xml Sun Mar 4 07:59:13 2012 @@ -43,6 +43,13 @@ </camel.osgi.import.pkg> </properties> + <repositories> + <repository> + <id>cubeindia</id> + <url>http://m2.cubeia.com/nexus/content/repositories/thirdparty/</url> + </repository> + </repositories> + <dependencies> <!-- Camel --> <dependency> @@ -76,6 +83,7 @@ <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> + <!-- we should find a different test kit that is in central repo --> <dependency> <groupId>de.roderick</groupId> <artifactId>weberknecht</artifactId> @@ -90,10 +98,4 @@ </dependency> </dependencies> - <repositories> - <repository> - <id>cubeindia</id> - <url>http://m2.cubeia.com/nexus/content/repositories/thirdparty/</url> - </repository> - </repositories> </project> \ No newline at end of file