You can download camunda-engine-cdi-7.1.0.jar in this page.
Open Source
camunda-engine-cdi-7.1.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/beans.xml META-INF/maven/org.camunda.bpm/camunda-engine-cdi/pom.properties META-INF/maven/org.camunda.bpm/camunda-engine-cdi/pom.xml META-INF/services/javax.enterprise.inject.spi.Extension META-INF/services/org.camunda.bpm.application.ProcessApplicationElResolver org.camunda.bpm.engine.cdi.BusinessProcess.class org.camunda.bpm.engine.cdi.BusinessProcessEvent.class org.camunda.bpm.engine.cdi.BusinessProcessEventType.class org.camunda.bpm.engine.cdi.CdiExpressionManager.class org.camunda.bpm.engine.cdi.CdiJtaProcessEngineConfiguration.class org.camunda.bpm.engine.cdi.CdiStandaloneProcessEngineConfiguration.class org.camunda.bpm.engine.cdi.CurrentProcessInstance.class org.camunda.bpm.engine.cdi.ProcessEngineCdiException.class org.camunda.bpm.engine.cdi.ProcessVariables.class org.camunda.bpm.engine.cdi.annotation.BusinessKey.class org.camunda.bpm.engine.cdi.annotation.BusinessProcessScoped.class org.camunda.bpm.engine.cdi.annotation.CompleteTask.class org.camunda.bpm.engine.cdi.annotation.ExecutionId.class org.camunda.bpm.engine.cdi.annotation.ExecutionIdLiteral.class org.camunda.bpm.engine.cdi.annotation.ProcessEngineName.class org.camunda.bpm.engine.cdi.annotation.ProcessInstanceId.class org.camunda.bpm.engine.cdi.annotation.ProcessVariable.class org.camunda.bpm.engine.cdi.annotation.ProcessVariableLocal.class org.camunda.bpm.engine.cdi.annotation.StartProcess.class org.camunda.bpm.engine.cdi.annotation.TaskId.class org.camunda.bpm.engine.cdi.annotation.event.AssignTask.class org.camunda.bpm.engine.cdi.annotation.event.AssignTaskLiteral.class org.camunda.bpm.engine.cdi.annotation.event.BusinessProcessDefinition.class org.camunda.bpm.engine.cdi.annotation.event.BusinessProcessDefinitionLiteral.class org.camunda.bpm.engine.cdi.annotation.event.CompleteTask.class org.camunda.bpm.engine.cdi.annotation.event.CompleteTaskLiteral.class org.camunda.bpm.engine.cdi.annotation.event.CreateTask.class org.camunda.bpm.engine.cdi.annotation.event.CreateTaskLiteral.class org.camunda.bpm.engine.cdi.annotation.event.DeleteTask.class org.camunda.bpm.engine.cdi.annotation.event.DeleteTaskLiteral.class org.camunda.bpm.engine.cdi.annotation.event.EndActivity.class org.camunda.bpm.engine.cdi.annotation.event.EndActivityLiteral.class org.camunda.bpm.engine.cdi.annotation.event.StartActivity.class org.camunda.bpm.engine.cdi.annotation.event.StartActivityLiteral.class org.camunda.bpm.engine.cdi.annotation.event.TakeTransition.class org.camunda.bpm.engine.cdi.annotation.event.TakeTransitionLiteral.class org.camunda.bpm.engine.cdi.compat.CamundaTaskForm.class org.camunda.bpm.engine.cdi.compat.FoxTaskForm.class org.camunda.bpm.engine.cdi.impl.CdiProcessApplicationElResolver.class org.camunda.bpm.engine.cdi.impl.NamedProcessEngineServicesProducer.class org.camunda.bpm.engine.cdi.impl.ProcessEngineExtension.class org.camunda.bpm.engine.cdi.impl.ProcessEngineServicesProducer.class org.camunda.bpm.engine.cdi.impl.ProcessVariableLocalMap.class org.camunda.bpm.engine.cdi.impl.ProcessVariableMap.class org.camunda.bpm.engine.cdi.impl.annotation.BusinessKeyProducer.class org.camunda.bpm.engine.cdi.impl.annotation.CompleteTaskInterceptor.class org.camunda.bpm.engine.cdi.impl.annotation.StartProcessInterceptor.class org.camunda.bpm.engine.cdi.impl.context.BusinessProcessContext.class org.camunda.bpm.engine.cdi.impl.context.ContextAssociationManager.class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager.class org.camunda.bpm.engine.cdi.impl.el.CdiResolver.class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent.class org.camunda.bpm.engine.cdi.impl.event.CdiEventListener.class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener.class org.camunda.bpm.engine.cdi.impl.event.CdiExecutionListener.class org.camunda.bpm.engine.cdi.impl.util.BeanManagerLookup.class org.camunda.bpm.engine.cdi.impl.util.ProgrammaticBeanLookup.class org.camunda.bpm.engine.cdi.jsf.TaskForm.class
camunda-engine-cdi-7.1.0.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> <name>camunda BPM - engine - Cdi</name> <groupId>org.camunda.bpm</groupId> <artifactId>camunda-engine-cdi</artifactId> <packaging>jar</packaging> <parent> <groupId>org.camunda.bpm</groupId> <artifactId>camunda-parent</artifactId> <relativePath>../parent</relativePath> <version>7.1.0-Final</version> </parent> <profiles> <profile> <id>openwebbeans-embedded-1</id> <dependencies> <dependency> <groupId>org.jboss.arquillian.container</groupId> <artifactId>arquillian-openwebbeans-embedded-1</artifactId> <version>1.0.0.CR2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.openwebbeans</groupId> <artifactId>openwebbeans-spi</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.openwebbeans</groupId> <artifactId>openwebbeans-impl</artifactId> <scope>test</scope> </dependency> </dependencies> <dependencyManagement> <dependencies> <dependency> <groupId>org.apache.openwebbeans</groupId> <artifactId>openwebbeans</artifactId> <version>1.1.3</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> </profile> <profile> <id>distro</id> <activation> <activeByDefault>true</activeByDefault> </activation> <dependencies> <dependency> <groupId>org.jboss.arquillian.container</groupId> <artifactId>arquillian-weld-ee-embedded-1.1</artifactId> <version>1.0.0.CR3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.jboss.weld</groupId> <artifactId>weld-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.jboss.weld</groupId> <artifactId>weld-api</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <scope>test</scope> </dependency> </dependencies> <dependencyManagement> <dependencies> <dependency> <groupId>org.jboss.weld</groupId> <artifactId>weld-core-bom</artifactId> <version>1.1.5.Final</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <id>attach-sources</id> <phase>package</phase> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> <dependencies> <dependency> <groupId>org.camunda.bpm</groupId> <artifactId>camunda-engine</artifactId> <scope>provided</scope> <exclusions> <exclusion> <artifactId>livetribe-jsr223</artifactId> <groupId>org.livetribe</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jboss.arquillian.junit</groupId> <artifactId>arquillian-junit-container</artifactId> <version>1.0.0.CR7</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.jboss.spec</groupId> <artifactId>jboss-javaee-6.0</artifactId> <type>pom</type> <scope>provided</scope> <exclusions> <exclusion> <artifactId>xalan</artifactId> <groupId>org.apache.xalan</groupId> </exclusion> </exclusions> </dependency> </dependencies> <build> <resources> <resource> <directory>src/main/resources</directory> </resource> </resources> <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <failIfNoTests>false</failIfNoTests> <trimStackTrace>false</trimStackTrace> <redirectTestOutputToFile>true</redirectTestOutputToFile> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.camunda.bpm</groupId> <artifactId>camunda-engine-cdi</artifactId> <version>7.1.0</version> </dependency>
If you think the following camunda-engine-cdi-7.1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download camunda-engine-cdi-7.1.0.jar file