File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 45
45
<includedLicense >CDDL</includedLicense >
46
46
<includedLicense >CDDL 1.1</includedLicense >
47
47
<includedLicense >Lesser General Public License (LGPL)</includedLicense >
48
- <includedLicense >The GNU General Public License, v2 with FOSS exception </includedLicense >
48
+ <includedLicense >The GNU General Public License, v2 with Universal FOSS Exception, v1.0 </includedLicense >
49
49
<includedLicense >The Go license</includedLicense >
50
50
<includedLicense >Elastic License 2.0</includedLicense >
51
51
</includedLicenses >
Original file line number Diff line number Diff line change 74
74
<artifactId >license-maven-plugin</artifactId >
75
75
<configuration >
76
76
<includedLicenses combine.children=" append" >
77
- <includedLicense >The GNU General Public License, v2 with FOSS exception</includedLicense >
77
+ <!-- License for mysql-connector-j -->
78
+ <includedLicense >The GNU General Public License, v2 with Universal FOSS Exception, v1.0</includedLicense >
78
79
</includedLicenses >
79
80
</configuration >
80
81
</plugin >
93
94
<groupId >io.debezium</groupId >
94
95
<artifactId >debezium-connector-mysql</artifactId >
95
96
<version >${debezium.version} </version >
97
+ <exclusions >
98
+ <exclusion >
99
+ <artifactId >mysql-connector-java</artifactId >
100
+ <groupId >mysql</groupId >
101
+ </exclusion >
102
+ </exclusions >
103
+ </dependency >
104
+
105
+ <!-- Debezium version 1.9.8.Final has dependency on old mysql-connector-java. Exclude the old mysql driver and use the new driver.
106
+ When debezium is upgraded, we may clean this explicit dependency -->
107
+ <dependency >
108
+ <groupId >com.mysql</groupId >
109
+ <artifactId >mysql-connector-j</artifactId >
110
+ <version >9.0.0</version >
96
111
</dependency >
97
112
98
113
<!-- TEST -->
You can’t perform that action at this time.
0 commit comments