carlosrovira commented on issue #866:
URL: https://github.com/apache/royale-asjs/issues/866#issuecomment-643323116


   Hi Greg, I found a work around to fix the problem.
   If I add in my pom.xml the jewel dependency it works on release. What seems 
to me very strange since it's getting it from the parent:
   
   ```xml
   <dependency>
         <groupId>org.apache.royale.framework</groupId>
         <artifactId>Jewel</artifactId>
         <version>0.9.8-SNAPSHOT</version>
         <type>swc</type>
         <classifier>js</classifier>
       </dependency>
   ```
   
   Maybe something to check with @chrisdutz 
   
   Thanks


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to