You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2019/06/05 07:32:17 UTC

[karaf] 02/02: Cleanup unused cglib2.version property

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git

commit f1590569e2aac06bf7e6682fd801e0e041e0cf51
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jun 4 15:01:02 2019 +0200

    Cleanup unused cglib2.version property
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ea9489c..430e49a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,6 @@
         <javax.annotation.version>1.3</javax.annotation.version>
         <awaitility.version>3.1.6</awaitility.version>
         <cglib.bundle.version>3.2.9_1</cglib.bundle.version>
-        <cglib2.version>2.2.0</cglib2.version>
         
         <jna.version>4.5.2</jna.version>
         <jaxb.version>2.3.2</jaxb.version>