Browse Source

fix module setting for poi 3.17

master
shihxuancheng 5 years ago
parent
commit
e7a5add3d3
2 changed files with 13 additions and 12 deletions
  1. 6
      wildfly_tml/modules/module_collections4.xml
  2. 19
      wildfly_tml/modules/module_xmlbeans.xml

6
wildfly_tml/modules/module_collections4.xml

@ -22,8 +22,8 @@
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org. ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
--> -->
<module xmlns="urn:jboss:module:1.3" name="org.apache.commons.collections4">
<module xmlns="urn:jboss:module:1.3" name="org.apache.commons.collections4">
<resources> <resources>
<resource-root path="commons-collections4-4.1.jar"/>
<resource-root path="commons-collections4-4.1.jar"/>
</resources> </resources>
</module>
</module>

19
wildfly_tml/modules/module_xmlbeans.xml

@ -22,19 +22,20 @@
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org. ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
--> -->
<module xmlns="urn:jboss:module:1.3" name="org.apache.xmlbeans" slot="2.6.0">
<module xmlns="urn:jboss:module:1.3" name="org.apache.xmlbeans" slot="2.6.0">
<resources> <resources>
<resource-root path="xmlbeans-2.6.0.jar"/>
<resource-root path="xmlbeans-2.6.0.jar"/>
</resources> </resources>
<dependencies> <dependencies>
<system export="true">
<system export="true">
<paths> <paths>
<path name="org/xml/sax"/>
<path name="org/xml/sax/ext"/>
<path name="org/w3c/dom"/>
<path name="javax/xml/stream"/>
<path name="javax/xml/namespace"/>
<path name="org/xml/sax"/>
<path name="org/xml/sax/ext"/>
<path name="org/w3c/dom"/>
<path name="javax/xml/stream"/>
<path name="javax/xml/namespace"/>
</paths> </paths>
</system> </system>
</dependencies> </dependencies>
</module>
</module>
Loading…
Cancel
Save