- Revision
- 703
- Author
- mauro
- Date
- 2008-06-14 03:42:56 -0500 (Sat, 14 Jun 2008)
Log Message
Moved jruby dependency management to waffle-ruby module.
Modified Paths
Diff
Modified: trunk/pom.xml (702 => 703)
--- trunk/pom.xml 2008-06-13 15:39:19 UTC (rev 702) +++ trunk/pom.xml 2008-06-14 08:42:56 UTC (rev 703) @@ -25,18 +25,6 @@ <dependencyManagement> <dependencies> <dependency> - <groupId>com.thoughtworks.paranamer</groupId> - <artifactId>paranamer</artifactId> - <version>1.1</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.jruby</groupId> - <artifactId>jruby-complete</artifactId> - <version>1.0.2</version> - <scope>provided</scope> - </dependency> - <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.5</version> @@ -73,9 +61,15 @@ <scope>provided</scope> </dependency> <dependency> + <groupId>com.thoughtworks.paranamer</groupId> + <artifactId>paranamer</artifactId> + <version>1.1</version> + <scope>provided</scope> + </dependency> + <dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> - <version>1.2.2</version> + <version>1.3</version> <scope>provided</scope> </dependency> <dependency> @@ -145,15 +139,12 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.4</version> + <version>2.4.3</version> <configuration> <junitArtifactName>junit:junit-dep</junitArtifactName> <includes> <include>**/*Test.java</include> </includes> - <excludes> - <exclude>**/*TestCase.java</exclude> - </excludes> <forkMode>once</forkMode> <printSummary>true</printSummary> <useFile>true</useFile>
Modified: trunk/waffle-ruby/pom.xml (702 => 703)
--- trunk/waffle-ruby/pom.xml 2008-06-13 15:39:19 UTC (rev 702) +++ trunk/waffle-ruby/pom.xml 2008-06-14 08:42:56 UTC (rev 703) @@ -1,4 +1,5 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.codehaus.waffle</groupId> @@ -18,7 +19,7 @@ <dependency> <groupId>org.jruby</groupId> <artifactId>jruby-complete</artifactId> - <scope>compile</scope> + <version>1.0.2</version> </dependency> <dependency> <groupId>javax.servlet</groupId>
To unsubscribe from this list please visit:
