Project

General

Profile

« Previous | Next » 

Revision 1d6bc341

Added by Katja Luther almost 13 years ago

adding permission handling and writing a test for usermanagement

View differences:

pom.xml
1102 1102
			<dependency>
1103 1103
				<groupId>org.springframework.security</groupId>
1104 1104
				<artifactId>spring-security-core</artifactId>
1105
				<version>3.0.0.RELEASE</version>
1106
				<exclusions>
1105
				<version>3.0.5.RELEASE</version>
1106
				<!--<exclusions>
1107 1107
					<exclusion>
1108 1108
						<groupId>org.springframework</groupId>
1109 1109
						<artifactId>spring-context</artifactId>
......
1124 1124
						<groupId>org.springframework</groupId>
1125 1125
						<artifactId>spring-support</artifactId>
1126 1126
					</exclusion>
1127
				</exclusions>
1127
				</exclusions>-->
1128
			</dependency>
1129
			<dependency>
1130
				<groupId>org.springframework.security</groupId>
1131
				<artifactId>spring-security-context</artifactId>
1132
				<version>3.0.5.RELEASE</version>
1128 1133
			</dependency>
1129 1134
			<!-- ******* SERVLET/JSP/JSF ******* -->
1130 1135
			<dependency>

Also available in: Unified diff