OJB should list commons-dbcp as a dependency
--------------------------------------------
Key: MEV-231
URL: http://jira.codehaus.org/browse/MEV-231
Project: Maven Evangelism
Type: Bug
Components: Invalid POM
Reporter: Matt Raible
This POM works much better than the one at:
http://www.ibiblio.org/maven2/ojb/db-ojb/1.0.3/db-ojb-1.0.3.pom
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>ojb</groupId>
<artifactId>db-ojb</artifactId>
<version>1.0.3</version>
<dependencies>
<dependency>
<artifactId>commons-dbcp</artifactId>
<groupId>commons-dbcp</groupId>
<version>1.2</version>
</dependency>
</dependencies>
</project>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]