You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ja...@apache.org on 2012/04/24 16:45:42 UTC

svn commit: r1329749 - /ace/trunk/ace-managementagent/pom.xml

Author: jawi
Date: Tue Apr 24 14:45:41 2012
New Revision: 1329749

URL: http://svn.apache.org/viewvc?rev=1329749&view=rev
Log:
ACE-255: ensure commons codec is included in the MA.

Modified:
    ace/trunk/ace-managementagent/pom.xml

Modified: ace/trunk/ace-managementagent/pom.xml
URL: http://svn.apache.org/viewvc/ace/trunk/ace-managementagent/pom.xml?rev=1329749&r1=1329748&r2=1329749&view=diff
==============================================================================
--- ace/trunk/ace-managementagent/pom.xml (original)
+++ ace/trunk/ace-managementagent/pom.xml Tue Apr 24 14:45:41 2012
@@ -66,7 +66,9 @@
         <private.package>
             EDU.oswego.cs.dl.util.concurrent;-split-package:=first,
             org.apache.felix.*;-split-package:=first,
-            org.apache.ace.*;-split-package:=first
+            org.apache.ace.*;-split-package:=first,
+            org.apache.commons.codec;-split-package:=first,
+            org.apache.commons.codec.binary;-split-package:=first
         </private.package>
         <bundle.activator>
             org.apache.ace.managementagent.Activator