- Revision
- 3154
- Author
- mauro
- Date
- 2006-12-27 03:17:12 -0600 (Wed, 27 Dec 2006)
Log Message
Moved commons-vfs dependency to deployer.
Modified Paths
Diff
Modified: java/nanocontainer/trunk/deployer/pom.xml (3153 => 3154)
--- java/nanocontainer/trunk/deployer/pom.xml 2006-12-26 23:41:27 UTC (rev 3153)
+++ java/nanocontainer/trunk/deployer/pom.xml 2006-12-27 09:17:12 UTC (rev 3154)
@@ -1,31 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
-<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.nanocontainer</groupId>
- <artifactId>nanocontainer-parent</artifactId>
- <version>1.1-SNAPSHOT</version>
- </parent>
- <artifactId>nanocontainer-deployer</artifactId>
- <name>NanoContainer Deployer</name>
- <packaging>jar</packaging>
- <dependencies>
- <dependency>
- <groupId>${pom.groupId}</groupId>
- <artifactId>nanocontainer</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-vfs</groupId>
- <artifactId>commons-vfs</artifactId>
- </dependency>
- <!-- Test scoped dependencies -->
- <dependency>
- <groupId>${pom.groupId}</groupId>
- <artifactId>nanocontainer-booter</artifactId>
- <scope>test</scope>
- </dependency>
- </dependencies>
- <build>
+<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.nanocontainer</groupId>
+ <artifactId>nanocontainer-parent</artifactId>
+ <version>1.1-SNAPSHOT</version>
+ </parent>
+ <artifactId>nanocontainer-deployer</artifactId>
+ <name>NanoContainer Deployer</name>
+ <packaging>jar</packaging>
+ <dependencies>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>nanocontainer</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-vfs</groupId>
+ <artifactId>commons-vfs</artifactId>
+ <version>20050307052300</version>
+ </dependency>
+ <!-- Test scoped dependencies -->
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>nanocontainer-booter</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ <build>
<plugins>
<plugin>
<inherited>true</inherited>
Modified: java/nanocontainer/trunk/pom.xml (3153 => 3154)
--- java/nanocontainer/trunk/pom.xml 2006-12-26 23:41:27 UTC (rev 3153)
+++ java/nanocontainer/trunk/pom.xml 2006-12-27 09:17:12 UTC (rev 3154)
@@ -165,12 +165,6 @@
<optional>true</optional>
</dependency>
<dependency>
- <groupId>commons-vfs</groupId>
- <artifactId>commons-vfs</artifactId>
- <version>20050307052300</version>
- <optional>true</optional>
- </dependency>
- <dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.2.1</version>
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email
|