Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Hubert FONGARNAND
jhipster-bpm-camunda
Commits
fd7eba9a
Commit
fd7eba9a
authored
Dec 20, 2017
by
Hubert FONGARNAND
Browse files
Add camunda version properties
parent
dcf11034
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
fd7eba9a
...
...
@@ -82,6 +82,7 @@
<sonar.tests>
${project.basedir}/src/test/
</sonar.tests>
<!-- jhipster-needle-maven-property -->
<camunda.springboot.version>
2.3.0
</camunda.springboot.version>
</properties>
<dependencyManagement>
...
...
@@ -101,12 +102,12 @@
<dependency>
<groupId>
org.camunda.bpm.springboot
</groupId>
<artifactId>
camunda-bpm-spring-boot-starter
</artifactId>
<version>
2.3.0
</version>
<version>
${camunda.springboot.version}
</version>
</dependency>
<dependency>
<groupId>
org.camunda.bpm.springboot
</groupId>
<artifactId>
camunda-bpm-spring-boot-starter-webapp
</artifactId>
<version>
2.3.0
</version>
<version>
${camunda.springboot.version}
</version>
</dependency>
<dependency>
<groupId>
io.github.jhipster
</groupId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment