Author: chirino
Date: Tue May 1 08:56:58 2007
New Revision: 534136
URL: http://svn.apache.org/viewvc?view=rev&rev=534136
Log:
fixing up pom.
Modified:
activemq/camel/trunk/camel-rmi/pom.xml
Modified: activemq/camel/trunk/camel-rmi/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/camel-rmi/pom.xml?view=diff&rev=534136&r1=534135&r2=534136
==============================================================================
--- activemq/camel/trunk/camel-rmi/pom.xml (original)
+++ activemq/camel/trunk/camel-rmi/pom.xml Tue May 1 08:56:58 2007
@@ -46,29 +46,10 @@
</dependency>
<dependency>
- <groupId>org.apache.activemq</groupId>
- <artifactId>apache-activemq</artifactId>
- <scope>test</scope>
- </dependency>
-
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <forkMode>once</forkMode>
- <argLine>-Duser.home=C:\DOCUME~1\chirino</argLine>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project>