提交 968b2f6c 编写于 作者: J jbarrez

Distro testing: Groovy script cannot be executed on Explorer: removed asm...

Distro testing: Groovy script cannot be executed on Explorer: removed asm 2.2.3 as dependency since 3.2 is already included.
上级 7a4f7097
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<version>5.2-SNAPSHOT</version> <version>5.2-SNAPSHOT</version>
</parent> </parent>
<build> <build>
<resources> <resources>
<resource> <resource>
...@@ -25,68 +25,72 @@ ...@@ -25,68 +25,72 @@
</resource> </resource>
</resources> </resources>
<plugins> <plugins>
<plugin> <plugin>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<configuration> <configuration>
<excludes> <excludes>
<exclude>**/WebServiceTaskTest.java</exclude> <!-- ACT-315 --> <exclude>**/WebServiceTaskTest.java</exclude> <!-- ACT-315 -->
</excludes> </excludes>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.activiti</groupId> <groupId>org.activiti</groupId>
<artifactId>activiti-engine</artifactId> <artifactId>activiti-engine</artifactId>
<scope>provided</scope> <scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>org.apache.cxf</groupId>
<artifactId>junit</artifactId> <artifactId>cxf-rt-frontend-jaxws</artifactId>
<scope>test</scope> <exclusions>
<exclusion>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-javamail_1.4_spec</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-activation_1.1_spec</artifactId>
</exclusion>
<exclusion>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.cxf</groupId> <groupId>xerces</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId> <artifactId>xercesImpl</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-javamail_1.4_spec</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-activation_1.1_spec</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>xerces</groupId> <groupId>com.h2database</groupId>
<artifactId>xercesImpl</artifactId> <artifactId>h2</artifactId>
</dependency> <scope>test</scope>
<dependency> </dependency>
<groupId>com.h2database</groupId> <dependency>
<artifactId>h2</artifactId> <groupId>org.apache.cxf</groupId>
<scope>test</scope> <artifactId>cxf-rt-transports-http-jetty</artifactId>
</dependency> <scope>test</scope>
<dependency> </dependency>
<groupId>org.apache.cxf</groupId> <dependency>
<artifactId>cxf-rt-transports-http-jetty</artifactId> <groupId>org.apache.cxf</groupId>
<scope>test</scope> <artifactId>cxf-rt-transports-http</artifactId>
</dependency> <scope>compile</scope>
<dependency> </dependency>
<groupId>org.apache.cxf</groupId> <dependency>
<artifactId>cxf-rt-transports-http</artifactId> <groupId>javax.servlet</groupId>
<scope>compile</scope> <artifactId>servlet-api</artifactId>
</dependency> <scope>provided</scope>
<dependency> </dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<scope>provided</scope>
</dependency>
</dependencies> </dependencies>
<profiles> <profiles>
<profile> <profile>
<id>distro</id> <id>distro</id>
......
...@@ -81,6 +81,10 @@ ...@@ -81,6 +81,10 @@
<groupId>org.safehaus.jug</groupId> <groupId>org.safehaus.jug</groupId>
<artifactId>jug</artifactId> <artifactId>jug</artifactId>
</exclusion> </exclusion>
<exclusion>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册