cayenne-modeler pom.xml has incorrect dependancy
------------------------------------------------
Key: CAY-774
URL: https://issues.apache.org/cayenne/browse/CAY-774
Project: Cayenne
Issue Type: Bug
Components: CayenneModeler GUI
Affects Versions: 2.0 [STABLE]
Environment: Maven repository
Reporter: Steve Wells
Assigned To: Andrus Adamchik
Priority: Minor
From the Maven POM at:
has
<dependencies>
<dependency>
<groupId>org.objectstyle.cayenne</groupId>
<artifactId>cayenne-nodeps</artifactId>
<version>2.0.2</version>
</dependency>
this should be:
<dependency>
<groupId>org.apache.cayenne</groupId>
<artifactId>cayenne-nodeps</artifactId>
<version>2.0.2</version>
</dependency>
This causes a problem when including the modeler dependency in your own pom.xml
-- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
This archive was generated by hypermail 2.0.0 : Mon Apr 02 2007 - 21:51:45 EDT