aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.build
diff options
context:
space:
mode:
authorMykola Nikishov <mn@mn.com.ua>2012-09-11 15:07:55 +0300
committerMykola Nikishov <mn@mn.com.ua>2012-09-11 15:07:55 +0300
commit865584cb7c3c1ff0dd41b8227da9dbcac87663ce (patch)
tree3c905d28bfdd38af555080957f67871641f80f91 /org.jacoco.build
parent32e3a05444847ecde19cef575e57fec51c85d085 (diff)
downloadjacoco-865584cb7c3c1ff0dd41b8227da9dbcac87663ce.tar.gz
Fix GAV coordinates for ASM 4.0
Diffstat (limited to 'org.jacoco.build')
-rw-r--r--org.jacoco.build/pom.xml11
1 files changed, 3 insertions, 8 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>