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 76c6f40 commit 9abe1c6Copy full SHA for 9abe1c6
service-sdk/15.0.0/add-persistence-to-service/example-persistence-service/pom.xml
@@ -46,11 +46,18 @@
46
<scope>test</scope>
47
</dependency>
48
<!-- Required for MySql -->
49
+ <!-- For SSDK version 15.2.1 and below use the following dependency as the mysql driver: -->
50
<dependency>
51
<groupId>mysql</groupId>
52
<artifactId>mysql-connector-java</artifactId>
53
54
55
+ <!-- For SSDK version 15.2.2 and above use the following dependency as the mysql driver: -->
56
+ <!-- <dependency>
57
+ <groupId>com.mysql</groupId>
58
+ <artifactId>mysql-connector-j</artifactId>
59
+ <scope>test</scope>
60
+ </dependency> -->
61
<!-- end::persistence-dependencies[] -->
62
63
0 commit comments