- Revision
- 554
- Author
- paul
- Date
- 2009-02-17 12:34:44 -0600 (Tue, 17 Feb 2009)
Log Message
chg scope of some jars.. experimentally
Modified Paths
Diff
Modified: trunk/qdox/pom.xml (553 => 554)
--- trunk/qdox/pom.xml 2009-02-16 23:29:47 UTC (rev 553) +++ trunk/qdox/pom.xml 2009-02-17 18:34:44 UTC (rev 554) @@ -251,16 +251,19 @@ <groupId>ant</groupId> <artifactId>ant</artifactId> <version>1.5.1</version> + <scope>provided</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> + <scope>provided</scope> </dependency> <dependency> <groupId>jmock</groupId> <artifactId>jmock</artifactId> <version>1.0.0</version> + <scope>provided</scope> </dependency> </dependencies>
To unsubscribe from this list please visit:
