File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 </properties >
1313
1414 <dependencies >
15- <dependency >
16- <groupId >commons-codec </groupId >
17- <artifactId >commons-codec </artifactId >
18- <version >1.9 </version >
19- </dependency >
20- <dependency >
21- <groupId >org.eclipse.jetty</groupId >
22- <artifactId >jetty-servlet</artifactId >
23- <version >${jettyVersion} </version >
15+ <dependency >
16+ <groupId >com.onelogin </groupId >
17+ <artifactId >java-saml </artifactId >
18+ <version >1.0-SNAPSHOT </version >
19+ </dependency >
20+ <dependency >
21+ <groupId >org.eclipse.jetty</groupId >
22+ <artifactId >jetty-servlet</artifactId >
23+ <version >${jettyVersion} </version >
2424 </dependency >
2525 </dependencies >
2626
2727 <build >
2828 <finalName >java-saml</finalName >
29- <plugins >
30- <plugin >
31- <groupId >org.apache.maven.plugins</groupId >
32- <artifactId >maven-compiler-plugin</artifactId >
33- <version >3.0</version >
34- <configuration >
35- <source >1.7</source >
36- <target >1.7</target >
37- </configuration >
38- </plugin >
39- <plugin >
40- <groupId >org.eclipse.jetty</groupId >
41- <artifactId >jetty-maven-plugin</artifactId >
42- <version >${jettyVersion} </version >
43- </plugin >
44- </plugins >
29+ <plugins >
30+ <plugin >
31+ <groupId >org.apache.maven.plugins</groupId >
32+ <artifactId >maven-compiler-plugin</artifactId >
33+ <version >3.0</version >
34+ <configuration >
35+ <source >1.7</source >
36+ <target >1.7</target >
37+ </configuration >
38+ </plugin >
39+ <plugin >
40+ <groupId >org.eclipse.jetty</groupId >
41+ <artifactId >jetty-maven-plugin</artifactId >
42+ <version >${jettyVersion} </version >
43+ </plugin >
44+ </plugins >
4545 </build >
4646</project >
You can’t perform that action at this time.
0 commit comments