11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66 <artifactId >jee-7</artifactId >
77 <version >1.0-SNAPSHOT</version >
4141 <version >${javaee_api.version} </version >
4242 <scope >provided</scope >
4343 </dependency >
44-
4544 <dependency >
4645 <groupId >org.jboss.arquillian.junit</groupId >
4746 <artifactId >arquillian-junit-container</artifactId >
6059 <version >${awaitility.version} </version >
6160 <scope >test</scope >
6261 </dependency >
63-
6462 <dependency >
6563 <groupId >org.jboss.shrinkwrap.resolver</groupId >
6664 <artifactId >shrinkwrap-resolver-impl-maven</artifactId >
6765 <scope >test</scope >
6866 <type >jar</type >
6967 </dependency >
70-
7168 <dependency >
7269 <groupId >org.jboss.shrinkwrap.resolver</groupId >
7370 <artifactId >shrinkwrap-resolver-impl-maven-archive</artifactId >
114111 <artifactId >standard</artifactId >
115112 <version >${taglibs.standard.version} </version >
116113 </dependency >
117-
118114 <dependency >
119115 <groupId >javax.mvc</groupId >
120116 <artifactId >javax.mvc-api</artifactId >
125121 <artifactId >ozark</artifactId >
126122 <version >${ozark.version} </version >
127123 </dependency >
128-
129124 <dependency >
130125 <groupId >org.springframework.security</groupId >
131126 <artifactId >spring-security-web</artifactId >
132127 <version >${org.springframework.security.version} </version >
133128 </dependency >
134-
135129 <dependency >
136130 <groupId >org.springframework.security</groupId >
137131 <artifactId >spring-security-config</artifactId >
143137 <version >${org.springframework.security.version} </version >
144138 </dependency >
145139 <!-- Batch dependencies -->
146-
147140 <dependency >
148141 <groupId >org.jboss.spec.javax.batch</groupId >
149142 <artifactId >jboss-batch-api_1.0_spec</artifactId >
210203 </plugins >
211204 <pluginManagement >
212205 <plugins >
213- <!-- This plugin's configuration is used to store Eclipse m2e settings
214- only. It has no influence on the Maven build itself. -->
206+ <!-- This plugin's configuration is used to store Eclipse m2e settings only. It has no
207+ influence on the Maven build itself. -->
215208 <plugin >
216209 <groupId >org.eclipse.m2e</groupId >
217210 <artifactId >lifecycle-mapping</artifactId >
242235 </lifecycleMappingMetadata >
243236 </configuration >
244237 </plugin >
245- <!-- jax-ws maven plugin-->
238+ <!-- jax-ws maven plugin -->
246239 <plugin >
247240 <groupId >org.codehaus.mojo</groupId >
248241 <artifactId >jaxws-maven-plugin</artifactId >
539532 <jersey-container-jetty-servlet .version>2.22.1</jersey-container-jetty-servlet .version>
540533 </properties >
541534
542- </project >
535+ </project >
0 commit comments