Skip to content

Commit 27b40cb

Browse files
authored
Merge pull request #54 from cloudsufi/bump/cdap-spark
Bump cdap and spark
2 parents 9c47ad7 + e93bb1a commit 27b40cb

File tree

1 file changed

+35
-24
lines changed

1 file changed

+35
-24
lines changed

pom.xml

+35-24
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,41 @@
3434

3535
<properties>
3636
<!-- properties for script build step that creates the config files for the artifacts -->
37-
<data.pipeline.parent>system:cdap-data-pipeline[6.9.2-SNAPSHOT,7.0.0-SNAPSHOT)</data.pipeline.parent>
38-
<data.stream.parent>system:cdap-data-streams[6.9.2-SNAPSHOT,7.0.0-SNAPSHOT)</data.stream.parent>
39-
<cdap.version>6.8.0</cdap.version>
40-
<hydrator.version>2.10.0</hydrator.version>
41-
<hadoop.version>2.3.0</hadoop.version>
37+
<data.pipeline.parent>system:cdap-data-pipeline[6.11.0-SNAPSHOT,7.0.0-SNAPSHOT)</data.pipeline.parent>
38+
<data.stream.parent>system:cdap-data-streams[6.11.0-SNAPSHOT,7.0.0-SNAPSHOT)</data.stream.parent>
39+
<cdap.version>6.11.0-SNAPSHOT</cdap.version>
40+
<hydrator.version>2.13.0-SNAPSHOT</hydrator.version>
41+
<hadoop.version>3.3.6</hadoop.version>
4242
<mockftp.version>2.6</mockftp.version>
4343
<junit.version>4.11</junit.version>
4444
<mockito.version>2.24.0</mockito.version>
4545
<guava.version>13.0.1</guava.version>
46+
<jackson.version>2.13.0</jackson.version>
4647
<surefire.redirectTestOutputToFile>true</surefire.redirectTestOutputToFile>
4748
</properties>
4849

49-
<pluginRepositories>
50-
<pluginRepository>
50+
<repositories>
51+
<repository>
5152
<id>sonatype</id>
52-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
53-
</pluginRepository>
54-
</pluginRepositories>
53+
<url>https://oss.sonatype.org/content/groups/public</url>
54+
<releases>
55+
<enabled>true</enabled>
56+
</releases>
57+
<snapshots>
58+
<enabled>false</enabled>
59+
</snapshots>
60+
</repository>
61+
<repository>
62+
<id>sonatype-snapshots</id>
63+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
64+
<releases>
65+
<enabled>false</enabled>
66+
</releases>
67+
<snapshots>
68+
<enabled>true</enabled>
69+
</snapshots>
70+
</repository>
71+
</repositories>
5572

5673
<dependencies>
5774
<dependency>
@@ -96,7 +113,7 @@
96113
</dependency>
97114
<dependency>
98115
<groupId>io.cdap.cdap</groupId>
99-
<artifactId>cdap-data-pipeline2_2.11</artifactId>
116+
<artifactId>cdap-data-pipeline3_2.12</artifactId>
100117
<version>${cdap.version}</version>
101118
<scope>test</scope>
102119
</dependency>
@@ -118,6 +135,12 @@
118135
</exclusion>
119136
</exclusions>
120137
</dependency>
138+
<dependency>
139+
<groupId>com.fasterxml.jackson.core</groupId>
140+
<artifactId>jackson-databind</artifactId>
141+
<version>${jackson.version}</version>
142+
<scope>test</scope>
143+
</dependency>
121144
<dependency>
122145
<groupId>org.apache.hadoop</groupId>
123146
<artifactId>hadoop-minicluster</artifactId>
@@ -267,7 +290,7 @@
267290
</dependency>
268291
<dependency>
269292
<groupId>io.cdap.cdap</groupId>
270-
<artifactId>cdap-data-pipeline2_2.11</artifactId>
293+
<artifactId>cdap-data-pipeline3_2.12</artifactId>
271294
<version>${cdap.version}</version>
272295
<scope>test</scope>
273296
</dependency>
@@ -297,18 +320,6 @@
297320
<artifactId>format-text</artifactId>
298321
<version>${hydrator.version}</version>
299322
</dependency>
300-
<dependency>
301-
<groupId>io.cdap.cdap</groupId>
302-
<artifactId>cdap-explore</artifactId>
303-
<version>${cdap.version}</version>
304-
<scope>test</scope>
305-
<exclusions>
306-
<exclusion>
307-
<groupId>io.cdap.cdap</groupId>
308-
<artifactId>cdap-unit-test</artifactId>
309-
</exclusion>
310-
</exclusions>
311-
</dependency>
312323
</dependencies>
313324
<build>
314325
<plugins>

0 commit comments

Comments
 (0)