DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=37007>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=37007 Summary: Improvements to maven build Product: Commons Version: unspecified Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Dbcp AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] The following is an improvement to the project.xml of commons-dbcp 1.2 and 1.2.1 After that could you please publish it again to : http://www.apache.org/dist/java-repository/commons-dbcp/poms/commons-dbcp-1.2.pom http://www.apache.org/dist/java-repository/commons-dbcp/poms/commons-dbcp-1.2.1.pom This is related to: http://jira.codehaus.org/browse/MEV-107 Dependencies section: <dependencies> <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> <version>2.1</version> </dependency> <dependency> <groupId>commons-pool</groupId> <artifactId>commons-pool</artifactId> <version>1.2</version> </dependency> <dependency> <groupId>javax.sql</groupId> <artifactId>jdbc-stdext</artifactId> <version>2.0</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <properties> <scope>test</scope> </properties> </dependency> <!-- these two are required by maven --> <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <version>2.0.2</version> </dependency> <!-- actually dbcp's tests need this too --> <dependency> <groupId>xerces</groupId> <artifactId>xerces</artifactId> <version>2.0.2</version> </dependency> <!-- /these two are required by maven --> </dependencies> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
