Skip to content

Commit

Permalink
[JBPM-10120] Removed conflicting dependencies from kie-service-spring…
Browse files Browse the repository at this point in the history
…-boot-archetype

Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com>
  • Loading branch information
hbelmiro committed Sep 1, 2022
1 parent b6cbd2d commit 4212ca3
Showing 1 changed file with 10 additions and 0 deletions.
Expand Up @@ -87,6 +87,12 @@ def SwaggerDependencies = """
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-service-description-swagger</artifactId>
<version>\${version.org.apache.cxf}</version>
<exclusions>
<exclusion>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
Expand All @@ -97,6 +103,10 @@ def SwaggerDependencies = """
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
</exclusion>
<exclusion>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 4212ca3

Please sign in to comment.