|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
_______________________________________________ Amdatu-developers mailing list [email protected] http://lists.amdatu.org/mailman/listinfo/amdatu-developers


excluding seems to work, which works for me:
<dependency> <groupId>org.apache.ace</groupId> <artifactId>org.apache.ace.managementagent</artifactId> <version>0.8.1-r1341428</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.deploymentadmin</artifactId> </exclusion> </exclusions> </dependency>