- Revision
- 3163
- Author
- mauro
- Date
- 2006-12-27 08:34:44 -0600 (Wed, 27 Dec 2006)
Log Message
Moved dependency scope specification out of dependencyManagement section.
Modified Paths
Diff
Modified: java/nanocontainer/trunk/pom.xml (3162 => 3163)
--- java/nanocontainer/trunk/pom.xml 2006-12-27 14:27:31 UTC (rev 3162)
+++ java/nanocontainer/trunk/pom.xml 2006-12-27 14:34:44 UTC (rev 3163)
@@ -136,6 +136,16 @@
<version>1.2</version>
</dependency>
<dependency>
+ <groupId>org.picocontainer</groupId>
+ <artifactId>picocontainer-gems</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.picocontainer</groupId>
+ <artifactId>picocontainer-tck</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>nanocontainer</artifactId>
<version>${pom.version}</version>
@@ -157,7 +167,7 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
- <artifactId>nanocontainer-test</artifactId>
+ <artifactId>nanocontainer-testmodel</artifactId>
<version>${pom.version}</version>
</dependency>
<dependency>
@@ -165,62 +175,44 @@
<artifactId>nanocontainer-booter</artifactId>
<version>${pom.version}</version>
</dependency>
- <!-- Test scoped dependencies -->
<dependency>
- <groupId>org.picocontainer</groupId>
- <artifactId>picocontainer-gems</artifactId>
- <version>1.2</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.picocontainer</groupId>
- <artifactId>picocontainer-tck</artifactId>
- <version>1.2</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>${pom.groupId}</groupId>
- <artifactId>nanocontainer-testmodel</artifactId>
- <version>${pom.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
- <scope>test</scope>
</dependency>
<dependency>
<groupId>jmock</groupId>
<artifactId>jmock</artifactId>
<version>1.0.1</version>
- <scope>test</scope>
</dependency>
<dependency>
<groupId>proxytoys</groupId>
<artifactId>proxytoys</artifactId>
<version>0.2.1</version>
- <scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
- <!-- test scoped only -->
+ <!-- test scoped dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>jmock</groupId>
<artifactId>jmock</artifactId>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.picocontainer</groupId>
<artifactId>picocontainer-tck</artifactId>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>proxytoys</groupId>
<artifactId>proxytoys</artifactId>
+ <scope>test</scope>
</dependency>
</dependencies>
<build>
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email
|