Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bonita
bonita-distrib
Commits
c38c0228
Commit
c38c0228
authored
Jul 09, 2021
by
Baptiste Mesta
Committed by
abirembaut
Jul 09, 2021
Browse files
chore(deps): use slf4 version from engine bom
parent
2e0df941
Changes
2
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
c38c0228
...
...
@@ -47,18 +47,6 @@
<type>
pom
</type>
<scope>
import
</scope>
</dependency>
<!-- 3rd parties -->
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-api
</artifactId>
<version>
${slf4j.version}
</version>
</dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-jdk14
</artifactId>
<version>
${slf4j.version}
</version>
<scope>
runtime
</scope>
</dependency>
<!-- to make sure transitive dependencies do not select a different version: -->
<dependency>
...
...
tomcat-resources/tomcat-distrib-for-bonita/pom.xml
View file @
c38c0228
...
...
@@ -26,6 +26,7 @@
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-jdk14
</artifactId>
<scope>
runtime
</scope>
</dependency>
<!-- default db vendor -->
<dependency>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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