Skip to content

Commit

Permalink
Merge pull request #9 from TheItivitist/ipojo-1.12.1-ullink
Browse files Browse the repository at this point in the history
Upgrade ASM to 9.3
  • Loading branch information
benoitdesire authored Aug 12, 2022
2 parents cdab262 + 2dbd2c9 commit 5f84548
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<packaging>bundle</packaging>
<name>Apache Felix iPOJO</name>
<artifactId>org.apache.felix.ipojo</artifactId>
<version>1.12.1.5-ullink</version>
<version>1.12.1.6-ullink</version>

<properties>
<!--
Expand Down Expand Up @@ -100,14 +100,8 @@
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-all</artifactId>
<version>5.0.2</version>
<exclusions>
<exclusion>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-tree</artifactId>
</exclusion>
</exclusions>
<artifactId>asm</artifactId>
<version>9.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 5f84548

Please sign in to comment.