There was an error while loading. Please reload this page.
1 parent d9ad6d2 commit 7386330Copy full SHA for 7386330
openid-connect-server/pom.xml
@@ -31,6 +31,12 @@
31
<artifactId>openid-connect-common</artifactId>
32
<version>1.1.0-SNAPSHOT</version>
33
</dependency>
34
+<dependency>
35
+ <groupId>org.springframework</groupId>
36
+ <artifactId>spring-tx</artifactId>
37
+ <version>${org.springframework-version}</version>
38
+ </dependency>
39
+
40
</dependencies>
41
<description>OpenID Connect server libraries for Spring and Spring Security.</description>
42
<url />
0 commit comments