Download nosqlunit-mongodb-0.8.1.jar file

Introduction

You can download nosqlunit-mongodb-0.8.1.jar in this page.

License

Open Source

Type List

nosqlunit-mongodb-0.8.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.lordofthejars/nosqlunit-mongodb/pom.properties
META-INF/maven/com.lordofthejars/nosqlunit-mongodb/pom.xml
com.lordofthejars.nosqlunit.mongodb.DefaultComparisonStrategy.class
com.lordofthejars.nosqlunit.mongodb.DefaultInsertionStrategy.class
com.lordofthejars.nosqlunit.mongodb.EmbeddedMongoInstancesFactory.class
com.lordofthejars.nosqlunit.mongodb.InMemoryMongoDb.class
com.lordofthejars.nosqlunit.mongodb.InMemoryMongoDbConfigurationBuilder.class
com.lordofthejars.nosqlunit.mongodb.InMemoryMongoDbLifecycleManager.class
com.lordofthejars.nosqlunit.mongodb.ManagedMongoDb.class
com.lordofthejars.nosqlunit.mongodb.ManagedMongoDbLifecycleManager.class
com.lordofthejars.nosqlunit.mongodb.ManagedMongoDbLifecycleManagerBuilder.class
com.lordofthejars.nosqlunit.mongodb.MongoComparisonStrategy.class
com.lordofthejars.nosqlunit.mongodb.MongoDbAssertion.class
com.lordofthejars.nosqlunit.mongodb.MongoDbCommands.class
com.lordofthejars.nosqlunit.mongodb.MongoDbConfiguration.class
com.lordofthejars.nosqlunit.mongodb.MongoDbConfigurationBuilder.class
com.lordofthejars.nosqlunit.mongodb.MongoDbConnectionCallback.class
com.lordofthejars.nosqlunit.mongodb.MongoDbLowLevelOps.class
com.lordofthejars.nosqlunit.mongodb.MongoDbLowLevelOpsFactory.class
com.lordofthejars.nosqlunit.mongodb.MongoDbRule.class
com.lordofthejars.nosqlunit.mongodb.MongoFlexibleComparisonStrategy.class
com.lordofthejars.nosqlunit.mongodb.MongoInsertionStrategy.class
com.lordofthejars.nosqlunit.mongodb.MongoOperation.class
com.lordofthejars.nosqlunit.mongodb.ReplicationMongoDbConfigurationBuilder.class
com.lordofthejars.nosqlunit.mongodb.SpringMongoDbRule.class
com.lordofthejars.nosqlunit.mongodb.replicaset.ConfigurationDocument.class
com.lordofthejars.nosqlunit.mongodb.replicaset.ReplicaSetBuilder.class
com.lordofthejars.nosqlunit.mongodb.replicaset.ReplicaSetConfigurationBuilder.class
com.lordofthejars.nosqlunit.mongodb.replicaset.ReplicaSetGroup.class
com.lordofthejars.nosqlunit.mongodb.replicaset.ReplicaSetManagedMongoDb.class
com.lordofthejars.nosqlunit.mongodb.replicaset.Settings.class
com.lordofthejars.nosqlunit.mongodb.shard.ManagedMongosLifecycleManager.class
com.lordofthejars.nosqlunit.mongodb.shard.ManagedMongosLifecycleManagerBuilder.class
com.lordofthejars.nosqlunit.mongodb.shard.ShardedGroup.class
com.lordofthejars.nosqlunit.mongodb.shard.ShardedGroupBuilder.class
com.lordofthejars.nosqlunit.mongodb.shard.ShardedManagedMongoDb.class

Pom

nosqlunit-mongodb-0.8.1.pom file content.

<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/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<artifactId>nosqlunit</artifactId>
		<groupId>com.lordofthejars</groupId>
		<version>0.8.1</version>
		<relativePath>..</relativePath>
	</parent>
	<artifactId>nosqlunit-mongodb</artifactId>

	<properties>
		<spring.data.mongodb.version>1.1.1.RELEASE</spring.data.mongodb.version>
	</properties>

	<dependencies>

		<dependency>
			<groupId>org.springframework.data</groupId>
			<artifactId>spring-data-mongodb</artifactId>
			<version>${spring.data.mongodb.version}</version>
			<scope>provided</scope>
			<exclusions>
				<exclusion>
					<groupId>org.mongodb</groupId>
					<artifactId>mongo-java-driver</artifactId>
				</exclusion>
			</exclusions>
		</dependency>

		<dependency>
			<groupId>commons-logging</groupId>
			<artifactId>commons-logging</artifactId>
			<version>1.1.1</version>
			<scope>provided</scope>
		</dependency>

		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-test</artifactId>
			<version>3.1.2.RELEASE</version>
			<scope>test</scope>
		</dependency>

		<dependency>
			<artifactId>nosqlunit-core</artifactId>
			<groupId>com.lordofthejars</groupId>
			<version>${project.version}</version>
		</dependency>

		<dependency>
			<groupId>org.mongodb</groupId>
			<artifactId>mongo-java-driver</artifactId>
		</dependency>

		<dependency>
			<groupId>com.github.fakemongo</groupId>
			<artifactId>fongo</artifactId>
			<exclusions>
				<exclusion>
					<groupId>org.mongodb</groupId>
					<artifactId>mongo-java-driver</artifactId>
				</exclusion>
			</exclusions>
		</dependency>

	</dependencies>

	<build>
		<plugins>

			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-surefire-plugin</artifactId>
				<configuration>
					<skip>true</skip>
				</configuration>
				<executions>
					<execution>
						<id>unit-tests</id>
						<phase>test</phase>
						<goals>
							<goal>test</goal>
						</goals>
						<configuration>
							<skip>false</skip>
							<includes>
								<include>**/*Test.java</include>
								<include>**/Test*.java</include>
								<include>**/When*.java</include>
							</includes>
							<excludes>
								<exclude>%regex[.*integration.*]</exclude>
							</excludes>

						</configuration>
					</execution>
				</executions>
			</plugin>
		</plugins>
	</build>

</project>

POM Entry

<dependency>
   <groupId>com.lordofthejars</groupId>
   <artifactId>nosqlunit-mongodb</artifactId>
   <version>0.8.1</version>
</dependency>

Download

If you think the following nosqlunit-mongodb-0.8.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download nosqlunit-mongodb-0.8.1.jar file




PreviousNext

Related