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

Commit ca44631

Browse files
author
Nomiero
committed
fix pom.xml bug
1 parent 347395b commit ca44631

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

pom.xml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,7 @@
1414
<name>MIT License</name>
1515
<url>http://www.opensource.org/licenses/mit-license.php</url>
1616
</license>
17-
</licenses>
18-
19-
<repositories>
20-
<repository>
21-
<id>apache-repository</id>
22-
<url>https://repository.apache.org/content/groups/public/</url>
23-
</repository>
24-
<repository>
25-
<id>M2_REPO</id>
26-
<url>file://home/cloudera/.m2/repository</url>
27-
</repository>
28-
</repositories>
29-
17+
</licenses>
3018
<developers>
3119
<developer>
3220
<name>DocumentDB Team</name>
@@ -241,18 +229,6 @@
241229
<artifactId>azure-documentdb</artifactId>
242230
<version>1.6.0</version>
243231
</dependency>
244-
<dependency>
245-
<groupId>jdk.tools</groupId>
246-
<artifactId>jdk.tools</artifactId>
247-
<scope>system</scope>
248-
<systemPath>C:\Program Files\Java\jdk1.7.0_79\lib\tools.jar</systemPath>
249-
<version>1.6.0</version>
250-
</dependency>
251-
<dependency>
252-
<groupId>org.openx.data</groupId>
253-
<artifactId>json-serde-parent</artifactId>
254-
<version>1.3.1-SNAPSHOT</version>
255-
</dependency>
256232
<dependency>
257233
<groupId>org.apache.pig</groupId>
258234
<artifactId>pig</artifactId>

0 commit comments

Comments
 (0)