Skip to content

Commit 0fa83f6

Browse files
Merge pull request #613 from data-integrations/remove-test-deps
[🍒] Remove test deps
2 parents 7dcb680 + c78ec82 commit 0fa83f6

File tree

6 files changed

+16
-0
lines changed

6 files changed

+16
-0
lines changed

cloudsql-mysql-plugin/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
<dependency>
6060
<groupId>io.cdap.cdap</groupId>
6161
<artifactId>hydrator-test</artifactId>
62+
<scope>test</scope>
6263
</dependency>
6364
<dependency>
6465
<groupId>io.cdap.cdap</groupId>
@@ -68,6 +69,7 @@
6869
<dependency>
6970
<groupId>junit</groupId>
7071
<artifactId>junit</artifactId>
72+
<scope>test</scope>
7173
</dependency>
7274
<dependency>
7375
<groupId>io.cdap.cdap</groupId>
@@ -77,6 +79,7 @@
7779
<dependency>
7880
<groupId>org.mockito</groupId>
7981
<artifactId>mockito-core</artifactId>
82+
<scope>test</scope>
8083
</dependency>
8184
<dependency>
8285
<groupId>org.jetbrains</groupId>

cloudsql-postgresql-plugin/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<dependency>
6464
<groupId>io.cdap.cdap</groupId>
6565
<artifactId>hydrator-test</artifactId>
66+
<scope>test</scope>
6667
</dependency>
6768
<dependency>
6869
<groupId>io.cdap.cdap</groupId>
@@ -72,6 +73,7 @@
7273
<dependency>
7374
<groupId>junit</groupId>
7475
<artifactId>junit</artifactId>
76+
<scope>test</scope>
7577
</dependency>
7678
<dependency>
7779
<groupId>io.cdap.cdap</groupId>
@@ -81,6 +83,7 @@
8183
<dependency>
8284
<groupId>org.mockito</groupId>
8385
<artifactId>mockito-core</artifactId>
86+
<scope>test</scope>
8487
</dependency>
8588
<dependency>
8689
<groupId>org.jetbrains</groupId>

mssql-plugin/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
<dependency>
5858
<groupId>io.cdap.cdap</groupId>
5959
<artifactId>hydrator-test</artifactId>
60+
<scope>test</scope>
6061
</dependency>
6162
<dependency>
6263
<groupId>io.cdap.cdap</groupId>
@@ -65,10 +66,12 @@
6566
<dependency>
6667
<groupId>junit</groupId>
6768
<artifactId>junit</artifactId>
69+
<scope>test</scope>
6870
</dependency>
6971
<dependency>
7072
<groupId>org.mockito</groupId>
7173
<artifactId>mockito-core</artifactId>
74+
<scope>test</scope>
7275
</dependency>
7376
<dependency>
7477
<groupId>com.microsoft.sqlserver</groupId>

mysql-plugin/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
<dependency>
5858
<groupId>io.cdap.cdap</groupId>
5959
<artifactId>hydrator-test</artifactId>
60+
<scope>test</scope>
6061
</dependency>
6162
<dependency>
6263
<groupId>io.cdap.cdap</groupId>
@@ -65,6 +66,7 @@
6566
<dependency>
6667
<groupId>junit</groupId>
6768
<artifactId>junit</artifactId>
69+
<scope>test</scope>
6870
</dependency>
6971
<dependency>
7072
<groupId>io.cdap.cdap</groupId>
@@ -74,6 +76,7 @@
7476
<dependency>
7577
<groupId>org.mockito</groupId>
7678
<artifactId>mockito-core</artifactId>
79+
<scope>test</scope>
7780
</dependency>
7881
<dependency>
7982
<groupId>mysql</groupId>

oracle-plugin/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
<dependency>
5858
<groupId>io.cdap.cdap</groupId>
5959
<artifactId>hydrator-test</artifactId>
60+
<scope>test</scope>
6061
</dependency>
6162
<dependency>
6263
<groupId>io.cdap.cdap</groupId>
@@ -65,6 +66,7 @@
6566
<dependency>
6667
<groupId>junit</groupId>
6768
<artifactId>junit</artifactId>
69+
<scope>test</scope>
6870
</dependency>
6971
<dependency>
7072
<groupId>org.hsqldb</groupId>
@@ -80,6 +82,7 @@
8082
<dependency>
8183
<groupId>org.mockito</groupId>
8284
<artifactId>mockito-core</artifactId>
85+
<scope>test</scope>
8386
</dependency>
8487
<dependency>
8588
<groupId>io.cdap.cdap</groupId>

postgresql-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<dependency>
6464
<groupId>io.cdap.cdap</groupId>
6565
<artifactId>hydrator-test</artifactId>
66+
<scope>test</scope>
6667
</dependency>
6768
<dependency>
6869
<groupId>io.cdap.cdap</groupId>

0 commit comments

Comments
 (0)