Skip to content

Commit

Permalink
upgraded to 7.4-alpha3 (added DMN dependency)
Browse files Browse the repository at this point in the history
  • Loading branch information
berndruecker committed Nov 23, 2015
1 parent f5adaf1 commit b52250e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snippets/camunda-webapp-customized/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


<properties>
<camunda.version>7.3.0</camunda.version>
<camunda.version>7.4.0.-alpha3</camunda.version>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -58,7 +58,7 @@
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
<manifestEntries><!-- module dependencies for deployment on AS 7 -->
<Dependencies>org.camunda.bpm.camunda-engine</Dependencies>
<Dependencies>org.camunda.bpm.camunda-engine,org.camunda.bpm.dmn.camunda-engine-dmn</Dependencies>
</manifestEntries>
</archive>
</configuration>
Expand Down

0 comments on commit b52250e

Please sign in to comment.