Uploaded image for project: 'DeltaSpike'
  1. DeltaSpike
  2. DELTASPIKE-1107

Wrong usage of Dependency Scope=Import in deltaspike-scheduler-module-impl

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 1.5.4
    • 1.6.0
    • Scheduler
    • None
    • maven

    Description

      I'm currently working with Wildfly Swarm that uses Shrinkwrap. In addition I'm using deltaspike scheduler with quartz. When I deploy my Swarm with maven I get an exception that is caused by

      <dependencies>
      <dependency>
      <groupId>org.jboss.shrinkwrap.resolver</groupId>
      <artifactId>shrinkwrap-resolver-bom</artifactId>
      <version>${shrinkwrap.version}</version>
      <type>pom</type>
      <scope>import</scope>
      </dependency>
      </dependencies>

      in the pom.xml of deltaspike-scheduler-module-impl. The problem is, that scope:import is used but it should only be used in the dependency management section (https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html)

      There is a related issue in the Swarm Jira: https://issues.jboss.org/browse/SWARM-381

      Attachments

        Activity

          People

            Unassigned Unassigned
            sialcasa Alexander Casall
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: