Skip to content

Commit 73113b5

Browse files
fix spark test issues
1 parent 0e5829d commit 73113b5

File tree

18 files changed

+20
-20
lines changed

18 files changed

+20
-20
lines changed

aurora-mysql-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</dependency>
6161
<dependency>
6262
<groupId>io.cdap.cdap</groupId>
63-
<artifactId>cdap-data-pipeline2_2.11</artifactId>
63+
<artifactId>cdap-data-pipeline3_2.12</artifactId>
6464
</dependency>
6565
<dependency>
6666
<groupId>junit</groupId>

aurora-postgresql-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</dependency>
6767
<dependency>
6868
<groupId>io.cdap.cdap</groupId>
69-
<artifactId>cdap-data-pipeline2_2.11</artifactId>
69+
<artifactId>cdap-data-pipeline3_2.12</artifactId>
7070
</dependency>
7171
<dependency>
7272
<groupId>junit</groupId>

cloudsql-mysql-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
</dependency>
6363
<dependency>
6464
<groupId>io.cdap.cdap</groupId>
65-
<artifactId>cdap-data-pipeline2_2.11</artifactId>
65+
<artifactId>cdap-data-pipeline3_2.12</artifactId>
6666
<scope>test</scope>
6767
</dependency>
6868
<dependency>

cloudsql-postgresql-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
</dependency>
6868
<dependency>
6969
<groupId>io.cdap.cdap</groupId>
70-
<artifactId>cdap-data-pipeline2_2.11</artifactId>
70+
<artifactId>cdap-data-pipeline3_2.12</artifactId>
7171
<scope>test</scope>
7272
</dependency>
7373
<dependency>

database-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</dependency>
4949
<dependency>
5050
<groupId>io.cdap.cdap</groupId>
51-
<artifactId>cdap-data-pipeline2_2.11</artifactId>
51+
<artifactId>cdap-data-pipeline3_2.12</artifactId>
5252
</dependency>
5353
<dependency>
5454
<groupId>junit</groupId>

db2-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</dependency>
6161
<dependency>
6262
<groupId>io.cdap.cdap</groupId>
63-
<artifactId>cdap-data-pipeline2_2.11</artifactId>
63+
<artifactId>cdap-data-pipeline3_2.12</artifactId>
6464
</dependency>
6565
<dependency>
6666
<groupId>junit</groupId>

generic-database-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</dependency>
6161
<dependency>
6262
<groupId>io.cdap.cdap</groupId>
63-
<artifactId>cdap-data-pipeline2_2.11</artifactId>
63+
<artifactId>cdap-data-pipeline3_2.12</artifactId>
6464
</dependency>
6565
<dependency>
6666
<groupId>junit</groupId>

generic-db-argument-setter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</dependency>
6161
<dependency>
6262
<groupId>io.cdap.cdap</groupId>
63-
<artifactId>cdap-data-pipeline2_2.11</artifactId>
63+
<artifactId>cdap-data-pipeline3_2.12</artifactId>
6464
</dependency>
6565
<dependency>
6666
<groupId>junit</groupId>

mariadb-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</dependency>
6161
<dependency>
6262
<groupId>io.cdap.cdap</groupId>
63-
<artifactId>cdap-data-pipeline2_2.11</artifactId>
63+
<artifactId>cdap-data-pipeline3_2.12</artifactId>
6464
</dependency>
6565
<dependency>
6666
<groupId>junit</groupId>

memsql-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
</dependency>
7272
<dependency>
7373
<groupId>io.cdap.cdap</groupId>
74-
<artifactId>cdap-data-pipeline2_2.11</artifactId>
74+
<artifactId>cdap-data-pipeline3_2.12</artifactId>
7575
</dependency>
7676
<dependency>
7777
<groupId>org.mariadb.jdbc</groupId>

0 commit comments

Comments
 (0)