Downgrading to 4.1 asm as that one is in ubuntu repositories debian
authorJaroslav Tulach <jtulach@netbeans.org>
Sat, 24 Oct 2015 21:25:05 +0200
branchdebian
changeset 9969c529b94ae82
parent 995 288dfb0a435c
child 997 95be7194744a
Downgrading to 4.1 asm as that one is in ubuntu repositories
pom.xml
     1.1 --- a/pom.xml	Sat Oct 24 21:22:03 2015 +0200
     1.2 +++ b/pom.xml	Sat Oct 24 21:25:05 2015 +0200
     1.3 @@ -182,7 +182,7 @@
     1.4          <dependency>
     1.5              <groupId>org.ow2.asm</groupId>
     1.6              <artifactId>asm</artifactId>
     1.7 -            <version>5.0</version>
     1.8 +            <version>4.1</version>
     1.9          </dependency>
    1.10          <dependency>
    1.11            <groupId>org.netbeans.api</groupId>