Skip to content

Commit 75c7020

Browse files
author
Fernando Lozano
committed
Code format
1 parent 482b043 commit 75c7020

File tree

1 file changed

+42
-43
lines changed

1 file changed

+42
-43
lines changed

pom.xml

Lines changed: 42 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<version>1.0.0</version>
77
<packaging>war</packaging>
88
<name>Insecure Bank</name>
9-
9+
1010
<properties>
1111
<org.springframework-version>4.2.3.RELEASE</org.springframework-version>
1212
<org.spring-security-version>4.0.3.RELEASE</org.spring-security-version>
@@ -32,47 +32,47 @@
3232
<failOnMissingWebXml>false</failOnMissingWebXml>
3333
</configuration>
3434
</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>
7676
</plugins>
7777
<finalName>insecure-bank</finalName>
7878
</build>
@@ -175,7 +175,6 @@
175175
<version>1.2.17</version>
176176
<scope>runtime</scope>
177177
</dependency>
178-
179178
<dependency>
180179
<groupId>commons-fileupload</groupId>
181180
<artifactId>commons-fileupload</artifactId>

0 commit comments

Comments
 (0)