Hi Stefano, It should be ok now with this commit. tks, -eric
On 18/01/2011 19:16, [email protected] wrote:
Author: eric Date: Tue Jan 18 18:16:20 2011 New Revision: 1060501 URL: http://svn.apache.org/viewvc?rev=1060501&view=rev Log: Fix bad commit. Modified: james/server/trunk/container-spring/pom.xml Modified: james/server/trunk/container-spring/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/container-spring/pom.xml?rev=1060501&r1=1060500&r2=1060501&view=diff ============================================================================== --- james/server/trunk/container-spring/pom.xml (original) +++ james/server/trunk/container-spring/pom.xml Tue Jan 18 18:16:20 2011 @@ -549,27 +549,7 @@ </dependency> <dependency> <groupId>org.apache.james</groupId> -<artifactId>james-server-user-library</artifactId> -<scope>runtime</scope> -</dependency> -<dependency> -<groupId>org.apache.james</groupId> -<artifactId>james-server-user-file</artifactId> -<scope>runtime</scope> -</dependency> -<dependency> -<groupId>org.apache.james</groupId> -<artifactId>james-server-user-jcr</artifactId> -<scope>runtime</scope> -</dependency> -<dependency> -<groupId>org.apache.james</groupId> -<artifactId>james-server-user-jdbc</artifactId> -<scope>runtime</scope> -</dependency> -<dependency> -<groupId>org.apache.james</groupId> -<artifactId>james-server-user-jpa</artifactId> +<artifactId>james-server-data-library</artifactId> <scope>runtime</scope> </dependency> <dependency> @@ -584,21 +564,6 @@ </dependency> <dependency> <groupId>org.apache.james</groupId> -<artifactId>james-server-domainlist-library</artifactId> -<scope>runtime</scope> -</dependency> -<dependency> -<groupId>org.apache.james</groupId> -<artifactId>james-server-domainlist-xml</artifactId> -<scope>runtime</scope> -</dependency> -<dependency> -<groupId>org.apache.james</groupId> -<artifactId>james-server-domainlist-jpa</artifactId> -<scope>runtime</scope> -</dependency> -<dependency> -<groupId>org.apache.james</groupId> <artifactId>james-server-smtpserver</artifactId> <scope>runtime</scope> </dependency> @@ -677,22 +642,17 @@ </dependency> <dependency> <groupId>org.apache.james</groupId> -<artifactId>james-server-mail-library</artifactId> -<scope>runtime</scope> -</dependency> -<dependency> -<groupId>org.apache.james</groupId> -<artifactId>james-server-mail-file</artifactId> +<artifactId>james-server-file</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.james</groupId> -<artifactId>james-server-mail-jdbc</artifactId> +<artifactId>james-server-jdbc</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.james</groupId> -<artifactId>james-server-mail-jcr</artifactId> +<artifactId>james-server-jcr</artifactId> <scope>runtime</scope> </dependency> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
