mirror of https://github.com/apache/nifi.git
NIFI-9518 Upgraded mysql-binlog-connector-java from 0.20.1 to 0.26.1
- Changed from com.github.shyiko to com.zendesk dependency group for current library version Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes #6302.
This commit is contained in:
parent
3231058488
commit
a89873f437
|
@ -46,7 +46,7 @@
|
|||
</suppress>
|
||||
<suppress>
|
||||
<notes>MySQL Binary Log Connector is incorrectly identified as MySQL server</notes>
|
||||
<packageUrl regex="true">^pkg:maven/com\.github\.shyiko/mysql\-binlog\-connector\-java@.*$</packageUrl>
|
||||
<packageUrl regex="true">^pkg:maven/com\.zendesk/mysql\-binlog\-connector\-java@.*$</packageUrl>
|
||||
<cpe>cpe:/a:mysql:mysql</cpe>
|
||||
</suppress>
|
||||
<suppress>
|
||||
|
|
|
@ -39,9 +39,9 @@ language governing permissions and limitations under the License. -->
|
|||
<artifactId>nifi-distributed-cache-client-service-api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.shyiko</groupId>
|
||||
<groupId>com.zendesk</groupId>
|
||||
<artifactId>mysql-binlog-connector-java</artifactId>
|
||||
<version>0.20.1</version>
|
||||
<version>0.26.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.nifi</groupId>
|
||||
|
|
Loading…
Reference in New Issue