Project

General

Profile

« Previous | Next » 

Revision 35641

removed comments

View differences:

pom.xml
13 13
	<packaging>war</packaging>
14 14
	<version>1.0.2-SNAPSHOT</version>
15 15

  
16
<!-- 	<build> -->
17
<!-- 		<plugins> -->
18
<!-- 			<plugin> -->
19
<!-- 				<groupId>org.apache.tomcat.maven</groupId> -->
20
<!-- 				<artifactId>tomcat7-maven-plugin</artifactId> -->
21
<!-- 				<configuration> -->
22
<!-- 					<path>/app</path> -->
23
<!-- 					<port>8280</port> -->
24
<!-- 				</configuration> -->
25
<!-- 				<version>2.1</version> -->
26
<!-- 			</plugin> -->
27
<!-- 		</plugins> -->
28
<!-- 	</build> -->
29

  
30 16
	<dependencies>
31 17
		<!-- Common components in every container -->
32 18
		<dependency>
......
223 209
			<version>[2.0.0,3.0.0)</version>
224 210
		</dependency>
225 211

  
226
		<!-- Security -->
227
		<!-- <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-web</artifactId> 
228
			<version>3.2.5.RELEASE</version> <exclusions> <exclusion> <artifactId>spring-core</artifactId> 
229
			<groupId>org.springframework</groupId> </exclusion> </exclusions> </dependency> 
230
			<dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-config</artifactId> 
231
			<version>3.2.5.RELEASE</version> <exclusions> <exclusion> <artifactId>spring-core</artifactId> 
232
			<groupId>org.springframework</groupId> </exclusion> </exclusions> </dependency> 
233
			<dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> 
234
			<version>${spring.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> 
235
			<artifactId>spring-tx</artifactId> <version>${spring.version}</version> </dependency> -->
236 212
	</dependencies>
237 213

  
238 214
</project>

Also available in: Unified diff