Skip to content

Commit 6d4eaaf

Browse files
POM changes for v2.0 (#136)
1 parent a3a523f commit 6d4eaaf

File tree

1 file changed

+18
-24
lines changed

1 file changed

+18
-24
lines changed

pom.xml

Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<scm>
4949
<connection>scm:git:git@github.com:Esri/spatial-framework-for-hadoop.git</connection>
5050
<developerConnection>scm:git:git@github.com:Esri/spatial-framework-for-hadoop.git</developerConnection>
51-
<url>git@github.com:Esri/spatial-framework-for-hadoop.git</url>
51+
<url>https://github.com/Esri/spatial-framework-for-hadoop</url>
5252
</scm>
5353

5454
<modules>
@@ -141,7 +141,7 @@
141141
<profile>
142142
<id>hadoop-2.8</id>
143143
<properties>
144-
<hadoop.version>2.8.1</hadoop.version>
144+
<hadoop.version>2.8.2</hadoop.version>
145145
</properties>
146146
</profile>
147147
<profile>
@@ -151,17 +151,25 @@
151151
</properties>
152152
</profile>
153153

154-
<profile> <!-- compile error on com.google.common.cache in hive module, with -Phadoop-1.x -->
155-
<id>hive-.10</id>
156-
<properties>
157-
<hive.version>0.10.0</hive.version>
158-
</properties>
159-
</profile>
160154
<profile>
161-
<id>hive-.11</id>
155+
<id>hive-.11</id> <!-- Need to build with Hive-0.12 before testing with 0.11 -->
162156
<properties>
163157
<hive.version>0.11.0</hive.version>
164158
</properties>
159+
<!-- NEEDED with Hive-0.11 dependencies>
160+
<dependency>
161+
<groupId>javax.jdo</groupId>
162+
<artifactId>jdo2-api</artifactId>
163+
<version>2.3-ec</version>
164+
</dependency>
165+
</dependencies>
166+
<repositories>
167+
<repository>
168+
<id>org.datanucleus</id>
169+
<name>datanucleus</name>
170+
<url>http://www.datanucleus.org/downloads/maven2/</url>
171+
</repository>
172+
</repositories -->
165173
</profile>
166174
<profile>
167175
<id>hive-.12</id>
@@ -243,7 +251,7 @@
243251
<profile>
244252
<id>hive-2.3</id>
245253
<properties>
246-
<hive.version>2.3.0</hive.version>
254+
<hive.version>2.3.1</hive.version>
247255
</properties>
248256
</profile>
249257

@@ -296,23 +304,9 @@
296304
<javadoc.plugin.version>2.8</javadoc.plugin.version>
297305
</properties>
298306

299-
<repositories>
300-
<repository>
301-
<id>org.datanucleus</id>
302-
<name>datanucleus</name>
303-
<url>http://www.datanucleus.org/downloads/maven2/</url>
304-
</repository>
305-
</repositories>
306-
307307
<dependencyManagement>
308308
<dependencies>
309309

310-
<dependency>
311-
<groupId>javax.jdo</groupId>
312-
<artifactId>jdo2-api</artifactId>
313-
<version>2.3-ec</version>
314-
</dependency>
315-
316310
<dependency>
317311
<groupId>org.apache.hadoop</groupId>
318312
<artifactId>hadoop-client</artifactId>

0 commit comments

Comments
 (0)