Skip to content

Commit

Permalink
SAK-29498 upgrade apache cglib to 3.1
Browse files Browse the repository at this point in the history
The dependency cglib-nodep should be used when possible
instead of cglib as it shades the asm dependency.
  • Loading branch information
ern committed Jun 9, 2015
1 parent d0062e0 commit 4545602
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 11 deletions.
4 changes: 2 additions & 2 deletions deploy/shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>2.1_3</version>
<artifactId>cglib-nodep</artifactId>
<version>3.1</version>
<scope>compile</scope>
</dependency>

Expand Down
1 change: 0 additions & 1 deletion edu-services/gradebook-service/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<version>2.1_3</version>
</dependency>
<dependency>
<groupId>odmg</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<version>2.1_3</version>
<scope>provided</scope>
<!-- FIXME: is this required here ? -->
</dependency>
<dependency>
<groupId>odmg</groupId>
Expand Down
1 change: 0 additions & 1 deletion gradebook/app/business/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<version>2.1_3</version>
</dependency>
<dependency>
<groupId>odmg</groupId>
Expand Down
1 change: 0 additions & 1 deletion gradebook/app/ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<version>2.1_3</version>
</dependency>
<dependency>
<groupId>odmg</groupId>
Expand Down
1 change: 0 additions & 1 deletion hierarchy/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<version>2.1_3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<version>2.2</version>
<version>3.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
1 change: 0 additions & 1 deletion reset-pass/account-validator-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<version>2.1_3</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down
3 changes: 2 additions & 1 deletion sitestats/sitestats-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<artifactId>cglib-full</artifactId>
<version>2.0.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 4545602

Please sign in to comment.