Uploaded image for project: 'Cayenne'
  1. Cayenne
  2. CAY-774

cayenne-modeler pom.xml has incorrect dependancy

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.0 branch
    • 2.0 branch
    • Modeler
    • None
    • Maven repository

    Description

      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

      Attachments

        Activity

          People

            andrus Andrus Adamchik
            stwells Steve Wells
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: