Fix the packaging of the online-manipulator (the ASM updates has changed the set of import/private packages).
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1592490 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/manipulator/online-manipulator/pom.xml b/ipojo/manipulator/online-manipulator/pom.xml
index 4965af2..7dbb3ec 100644
--- a/ipojo/manipulator/online-manipulator/pom.xml
+++ b/ipojo/manipulator/online-manipulator/pom.xml
@@ -132,7 +132,8 @@
org.objectweb.asm,
org.objectweb.asm.commons,
org.objectweb.asm.signature,
- org.objectweb.asm.tree,
+ org.objectweb.asm.tree*,
+ org.objectweb.asm.util,
org.apache.felix.ipojo.online.manipulator
</Private-Package>
<Import-Package>!sun.io, org.osgi.framework;version=1.3, *