Modified: incubator/activemq/trunk/activemq-web/pom.xml URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-web/pom.xml?rev=384452&r1=384451&r2=384452&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-web/pom.xml (original) +++ incubator/activemq/trunk/activemq-web/pom.xml Wed Mar 8 23:11:37 2006 @@ -54,6 +54,13 @@ <groupId>jetty</groupId> <artifactId>jetty</artifactId> </dependency> + + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + </dependencies> </project>
Modified: incubator/activemq/trunk/assembly/pom.xml URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/assembly/pom.xml?rev=384452&r1=384451&r2=384452&view=diff ============================================================================== --- incubator/activemq/trunk/assembly/pom.xml (original) +++ incubator/activemq/trunk/assembly/pom.xml Wed Mar 8 23:11:37 2006 @@ -104,6 +104,12 @@ <groupId>jetty</groupId> <artifactId>jetty</artifactId> </dependency> + + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> </dependencies> Modified: incubator/activemq/trunk/jmeter/pom.xml URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/jmeter/pom.xml?rev=384452&r1=384451&r2=384452&view=diff ============================================================================== --- incubator/activemq/trunk/jmeter/pom.xml (original) +++ incubator/activemq/trunk/jmeter/pom.xml Wed Mar 8 23:11:37 2006 @@ -395,6 +395,12 @@ <artifactId>manta</artifactId> <version>1.0</version> </dependency> + + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> </dependencies> Modified: incubator/activemq/trunk/pom.xml URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/pom.xml?rev=384452&r1=384451&r2=384452&view=diff ============================================================================== --- incubator/activemq/trunk/pom.xml (original) +++ incubator/activemq/trunk/pom.xml Wed Mar 8 23:11:37 2006 @@ -43,14 +43,14 @@ </releases> </repository> <repository> - <id>maven-csharp</id> - <name>maven-csharp</name> - <url>http://maven-csharp.javaforge.com/repo</url> - </repository> - <repository> <id>codehaus-snapshot</id> <name>CodeHaus Snapshot Repo</name> <url>http://snapshots.maven.codehaus.org/maven2</url> + </repository> + <repository> + <id>maven-csharp</id> + <name>maven-csharp</name> + <url>http://maven-csharp.javaforge.com/repo</url> </repository> </repositories>
