aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--org.jacoco.build/pom.xml11
-rw-r--r--org.jacoco.core/pom.xml8
2 files changed, 5 insertions, 14 deletions
diff --git a/org.jacoco.build/pom.xml b/org.jacoco.build/pom.xml
index cb0c8d22..da352ef9 100644
--- a/org.jacoco.build/pom.xml
+++ b/org.jacoco.build/pom.xml
@@ -132,7 +132,7 @@
<tycho.version>0.13.0</tycho.version>
<!-- Dependencies versions -->
- <asm.version>3.3.1</asm.version>
+ <asm.version>4.0</asm.version>
<ant.version>1.7.0</ant.version>
<junit.version>4.8.2</junit.version>
@@ -192,13 +192,8 @@
</dependency>
<!-- Third-party dependencies -->
<dependency>
- <groupId>asm</groupId>
- <artifactId>asm</artifactId>
- <version>${asm.version}</version>
- </dependency>
- <dependency>
- <groupId>asm</groupId>
- <artifactId>asm-commons</artifactId>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-all</artifactId>
<version>${asm.version}</version>
</dependency>
<dependency>
diff --git a/org.jacoco.core/pom.xml b/org.jacoco.core/pom.xml
index cb1d2357..e8fe03be 100644
--- a/org.jacoco.core/pom.xml
+++ b/org.jacoco.core/pom.xml
@@ -28,12 +28,8 @@
<!-- Note that Tycho doesn't use those dependencies, but we need to declare them for consumers -->
<dependencies>
<dependency>
- <groupId>asm</groupId>
- <artifactId>asm</artifactId>
- </dependency>
- <dependency>
- <groupId>asm</groupId>
- <artifactId>asm-commons</artifactId>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-all</artifactId>
</dependency>
</dependencies>