You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2018/08/27 13:34:23 UTC

svn commit: r1839322 - /santuario/xml-security-java/branches/2.1.x-fixes/pom.xml

Author: coheigea
Date: Mon Aug 27 13:34:23 2018
New Revision: 1839322

URL: http://svn.apache.org/viewvc?rev=1839322&view=rev
Log:
Adding automatic module name

Modified:
    santuario/xml-security-java/branches/2.1.x-fixes/pom.xml

Modified: santuario/xml-security-java/branches/2.1.x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/branches/2.1.x-fixes/pom.xml?rev=1839322&r1=1839321&r2=1839322&view=diff
==============================================================================
--- santuario/xml-security-java/branches/2.1.x-fixes/pom.xml (original)
+++ santuario/xml-security-java/branches/2.1.x-fixes/pom.xml Mon Aug 27 13:34:23 2018
@@ -223,6 +223,7 @@
                               org.apache.xpath*;resolution:=optional;version="[2.7,3)",
                               *
                         </Import-Package>
+                        <Automatic-Module-Name>org.apache.santuario.xmlsec</Automatic-Module-Name>
                     </instructions>
                 </configuration>
             </plugin>