Skip to content

Commit 9a673ee

Browse files
cyrille-leclercCyrille Le Clerc
authored andcommitted
JENKINS-57794 use the mysql-api-plugin to load the mysql-java-connector jar
1 parent e72a0a2 commit 9a673ee

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

jenkins-plugin/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,9 @@
9494
<optional>true</optional>
9595
</dependency>
9696
<dependency>
97-
<!-- temporarily use the database-mysql to load mysql-connector jar but it would be better,
98-
less intrusive, to have a plugin dedicated to the mysql jdbc driver, without the load JPA...-->
99-
<groupId>org.jenkins-ci.plugins</groupId>
100-
<artifactId>database-mysql</artifactId>
101-
<version>1.3</version>
97+
<groupId>io.jenkins.plugins</groupId>
98+
<artifactId>mysql-api</artifactId>
99+
<version>8.0.16</version>
102100
<optional>true</optional>
103101
</dependency>
104102
<dependency>

0 commit comments

Comments
 (0)