Skip to content

Commit

Permalink
Merge pull request #54 from cloudsufi/bump/cdap-spark
Browse files Browse the repository at this point in the history
Bump cdap and spark
  • Loading branch information
psainics authored Dec 19, 2024
2 parents 9c47ad7 + e93bb1a commit 27b40cb
Showing 1 changed file with 35 additions and 24 deletions.
59 changes: 35 additions & 24 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,24 +34,41 @@

<properties>
<!-- properties for script build step that creates the config files for the artifacts -->
<data.pipeline.parent>system:cdap-data-pipeline[6.9.2-SNAPSHOT,7.0.0-SNAPSHOT)</data.pipeline.parent>
<data.stream.parent>system:cdap-data-streams[6.9.2-SNAPSHOT,7.0.0-SNAPSHOT)</data.stream.parent>
<cdap.version>6.8.0</cdap.version>
<hydrator.version>2.10.0</hydrator.version>
<hadoop.version>2.3.0</hadoop.version>
<data.pipeline.parent>system:cdap-data-pipeline[6.11.0-SNAPSHOT,7.0.0-SNAPSHOT)</data.pipeline.parent>
<data.stream.parent>system:cdap-data-streams[6.11.0-SNAPSHOT,7.0.0-SNAPSHOT)</data.stream.parent>
<cdap.version>6.11.0-SNAPSHOT</cdap.version>
<hydrator.version>2.13.0-SNAPSHOT</hydrator.version>
<hadoop.version>3.3.6</hadoop.version>
<mockftp.version>2.6</mockftp.version>
<junit.version>4.11</junit.version>
<mockito.version>2.24.0</mockito.version>
<guava.version>13.0.1</guava.version>
<jackson.version>2.13.0</jackson.version>
<surefire.redirectTestOutputToFile>true</surefire.redirectTestOutputToFile>
</properties>

<pluginRepositories>
<pluginRepository>
<repositories>
<repository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</pluginRepository>
</pluginRepositories>
<url>https://oss.sonatype.org/content/groups/public</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>sonatype-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<dependencies>
<dependency>
Expand Down Expand Up @@ -96,7 +113,7 @@
</dependency>
<dependency>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap-data-pipeline2_2.11</artifactId>
<artifactId>cdap-data-pipeline3_2.12</artifactId>
<version>${cdap.version}</version>
<scope>test</scope>
</dependency>
Expand All @@ -118,6 +135,12 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-minicluster</artifactId>
Expand Down Expand Up @@ -267,7 +290,7 @@
</dependency>
<dependency>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap-data-pipeline2_2.11</artifactId>
<artifactId>cdap-data-pipeline3_2.12</artifactId>
<version>${cdap.version}</version>
<scope>test</scope>
</dependency>
Expand Down Expand Up @@ -297,18 +320,6 @@
<artifactId>format-text</artifactId>
<version>${hydrator.version}</version>
</dependency>
<dependency>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap-explore</artifactId>
<version>${cdap.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap-unit-test</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 27b40cb

Please sign in to comment.