Skip to content

Commit

Permalink
TEIID-5251: moving the apache commons-lang3 jar to its own identifier…
Browse files Browse the repository at this point in the history
… module to avoid resolution issues with wildfly-swarm (#1062)
  • Loading branch information
rareddy committed Feb 6, 2018
1 parent 157ca37 commit d5dc493
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="urn:jboss:module:1.3" name="org.apache.commons.lang" slot="3.3.2">
<module xmlns="urn:jboss:module:1.3" name="org.apache.commons.commons-lang3">
<properties>
<property name="jboss.api" value="private"/>
</properties>
Expand Down
Expand Up @@ -10,7 +10,7 @@
<dependencies>
<module name="javax.api"/>
<module name="javax.xml.stream.api"/>
<module name="org.apache.commons.lang" slot="3.3.2"/>
<module name="org.apache.commons.commons-lang3"/>
<module name="org.apache.commons.io"/>
<module name="org.jboss.teiid.olingo.common"/>
<module name="org.slf4j"/>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<module name="javax.validation.api"/>
<module name="com.google.guava"/>
<module name="org.slf4j"/>
<module name="org.apache.commons.lang" slot="3.3.2"/>
<module name="org.apache.commons.commons-lang3"/>
<module name="javax.xml.bind.api"/>
<module name="org.apache.commons.io"/>
</dependencies>
Expand Down
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="urn:jboss:module:1.3" name="org.apache.commons.lang" slot="3.3.2">
<module xmlns="urn:jboss:module:1.3" name="org.apache.commons.commons-lang3">
<properties>
<property name="jboss.api" value="private"/>
</properties>
Expand Down
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="urn:jboss:module:1.3" name="org.apache.commons.lang" slot="3.3.2">
<module xmlns="urn:jboss:module:1.3" name="org.apache.commons.commons-lang3">
<properties>
<property name="jboss.api" value="private"/>
</properties>
Expand Down
Expand Up @@ -18,7 +18,7 @@
<module name="org.jboss.teiid.admin"/>
<module name="org.jboss.teiid.api"/>
<module name="org.jboss.teiid"/>
<module name="org.apache.commons.lang" slot="3.3.2"/>
<module name="org.apache.commons.commons-lang3"/>
</dependencies>

</module>
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="urn:jboss:module:1.3" name="org.apache.commons.lang" slot="3.3.2">
<module xmlns="urn:jboss:module:1.3" name="org.apache.commons.commons-lang3">
<properties>
<property name="jboss.api" value="private"/>
</properties>
Expand Down

0 comments on commit d5dc493

Please sign in to comment.