| 组织ID: |
org.jbpm |
| 项目ID: |
jbpm-runtime-manager |
| 版本: |
6.0.0.Beta3 |
| 最后修改时间: |
2019-10-24 04:14:41 |
| 包类型: |
jar |
| 标题: |
jBPM :: RuntimeManager |
| 描述: |
jBPM RuntimeManager |
| 大小: |
61.69KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-runtime-manager</artifactId>
<version>6.0.0.Beta3</version>
</dependency>
|
| Gradle引入代码: |
org.jbpm:jbpm-runtime-manager:6.0.0.Beta3
|
| 下载Jar包: |
|
| POM文件内容: |
<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.Beta3</version>
</parent>
<artifactId>jbpm-runtime-manager</artifactId>
<name>jBPM :: RuntimeManager</name>
<description>jBPM RuntimeManager</description>
<dependencies>
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-flow</artifactId>
</dependency>
<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-audit</artifactId>
</dependency>
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-persistence-jpa</artifactId>
</dependency>
<!-- cdi -->
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
<scope>provided</scope>
</dependency>
<!-- Test -->
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-flow-builder</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.solder</groupId>
<artifactId>solder-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.btm</groupId>
<artifactId>btm</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.junit</groupId>
<artifactId>arquillian-junit-container</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-weld-se-embedded-1.1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.core</groupId>
<artifactId>arquillian-core-api</artifactId>
<scope>test</scope>
</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>
</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>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.jbpm.runtime.manager.api.WorkItemHandlerProducer.class
org.jbpm.runtime.manager.impl.mapper.JPAMapper.class
org.jbpm.runtime.manager.impl.mapper.InMemoryMapper.class
org.jbpm.runtime.manager.impl.AbstractRuntimeManager.class
org.jbpm.runtime.manager.impl.SimpleRegisterableItemsFactory.class
org.jbpm.runtime.manager.impl.RuntimeEnvironmentBuilder.class
org.jbpm.runtime.manager.impl.cdi.RuntimeManagerProducer$3.class
org.jbpm.runtime.manager.impl.cdi.RuntimeManagerProducer$2.class
org.jbpm.runtime.manager.impl.cdi.RuntimeManagerProducer.class
org.jbpm.runtime.manager.impl.cdi.RuntimeManagerProducer$1.class
org.jbpm.runtime.manager.impl.cdi.InjectableRegisterableItemsFactory.class
org.jbpm.runtime.manager.impl.PerRequestRuntimeManager.class
org.jbpm.runtime.manager.impl.tx.DestroySessionTransactionSynchronization.class
org.jbpm.runtime.manager.impl.tx.ExtendedJTATransactionManager.class
org.jbpm.runtime.manager.impl.tx.DisposeSessionTransactionSynchronization.class
org.jbpm.runtime.manager.impl.tx.DestroySessionTransactionSynchronization$1.class
org.jbpm.runtime.manager.impl.PerProcessInstanceRuntimeManager.class
org.jbpm.runtime.manager.impl.RuntimeEngineImpl$KieSessionProxyHandler.class
org.jbpm.runtime.manager.impl.DefaultRegisterableItemsFactory.class
org.jbpm.runtime.manager.impl.RuntimeManagerFactoryImpl.class
org.jbpm.runtime.manager.impl.DefaultRegisterableItemsFactory$1.class
org.jbpm.runtime.manager.impl.KModuleRegisterableItemsFactory.class
org.jbpm.runtime.manager.impl.SchedulerProvider.class
org.jbpm.runtime.manager.impl.SynchronizedRuntimeImpl.class
org.jbpm.runtime.manager.impl.SingletonRuntimeManager.class
org.jbpm.runtime.manager.impl.KModuleRuntimeEnvironment.class
org.jbpm.runtime.manager.impl.RuntimeEngineImpl.class
org.jbpm.runtime.manager.impl.SimpleRuntimeEnvironment.class
org.jbpm.runtime.manager.impl.task.SynchronizedTaskService.class
org.jbpm.runtime.manager.impl.jpa.ContextMappingInfo.class
org.jbpm.runtime.manager.impl.PerProcessInstanceRuntimeManager$MaintainMappingListener.class
org.jbpm.runtime.manager.impl.factory.LocalTaskServiceFactory.class
org.jbpm.runtime.manager.impl.factory.CDITaskServiceFactory.class
org.jbpm.runtime.manager.impl.factory.InMemorySessionFactory.class
org.jbpm.runtime.manager.impl.factory.JPASessionFactory.class
org.jbpm.runtime.manager.impl.DefaultRuntimeEnvironment.class
META-INF/beans.xml
META-INF/maven/org.jbpm/jbpm-runtime-manager/pom.xml
META-INF/maven/org.jbpm/jbpm-runtime-manager/pom.properties
META-INF/INDEX.LIST
|
| 依赖Jar: |
|