Author: coheigea
Date: Mon Feb 28 11:09:22 2011
New Revision: 1075290

URL: http://svn.apache.org/viewvc?rev=1075290&view=rev
Log:
[WSS-264] - Added package names for DynamicImports.

Modified:
    webservices/wss4j/trunk/pom.xml

Modified: webservices/wss4j/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/trunk/pom.xml?rev=1075290&r1=1075289&r2=1075290&view=diff
==============================================================================
--- webservices/wss4j/trunk/pom.xml (original)
+++ webservices/wss4j/trunk/pom.xml Mon Feb 28 11:09:22 2011
@@ -160,7 +160,11 @@
                               org.opensaml.*;resolution:=optional,
                               *;resolution:=optional
                         </Import-Package>
-                        <DynamicImport-Package>*</DynamicImport-Package>
+                        <DynamicImport-Package>
+                              org.bouncycastle.jce.provider,
+                              org.apache.ws.security.components.crypto,
+                              org.apache.ws.security.saml
+                        </DynamicImport-Package>
                     </instructions>
                 </configuration>
             </plugin>


Reply via email to