Dependency removed.. Bye, Norman
2011/1/8 Norman Maurer <[email protected]>: > I will have a look later Why this is needed... I guess we can eliminate this > > Thx > Norman > > > Am Samstag, 8. Januar 2011 schrieb <[email protected]>: >> Author: eric >> Date: Sat Jan 8 07:18:05 2011 >> New Revision: 1056639 >> >> URL: http://svn.apache.org/viewvc?rev=1056639&view=rev >> Log: >> Add missing mailet dependency on dnsservice project with scope test >> >> Modified: >> james/server/trunk/dnsservice-api/pom.xml >> >> Modified: james/server/trunk/dnsservice-api/pom.xml >> URL: >> http://svn.apache.org/viewvc/james/server/trunk/dnsservice-api/pom.xml?rev=1056639&r1=1056638&r2=1056639&view=diff >> ============================================================================== >> --- james/server/trunk/dnsservice-api/pom.xml (original) >> +++ james/server/trunk/dnsservice-api/pom.xml Sat Jan 8 07:18:05 2011 >> @@ -60,13 +60,16 @@ >> </plugin> >> </plugins> >> </build> >> - >> <dependencies> >> <dependency> >> + <groupId>org.apache.james</groupId> >> + <artifactId>apache-mailet</artifactId> >> + <scope>test</scope> >> + </dependency> >> + <dependency> >> <groupId>junit</groupId> >> <artifactId>junit</artifactId> >> <scope>test</scope> >> </dependency> >> </dependencies> >> - >> </project> >> >> >> >> --------------------------------------------------------------------- >> 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]
