Skip to content

Commit

Permalink
Bump cdap and spark
Browse files Browse the repository at this point in the history
  • Loading branch information
psainics committed Dec 19, 2024
1 parent 9c47ad7 commit 89deacc
Showing 1 changed file with 7 additions and 19 deletions.
26 changes: 7 additions & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@

<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>
Expand Down Expand Up @@ -96,7 +96,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 @@ -267,7 +267,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 +297,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 89deacc

Please sign in to comment.