Download spring-ldap-test-1.3.1.release.jar file

Introduction

You can download spring-ldap-test-1.3.1.release.jar in this page.

License

The Apache Software License, Version 2.0

Type List

spring-ldap-test-1.3.1.release.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.springframework.ldap/spring-ldap-test/pom.properties
META-INF/maven/org.springframework.ldap/spring-ldap-test/pom.xml
org.springframework.ldap.test.AbstractEc2InstanceLaunchingFactoryBean.class
org.springframework.ldap.test.AttributeCheckAttributesMapper.class
org.springframework.ldap.test.AttributeCheckContextMapper.class
org.springframework.ldap.test.ContextSourceEc2InstanceLaunchingFactoryBean.class
org.springframework.ldap.test.LdapTestUtils.class
org.springframework.ldap.test.TestContextSourceFactoryBean.class

Pom

spring-ldap-test-1.3.1.release.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

	<parent>
		<groupId>org.springframework.ldap</groupId>
		<artifactId>spring-ldap-parent</artifactId>
		<version>1.3.1.RELEASE</version>
	</parent>
	<modelVersion>4.0.0</modelVersion>
	<artifactId>spring-ldap-test</artifactId>
	<packaging>jar</packaging>
	<name>Spring LDAP Automated Test Support</name>
	<build>
		<plugins>
			<plugin>
				<artifactId>maven-compiler-plugin</artifactId>
				<configuration>
					<source>1.5</source>
					<target>1.5</target>
				</configuration>
			</plugin>
		</plugins>
	</build>
	<dependencies>
		<dependency>
			<groupId>org.springframework.ldap</groupId>
			<artifactId>spring-ldap-core</artifactId>
		</dependency>
        <!-- External Dependencies -->
		<dependency>
			<groupId>com.google.code.typica</groupId>
			<artifactId>typica</artifactId>
			<version>1.3</version>
		</dependency>
		<dependency>
			<groupId>commons-io</groupId>
			<artifactId>commons-io</artifactId>
			<version>1.4</version>
		</dependency>
		<dependency>
			<groupId>javax.xml</groupId>
			<artifactId>jsr173</artifactId>
			<version>1.0</version>
		</dependency>
		<dependency>
			<groupId>javax.activation</groupId>
			<artifactId>activation</artifactId>
			<version>1.1</version>
		</dependency>
		<dependency>
			<groupId>javax.xml.bind</groupId>
			<artifactId>jaxb-api</artifactId>
			<version>2.1</version>
		</dependency>
		<dependency>
			<groupId>javax.xml</groupId>
			<artifactId>jaxb-impl</artifactId>
			<version>2.1</version>
		</dependency>
		<dependency>
			<groupId>org.apache.directory.server 
			</groupId>
			<artifactId>apacheds-server-main</artifactId>
			<version>1.0.2</version>
			<exclusions>
				<exclusion>
					<groupId>org.slf4j</groupId>
					<artifactId>nlog4j</artifactId>
				</exclusion>
			</exclusions>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-log4j12</artifactId>
			<version>1.0.1</version>
		</dependency>
        <!-- Spring Dependencies -->
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-core</artifactId>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-beans</artifactId>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-context</artifactId>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-test</artifactId>
		</dependency>
		<dependency>
			<groupId>log4j</groupId>
			<artifactId>log4j</artifactId>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>provided</scope>
		</dependency>
	</dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.springframework.ldap</groupId>
   <artifactId>spring-ldap-test</artifactId>
   <version>1.3.1.release</version>
</dependency>

Download

If you think the following spring-ldap-test-1.3.1.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download spring-ldap-test-1.3.1.release.jar file




PreviousNext

Related