Skip to content

Commit a5839c5

Browse files
author
threedr3am
committed
fix:cas maven编译依赖问题
1 parent 209cd19 commit a5839c5

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

cas/4.1.7-4.2.x/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@
100100
<artifactId>common</artifactId>
101101
<version>1.0-SNAPSHOT</version>
102102
</dependency>
103+
104+
<!-- https://mvnrepository.com/artifact/org.jasig/spring-webflow-client-repo -->
105+
<dependency>
106+
<groupId>org.jasig</groupId>
107+
<artifactId>spring-webflow-client-repo</artifactId>
108+
<version>1.0.0</version>
109+
</dependency>
103110
</dependencies>
104111

105112
<properties>

cas/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@
1818
</modules>
1919

2020
<dependencies>
21+
<dependency>
22+
<groupId>org.apache.commons</groupId>
23+
<artifactId>commons-collections4</artifactId>
24+
<version>4.0</version>
25+
</dependency>
26+
27+
<dependency>
28+
<groupId>com.mchange</groupId>
29+
<artifactId>c3p0</artifactId>
30+
<version>0.9.5.2</version>
31+
</dependency>
2132
</dependencies>
2233

2334
</project>

0 commit comments

Comments
 (0)