Skip to content

Commit

Permalink
TEIID-3912 using odata commons instead
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins committed Jan 25, 2016
1 parent 1c1a207 commit 196ac7b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Expand Up @@ -19,7 +19,7 @@
<module name="com.fasterxml.jackson.dataformat.xml"/>
<module name="org.slf4j"/>
<module name="org.apache.httpcomponents"/>
<module name="org.apache.olingo.common"/>
<module name="org.apache.olingo.commons"/>
</dependencies>

</module>
2 changes: 1 addition & 1 deletion olingo-common/kits/wildfly-dist.xml
Expand Up @@ -36,7 +36,7 @@
<useProjectArtifact>true</useProjectArtifact>
</dependencySet>
<dependencySet>
<outputDirectory>${wildfly-module-root}/org/apache/olingo/common/main</outputDirectory>
<outputDirectory>${wildfly-module-root}/org/apache/olingo/commons/main</outputDirectory>
<useTransitiveDependencies>false</useTransitiveDependencies>
<includes>
<include>org.apache.olingo:odata-commons-api</include>
Expand Down
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="urn:jboss:module:1.0" name="org.apache.olingo.common">
<module xmlns="urn:jboss:module:1.0" name="org.apache.olingo.commons">
<properties>
<property name="jboss.api" value="private"/>
</properties>
Expand Down
Expand Up @@ -9,7 +9,7 @@
</resources>

<dependencies>
<module name="org.apache.olingo.common" export="true"/>
<module name="org.apache.olingo.commons" export="true"/>
<module name="org.jboss.teiid.common-core" />
<module name="org.jboss.teiid" />
<module name="org.jboss.teiid.api"/>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<module name="org.apache.commons.codec"/>
<module name="org.apache.commons.lang" slot="3.3.2"/>
<module name="org.antlr" slot="4.5"/>
<module name="org.apache.olingo.common"/>
<module name="org.apache.olingo.commons"/>
</dependencies>

</module>

0 comments on commit 196ac7b

Please sign in to comment.