- Revision
- 555
- Author
- paul
- Date
- 2009-02-17 16:25:37 -0600 (Tue, 17 Feb 2009)
Log Message
switch around some scopes
Modified Paths
Diff
Modified: trunk/qdox/pom.xml (554 => 555)
--- trunk/qdox/pom.xml 2009-02-17 18:34:44 UTC (rev 554) +++ trunk/qdox/pom.xml 2009-02-17 22:25:37 UTC (rev 555) @@ -251,19 +251,21 @@ <groupId>ant</groupId> <artifactId>ant</artifactId> <version>1.5.1</version> - <scope>provided</scope> + <scope>compile</scope> + <optional>true</optional> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> - <scope>provided</scope> + <scope>compile</scope> + <optional>true</optional> </dependency> <dependency> <groupId>jmock</groupId> <artifactId>jmock</artifactId> <version>1.0.0</version> - <scope>provided</scope> + <scope>test</scope> </dependency> </dependencies>
To unsubscribe from this list please visit:
