You can download jbpm-test-6.0.0.final.jar in this page.
Open Source
jbpm-test-6.0.0.final.jar file has the following types.
META-INF/INDEX.LIST META-INF/MANIFEST.MF META-INF/maven/org.jbpm/jbpm-test/pom.properties META-INF/maven/org.jbpm/jbpm-test/pom.xml META-INF/persistence.xml jBPM.properties jndi.properties logback.xml org.jbpm.test.AbstractBaseTest.class org.jbpm.test.JBPMHelper.class org.jbpm.test.JbpmJUnitBaseTestCase.class org.jbpm.test.JbpmJUnitTestCase.class org.jbpm.test.KnowledgeSessionCleanup.class usergroups.properties
jbpm-test-6.0.0.final.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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.jbpm</groupId> <artifactId>jbpm</artifactId> <version>6.0.0.Final</version> </parent> <artifactId>jbpm-test</artifactId> <name>jBPM :: Test</name> <description>jBPM Test</description> <dependencies> <dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-bpmn2</artifactId> </dependency> <dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-persistence-jpa</artifactId> </dependency> <dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-persistence-jpa</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-audit</artifactId> </dependency> <dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-human-task-core</artifactId> </dependency> <dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-human-task-workitems</artifactId> </dependency> <dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-shared-services</artifactId> </dependency> <dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-runtime-manager</artifactId> </dependency> <dependency> <groupId>org.quartz-scheduler</groupId> <artifactId>quartz</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.0.1</version> <scope>test</scope> </dependency> <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-entitymanager</artifactId> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> </dependency> <dependency> <groupId>org.hibernate.javax.persistence</groupId> <artifactId>hibernate-jpa-2.0-api</artifactId> </dependency> <dependency> <groupId>org.codehaus.btm</groupId> <artifactId>btm</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> </dependency> <dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> </dependency> <dependency> <groupId>javax.transaction</groupId> <artifactId>jta</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> <dependency> <groupId>javax.enterprise</groupId> <artifactId>cdi-api</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <!-- we need to fork always as we have mixture of both arquillian tests and regular and to avoid clashing between them as both need to setup data source and bound it to JNDI --> <artifactId>maven-surefire-plugin</artifactId> <configuration> <forkMode>always</forkMode> </configuration> </plugin> <plugin> <!-- ensure that db/tx log files are deleted before runs --> <artifactId>maven-clean-plugin</artifactId> <configuration> <filesets> <fileset> <directory>${basedir}</directory> <includes> <include>btm*</include> <include>JPADroolsFlow.h2.db</include> </includes> </fileset> </filesets> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-test</artifactId> <version>6.0.0.final</version> </dependency>
If you think the following jbpm-test-6.0.0.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download jbpm-test-6.0.0.final.jar file