2011/1/18 <[email protected]>: > Author: eric > Date: Tue Jan 18 18:07:31 2011 > New Revision: 1060495
Hi Eric, it seems you reverted some change I did to the container-spring pom.xml with this commit and reintroduced dependencies on deleted modules. I can't look at it now, so unless you fix it before I'll have a look at it in the next days. Stefano > Modified: james/server/trunk/container-spring/pom.xml > URL: > http://svn.apache.org/viewvc/james/server/trunk/container-spring/pom.xml?rev=1060495&r1=1060494&r2=1060495&view=diff > ============================================================================== > --- james/server/trunk/container-spring/pom.xml (original) > +++ james/server/trunk/container-spring/pom.xml Tue Jan 18 18:07:31 2011 > @@ -549,7 +549,27 @@ > </dependency> > <dependency> > <groupId>org.apache.james</groupId> > - <artifactId>james-server-data-library</artifactId> > + <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> > <scope>runtime</scope> > </dependency> > <dependency> > @@ -564,6 +584,21 @@ > </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> > @@ -642,17 +677,22 @@ > </dependency> > <dependency> > <groupId>org.apache.james</groupId> > - <artifactId>james-server-file</artifactId> > + <artifactId>james-server-mail-library</artifactId> > + <scope>runtime</scope> > + </dependency> > + <dependency> > + <groupId>org.apache.james</groupId> > + <artifactId>james-server-mail-file</artifactId> > <scope>runtime</scope> > </dependency> > <dependency> > <groupId>org.apache.james</groupId> > - <artifactId>james-server-jdbc</artifactId> > + <artifactId>james-server-mail-jdbc</artifactId> > <scope>runtime</scope> > </dependency> > <dependency> > <groupId>org.apache.james</groupId> > - <artifactId>james-server-jcr</artifactId> > + <artifactId>james-server-mail-jcr</artifactId> > <scope>runtime</scope> > </dependency> > <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
