Uploaded image for project: 'Apache Rat'
  1. Apache Rat
  2. RAT-117

Tentacles uses a snapshot dependency that is not in mvn central - build failure

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • None

    Description

      Tentacles uses a snapshot dependency that results in build failures on a default mvn setup (mvn 3.0.4).

      Patch in pom.xml is:

      @@ -67,7 +67,8 @@
      <dependency>
      <groupId>org.codehaus.swizzle</groupId>
      <artifactId>swizzle-stream</artifactId>

      • <version>1.6.2-SNAPSHOT</version>
        + <!-version>1.6.2-SNAPSHOT</version->
        + <version>1.6.1</version>
        </dependency>

      <dependency>

      Attachments

        1. RAT117-pom.xml.patch
          0.4 kB
          Philipp Ottlinger

        Activity

          People

            robertburrelldonkin Robert Burrell Donkin
            pottlinger Philipp Ottlinger
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: