Skip to content

Commit

Permalink
TEIID-3370: fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
rareddy committed Sep 22, 2015
1 parent 4037259 commit f913c4f
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions connectors/translator-odata4/pom.xml
Expand Up @@ -15,12 +15,12 @@
<dependencies>
<dependency>
<groupId>org.jboss.teiid</groupId>
<artifactId>teiid-api</artifactId>
<artifactId>teiid-common-core</artifactId>
<scope>provided</scope>
</dependency>
</dependency>
<dependency>
<groupId>org.jboss.teiid</groupId>
<artifactId>teiid-common-core</artifactId>
<artifactId>teiid-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -53,16 +53,7 @@
<dependency>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-client-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-client-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>

</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit f913c4f

Please sign in to comment.