Skip to content

Commit

Permalink
chore(run): exclude asm dependency from test scope
Browse files Browse the repository at this point in the history
- the version (5.0.4) pulled in via json-smart overrid the version
  (7.1) pulled in via jersey and created an inconsistency in
  dependency versions

related to CAM-11803
  • Loading branch information
ThorbenLindhauer authored and tasso94 committed Apr 24, 2020
1 parent fee1d17 commit 7faaf12
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions distro/run/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
</exclusion>
</exclusions>
</dependency>

</dependencies>
Expand Down

0 comments on commit 7faaf12

Please sign in to comment.