File tree Expand file tree Collapse file tree 5 files changed +13
-6
lines changed Expand file tree Collapse file tree 5 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 30
30
<groupId >com.oracle.database.jdbc</groupId >
31
31
<artifactId >ojdbc-provider-common</artifactId >
32
32
</dependency >
33
+ <dependency >
34
+ <groupId >com.oracle.database.jdbc</groupId >
35
+ <artifactId >ojdbc8</artifactId >
36
+ </dependency >
33
37
<dependency >
34
38
<groupId >com.azure</groupId >
35
39
<artifactId >azure-core</artifactId >
Original file line number Diff line number Diff line change 47
47
48
48
<!-- TEST DEPENDENCIES -->
49
49
50
- <dependency >
51
- <groupId >com.oracle.database.jdbc</groupId >
52
- <artifactId >ojdbc-provider-common</artifactId >
53
- <classifier >tests</classifier >
54
- <type >test-jar</type >
55
- </dependency >
56
50
<dependency >
57
51
<groupId >com.oracle.database.jdbc</groupId >
58
52
<artifactId >ojdbc-provider-common</artifactId >
Original file line number Diff line number Diff line change 19
19
<groupId >com.oracle.database.jdbc</groupId >
20
20
<artifactId >ojdbc-provider-common</artifactId >
21
21
</dependency >
22
+ <dependency >
23
+ <groupId >com.oracle.database.jdbc</groupId >
24
+ <artifactId >ojdbc8</artifactId >
25
+ </dependency >
22
26
23
27
<dependency >
24
28
<groupId >com.oracle.database.jdbc</groupId >
Original file line number Diff line number Diff line change 50
50
<artifactId >ojdbc-provider-hashicorp</artifactId >
51
51
<version >${project.parent.version} </version >
52
52
</dependency >
53
+ <dependency >
54
+ <groupId >com.oracle.database.jdbc</groupId >
55
+ <artifactId >ojdbc8</artifactId >
56
+ </dependency >
53
57
<dependency >
54
58
<groupId >com.oracle.database.security</groupId >
55
59
<artifactId >oraclepki</artifactId >
Original file line number Diff line number Diff line change 78
78
<groupId >com.oracle.database.jdbc</groupId >
79
79
<artifactId >ojdbc8</artifactId >
80
80
<version >${jdbc.version} </version >
81
+ <scope >provided</scope >
81
82
</dependency >
82
83
<dependency >
83
84
<groupId >com.oracle.database.security</groupId >
You can’t perform that action at this time.
0 commit comments