Skip to content

Commit e6c7707

Browse files
authored
chore(packaging): Remove oracle and ibm example dependency (#206)
1 parent 6a1461d commit e6c7707

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

chutney/packaging/local-api-unsecure/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@
6363
<artifactId>postgresql</artifactId>
6464
<scope>runtime</scope>
6565
</dependency>
66-
<dependency>
67-
<groupId>com.oracle.database.jdbc</groupId>
68-
<artifactId>ojdbc6</artifactId>
69-
<version>${ojdbc6.version}</version>
70-
<scope>runtime</scope>
71-
</dependency>
7266
<dependency>
7367
<groupId>com.mysql</groupId>
7468
<artifactId>mysql-connector-j</artifactId>
@@ -84,11 +78,6 @@
8478
<artifactId>mariadb-java-client</artifactId>
8579
<scope>runtime</scope>
8680
</dependency>
87-
<dependency>
88-
<groupId>com.ibm.db2</groupId>
89-
<artifactId>jcc</artifactId>
90-
<scope>runtime</scope>
91-
</dependency>
9281
<dependency>
9382
<groupId>org.firebirdsql.jdbc</groupId>
9483
<artifactId>jaybird</artifactId>

chutney/packaging/local-dev/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,6 @@
8585
<artifactId>postgresql</artifactId>
8686
<scope>runtime</scope>
8787
</dependency>
88-
<dependency>
89-
<groupId>com.oracle.database.jdbc</groupId>
90-
<artifactId>ojdbc6</artifactId>
91-
<version>${ojdbc6.version}</version>
92-
<scope>runtime</scope>
93-
</dependency>
9488
<dependency>
9589
<groupId>com.mysql</groupId>
9690
<artifactId>mysql-connector-j</artifactId>
@@ -106,11 +100,6 @@
106100
<artifactId>mariadb-java-client</artifactId>
107101
<scope>runtime</scope>
108102
</dependency>
109-
<dependency>
110-
<groupId>com.ibm.db2</groupId>
111-
<artifactId>jcc</artifactId>
112-
<scope>runtime</scope>
113-
</dependency>
114103
<dependency>
115104
<groupId>org.firebirdsql.jdbc</groupId>
116105
<artifactId>jaybird</artifactId>

0 commit comments

Comments
 (0)