[JIRA] Created: (CAY-774) cayenne-modeler pom.xml has incorrect dependancy

From: Steve Wells (JIRA) ("Steve)
Date: Mon Apr 02 2007 - 21:50:43 EDT

  • Next message: Andrus Adamchik: "Re: [ANN] Maven 2.0.6 Released"

    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:

    http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/cayenne/cayenne-modeler/2.0.2/cayenne-modeler-2.0.2.pom

    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