Revision 26:293694ae0d71 pom.xml

View differences:

pom.xml
283 283
			<artifactId>commons-lang</artifactId>
284 284
			<version>2.5</version>
285 285
		</dependency>
286
		<dependency>
287
		    <groupId>org.springframework.ldap</groupId>
288
		    <artifactId>spring-ldap-core</artifactId>
289
		    <version>1.3.1.RELEASE</version>
290
		</dependency>
291
		<dependency>
292
		    <groupId>org.springframework.ldap</groupId>
293
		    <artifactId>spring-ldap-ldif-core</artifactId>
294
		    <version>1.3.1.RELEASE</version>
295
		</dependency>
296
		<dependency>
297
			<groupId>org.slf4j</groupId>
298
			<artifactId>slf4j-simple</artifactId>
299
			<version>1.5.6</version>
300
			<type>jar</type>
301
			<scope>compile</scope>
302
		</dependency>
303
		<dependency>
304
			<groupId>org.slf4j</groupId>
305
			<artifactId>slf4j-api</artifactId>
306
			<version>1.5.6</version>
307
			<type>jar</type>
308
			<scope>compile</scope>
309
		</dependency>
310
		<dependency>
311
			<groupId>org.slf4j</groupId>
312
			<artifactId>slf4j-log4j12</artifactId>
313
			<version>1.5.6</version>
314
			<type>jar</type>
315
			<scope>compile</scope>
316
		</dependency>
317
		<dependency>
318
			<groupId>javassist</groupId>
319
			<artifactId>javassist</artifactId>
320
			<version>3.4.GA</version>
321
			<type>jar</type>
322
			<scope>compile</scope>
323
		</dependency>
286 324
	</dependencies>
287 325
</project>

Also available in: Unified diff