Author: tchemit Date: 2009-08-23 18:46:43 +0200 (Sun, 23 Aug 2009) New Revision: 173 Modified: trunk/pom.xml Log: do not include jaxx deps (xworks, javahelp, jxlayer,...) Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-23 16:35:48 UTC (rev 172) +++ trunk/pom.xml 2009-08-23 16:46:43 UTC (rev 173) @@ -52,6 +52,28 @@ <artifactId>jaxx-runtime-swing</artifactId> <version>${jaxx.version}</version> <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>javax.help</groupId> + <artifactId>javahelp</artifactId> + </exclusion> + <exclusion> + <groupId>com.opensymphony</groupId> + <artifactId>xwork</artifactId> + </exclusion> + <exclusion> + <groupId>opensymphony</groupId> + <artifactId>ognl</artifactId> + </exclusion> + <exclusion> + <groupId>commons-jxpath</groupId> + <artifactId>commons-jxpath</artifactId> + </exclusion> + <exclusion> + <groupId>org.swinglabs</groupId> + <artifactId>jxlayer</artifactId> + </exclusion> + </exclusions> </dependency> <dependency>