We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72a0a2 commit 9a673eeCopy full SHA for 9a673ee
jenkins-plugin/pom.xml
@@ -94,11 +94,9 @@
94
<optional>true</optional>
95
</dependency>
96
<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>
+ <groupId>io.jenkins.plugins</groupId>
+ <artifactId>mysql-api</artifactId>
+ <version>8.0.16</version>
102
103
104
0 commit comments