[windup-dev] Deps in windup-rules-java-api
    Ondrej Zizka 
    ozizka at redhat.com
       
    Fri Apr 15 19:02:41 EDT 2016
    
    
  
Hi,
I've noticed that in the pom.xml of $subj, there is:
         <dependency>
             <groupId>org.jboss.windup.ast</groupId>
             <artifactId>windup-java-ast</artifactId>
             <classifier>forge-addon</classifier>
             <scope>compile</scope>
         </dependency>
         <dependency>
<groupId>org.jboss.windup.rules.apps</groupId>
             <artifactId>windup-rules-base</artifactId>
             <classifier>forge-addon</classifier>
             <scope>compile</scope>
         </dependency>
Shouldn't that be of scope provided, and listed in ../addon/pom.xml ?
Ondra
    
    
More information about the windup-dev
mailing list