File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments