Subversion Repositories SmartDukaan

Rev

Rev 30506 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 30506 Rev 30507
Line 36... Line 36...
36
 
36
 
37
	</plugins> -->
37
	</plugins> -->
38
	</build>
38
	</build>
39
 
39
 
40
    <properties>
40
    <properties>
41
        <shiro.version>1.1.0</shiro.version>
41
        <shiro.version>1.9.0</shiro.version>
42
    </properties>
42
    </properties>
43
	
43
	
44
	<dependencies>
44
	<dependencies>
45
		<dependency>
45
		<dependency>
46
			<groupId>junit</groupId>
46
			<groupId>junit</groupId>
Line 224... Line 224...
224
			<version>2.3.15</version>
224
			<version>2.3.15</version>
225
		</dependency>
225
		</dependency>
226
		<dependency>
226
		<dependency>
227
			<groupId>org.slf4j</groupId>
227
			<groupId>org.slf4j</groupId>
228
			<artifactId>slf4j-api</artifactId>
228
			<artifactId>slf4j-api</artifactId>
229
			<version>1.7.5</version>
229
			<version>1.6.1</version>
230
		</dependency>
230
		</dependency>
231
		<dependency>
231
		<dependency>
232
			<groupId>org.slf4j</groupId>
232
			<groupId>org.slf4j</groupId>
233
			<artifactId>slf4j-log4j12</artifactId>
233
			<artifactId>slf4j-log4j12</artifactId>
234
			<version>1.7.5</version>
234
			<version>1.6.1</version>
235
		</dependency>
235
		</dependency>
236
		<dependency>
236
		<dependency>
237
			<groupId>org.apache</groupId>
237
			<groupId>org.apache</groupId>
238
			<artifactId>log4j</artifactId>
238
			<artifactId>log4j</artifactId>
239
			<version>1.2.16</version>
239
			<version>1.2.16</version>