Download spring-batch-test-2.2.5.release.jar file

Introduction

You can download spring-batch-test-2.2.5.release.jar in this page.

License

The Apache Software License, Version 2.0

Type List

spring-batch-test-2.2.5.release.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.springframework.batch/spring-batch-test/pom.properties
META-INF/maven/org.springframework.batch/spring-batch-test/pom.xml
org.springframework.batch.test.AbstractJobTests.class
org.springframework.batch.test.AssertFile.class
org.springframework.batch.test.DataSourceInitializer.class
org.springframework.batch.test.ExecutionContextTestUtils.class
org.springframework.batch.test.JobLauncherTestUtils.class
org.springframework.batch.test.JobRepositoryTestUtils.class
org.springframework.batch.test.MetaDataInstanceFactory.class
org.springframework.batch.test.StepRunner.class
org.springframework.batch.test.StepScopeTestExecutionListener.class
org.springframework.batch.test.StepScopeTestUtils.class

Pom

spring-batch-test-2.2.5.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">
	<modelVersion>4.0.0</modelVersion>
	<artifactId>spring-batch-test</artifactId>
	<name>Test</name>
	<packaging>jar</packaging>
	<description>Domain for batch job testing</description>
	<parent>
		<groupId>org.springframework.batch</groupId>
		<artifactId>spring-batch-parent</artifactId>
		<version>2.2.5.RELEASE</version>
		<relativePath>../spring-batch-parent</relativePath>
	</parent>
	<dependencies>
		<dependency>
			<groupId>org.springframework.batch</groupId>
			<artifactId>spring-batch-core</artifactId>
			<version>${project.version}</version>
		</dependency>
		<dependency>
			<groupId>org.aspectj</groupId>
			<artifactId>aspectjrt</artifactId>
			<optional>true</optional>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>compile</scope>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-test</artifactId>
			<scope>compile</scope>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-jdbc</artifactId>
		</dependency>
		<dependency>
			<groupId>commons-io</groupId>
			<artifactId>commons-io</artifactId>
		</dependency>
		<dependency>
			<groupId>commons-dbcp</groupId>
			<artifactId>commons-dbcp</artifactId>
		</dependency>
		<dependency>
			<groupId>org.hsqldb</groupId>
			<artifactId>hsqldb</artifactId>
		</dependency>
		<dependency>
			<groupId>commons-collections</groupId>
			<artifactId>commons-collections</artifactId>
		</dependency>
	</dependencies>
	<reporting>
		<plugins>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>emma-maven-plugin</artifactId>
				<version>1.0-alpha-1</version>
			</plugin>
		</plugins>
	</reporting>
	<build>
		<pluginManagement>
			<plugins>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-surefire-plugin</artifactId>
					<configuration>
						<junitArtifactName>junit:junit</junitArtifactName>
					</configuration>
				</plugin>
			</plugins>
		</pluginManagement>
	</build>
</project>

POM Entry

<dependency>
   <groupId>org.springframework.batch</groupId>
   <artifactId>spring-batch-test</artifactId>
   <version>2.2.5.release</version>
</dependency>

Download

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



Download spring-batch-test-2.2.5.release.jar file




PreviousNext

Related