Skip to content

Commit

Permalink
fix review hints
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorbenLindhauer committed Sep 10, 2021
1 parent d6f7b46 commit 26e047a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
14 changes: 7 additions & 7 deletions distro/run/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,6 @@
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
</dependency>

<!-- spring-webmvc is not a direct requirement of run-core, but is required by modules/swaggerui and modules/webapps.
To avoid having it on the classpath twice, it is included here and becomes part of the uberjar.-->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<exclusions>
<!-- This artifact is also excluded by the Spring Boot starter for Tomcat -->
<exclusion>
Expand All @@ -85,6 +78,13 @@
</exclusion>
</exclusions>
</dependency>

<!-- spring-webmvc is not a direct requirement of run-core, but is required by modules/swaggerui and modules/webapps.
To avoid having it on the classpath twice, it is included here and becomes part of the uberjar.-->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</dependency>

<!-- Graal.js -->

Expand Down
1 change: 0 additions & 1 deletion spring-boot-starter/starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<groupId>org.camunda.bpm.springboot.project</groupId>
<artifactId>camunda-bpm-spring-boot-starter-root</artifactId>
<version>7.16.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

<groupId>org.camunda.bpm.springboot</groupId>
Expand Down

0 comments on commit 26e047a

Please sign in to comment.