Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
fix pom.xml bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Nomiero committed Apr 26, 2016
1 parent 347395b commit ca44631
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,7 @@
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>

<repositories>
<repository>
<id>apache-repository</id>
<url>https://repository.apache.org/content/groups/public/</url>
</repository>
<repository>
<id>M2_REPO</id>
<url>file://home/cloudera/.m2/repository</url>
</repository>
</repositories>

</licenses>
<developers>
<developer>
<name>DocumentDB Team</name>
Expand Down Expand Up @@ -241,18 +229,6 @@
<artifactId>azure-documentdb</artifactId>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>jdk.tools</groupId>
<artifactId>jdk.tools</artifactId>
<scope>system</scope>
<systemPath>C:\Program Files\Java\jdk1.7.0_79\lib\tools.jar</systemPath>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>org.openx.data</groupId>
<artifactId>json-serde-parent</artifactId>
<version>1.3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.pig</groupId>
<artifactId>pig</artifactId>
Expand Down

0 comments on commit ca44631

Please sign in to comment.