You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by gn...@apache.org on 2016/09/27 14:05:47 UTC

svn commit: r1762488 - /aries/trunk/transaction/transaction-manager/pom.xml

Author: gnodet
Date: Tue Sep 27 14:05:47 2016
New Revision: 1762488

URL: http://svn.apache.org/viewvc?rev=1762488&view=rev
Log:
[ARIES-1516] Fix bad import and unneeded embedded classes

Modified:
    aries/trunk/transaction/transaction-manager/pom.xml

Modified: aries/trunk/transaction/transaction-manager/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/transaction/transaction-manager/pom.xml?rev=1762488&r1=1762487&r2=1762488&view=diff
==============================================================================
--- aries/trunk/transaction/transaction-manager/pom.xml (original)
+++ aries/trunk/transaction/transaction-manager/pom.xml Tue Sep 27 14:05:47 2016
@@ -56,7 +56,7 @@
         <aries.osgi.private.pkg>
             org.objectweb.howl.log*,
             org.apache.aries.transaction.internal,
-            org.apache.aries.util*
+            org.apache.aries.util.nls
         </aries.osgi.private.pkg>
         <aries.osgi.activator>
             org.apache.aries.transaction.internal.Activator