File tree Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change 63
63
<artifactId >postgresql</artifactId >
64
64
<scope >runtime</scope >
65
65
</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 >
72
66
<dependency >
73
67
<groupId >com.mysql</groupId >
74
68
<artifactId >mysql-connector-j</artifactId >
84
78
<artifactId >mariadb-java-client</artifactId >
85
79
<scope >runtime</scope >
86
80
</dependency >
87
- <dependency >
88
- <groupId >com.ibm.db2</groupId >
89
- <artifactId >jcc</artifactId >
90
- <scope >runtime</scope >
91
- </dependency >
92
81
<dependency >
93
82
<groupId >org.firebirdsql.jdbc</groupId >
94
83
<artifactId >jaybird</artifactId >
Original file line number Diff line number Diff line change 85
85
<artifactId >postgresql</artifactId >
86
86
<scope >runtime</scope >
87
87
</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 >
94
88
<dependency >
95
89
<groupId >com.mysql</groupId >
96
90
<artifactId >mysql-connector-j</artifactId >
106
100
<artifactId >mariadb-java-client</artifactId >
107
101
<scope >runtime</scope >
108
102
</dependency >
109
- <dependency >
110
- <groupId >com.ibm.db2</groupId >
111
- <artifactId >jcc</artifactId >
112
- <scope >runtime</scope >
113
- </dependency >
114
103
<dependency >
115
104
<groupId >org.firebirdsql.jdbc</groupId >
116
105
<artifactId >jaybird</artifactId >
You can’t perform that action at this time.
0 commit comments