[
https://issues.apache.org/jira/browse/DELTASPIKE-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gerhard Petracek resolved DELTASPIKE-1107.
------------------------------------------
Resolution: Fixed
> Wrong usage of Dependency Scope=Import in deltaspike-scheduler-module-impl
> --------------------------------------------------------------------------
>
> Key: DELTASPIKE-1107
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-1107
> Project: DeltaSpike
> Issue Type: Bug
> Components: Scheduler
> Affects Versions: 1.5.4
> Environment: maven
> Reporter: Alexander Casall
> Priority: Critical
> Fix For: 1.6.0
>
>
> 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
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)