Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-1102

Fix mockobjects dependency in project.xml

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.0-JSR-4
    • None
    • None

    Description

      <dependency>
      <groupId>mockobjects</groupId>
      <artifactId>mockobjects</artifactId>
      <version>core-0.09</version>
      </dependency>

      Should be:

      <dependency>
      <groupId>mockobjects</groupId>
      <artifactId>mockobjects-core</artifactId>
      <version>0.09</version>
      </dependency>

      Attachments

        Activity

          People

            guillaume Guillaume Sauthier
            carlos Carlos Sanchez Gonzalez
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: