Skip to content

Commit 5ae4fef

Browse files
authored
Update pom.xml
add mysql dependency
1 parent d971f51 commit 5ae4fef

File tree

1 file changed

+9
-0
lines changed
  • openid-connect-server-webapp

1 file changed

+9
-0
lines changed

openid-connect-server-webapp/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,15 @@
130130
<groupId>org.hsqldb</groupId>
131131
<artifactId>hsqldb</artifactId>
132132
</dependency>
133+
<dependency>
134+
<groupId>mysql</groupId>
135+
<artifactId>mysql-connector-java</artifactId>
136+
<scope>runtime</scope>
137+
</dependency>
138+
<dependency>
139+
<groupId>org.springframework.boot</groupId>
140+
<artifactId>spring-boot-starter-data-jdbc</artifactId>
141+
</dependency>
133142
<dependency>
134143
<groupId>org.eclipse.persistence</groupId>
135144
<artifactId>org.eclipse.persistence.jpa</artifactId>

0 commit comments

Comments
 (0)