|
6 | 6 | <version>1.0.0</version> |
7 | 7 | <packaging>war</packaging> |
8 | 8 | <name>Insecure Bank</name> |
9 | | - |
| 9 | + |
10 | 10 | <properties> |
11 | 11 | <org.springframework-version>4.2.3.RELEASE</org.springframework-version> |
12 | 12 | <org.spring-security-version>4.0.3.RELEASE</org.spring-security-version> |
|
32 | 32 | <failOnMissingWebXml>false</failOnMissingWebXml> |
33 | 33 | </configuration> |
34 | 34 | </plugin> |
35 | | - <plugin> |
36 | | - <groupId>org.codehaus.cargo</groupId> |
37 | | - <artifactId>cargo-maven2-plugin</artifactId> |
38 | | - <version>1.3.3</version> |
39 | | - <configuration> |
40 | | - <container> |
41 | | - <containerId>tomcat7x</containerId> |
42 | | - <zipUrlInstaller> |
43 | | - <url>https://archive.apache.org/dist/tomcat/tomcat-7/v7.0.85/bin/apache-tomcat-7.0.85.zip</url> |
44 | | - </zipUrlInstaller> |
45 | | - </container> |
46 | | - <deployables> |
47 | | - <deployable> |
48 | | - <type>war</type> |
49 | | - <properties> |
50 | | - <context>/insecure-bank</context> |
51 | | - </properties> |
52 | | - </deployable> |
53 | | - </deployables> |
54 | | - </configuration> |
55 | | - <executions> |
56 | | - <execution> |
57 | | - <id>default-cli</id> |
58 | | - <goals> |
59 | | - <goal>run</goal> |
60 | | - </goals> |
61 | | - <configuration> |
62 | | - <configuration> |
63 | | - <properties> |
64 | | - <cargo.jvmargs> |
65 | | - <!-- Hdiv JVM arguments --> |
66 | | - </cargo.jvmargs> |
67 | | - <cargo.servlet.port>8080</cargo.servlet.port> |
68 | | - <cargo.tomcat.ajp.port>8009</cargo.tomcat.ajp.port> |
69 | | - <cargo.rmi.port>8205</cargo.rmi.port> |
70 | | - </properties> |
71 | | - </configuration> |
72 | | - </configuration> |
73 | | - </execution> |
74 | | - </executions> |
75 | | - </plugin> |
| 35 | + <plugin> |
| 36 | + <groupId>org.codehaus.cargo</groupId> |
| 37 | + <artifactId>cargo-maven2-plugin</artifactId> |
| 38 | + <version>1.3.3</version> |
| 39 | + <configuration> |
| 40 | + <container> |
| 41 | + <containerId>tomcat7x</containerId> |
| 42 | + <zipUrlInstaller> |
| 43 | + <url>https://archive.apache.org/dist/tomcat/tomcat-7/v7.0.85/bin/apache-tomcat-7.0.85.zip</url> |
| 44 | + </zipUrlInstaller> |
| 45 | + </container> |
| 46 | + <deployables> |
| 47 | + <deployable> |
| 48 | + <type>war</type> |
| 49 | + <properties> |
| 50 | + <context>/insecure-bank</context> |
| 51 | + </properties> |
| 52 | + </deployable> |
| 53 | + </deployables> |
| 54 | + </configuration> |
| 55 | + <executions> |
| 56 | + <execution> |
| 57 | + <id>default-cli</id> |
| 58 | + <goals> |
| 59 | + <goal>run</goal> |
| 60 | + </goals> |
| 61 | + <configuration> |
| 62 | + <configuration> |
| 63 | + <properties> |
| 64 | + <cargo.jvmargs> |
| 65 | + <!-- Hdiv JVM arguments --> |
| 66 | + </cargo.jvmargs> |
| 67 | + <cargo.servlet.port>8080</cargo.servlet.port> |
| 68 | + <cargo.tomcat.ajp.port>8009</cargo.tomcat.ajp.port> |
| 69 | + <cargo.rmi.port>8205</cargo.rmi.port> |
| 70 | + </properties> |
| 71 | + </configuration> |
| 72 | + </configuration> |
| 73 | + </execution> |
| 74 | + </executions> |
| 75 | + </plugin> |
76 | 76 | </plugins> |
77 | 77 | <finalName>insecure-bank</finalName> |
78 | 78 | </build> |
|
175 | 175 | <version>1.2.17</version> |
176 | 176 | <scope>runtime</scope> |
177 | 177 | </dependency> |
178 | | - |
179 | 178 | <dependency> |
180 | 179 | <groupId>commons-fileupload</groupId> |
181 | 180 | <artifactId>commons-fileupload</artifactId> |
|
0 commit comments