Skip to content

Commit a0f0cf9

Browse files
author
bnasslahsen
committed
project review
1 parent f7d3a75 commit a0f0cf9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@
111111
<groupId>org.webjars</groupId>
112112
<artifactId>webjars-locator</artifactId>
113113
<version>${webjars-locator.version}</version>
114+
<exclusions>
115+
<exclusion>
116+
<groupId>com.fasterxml.jackson.core</groupId>
117+
<artifactId>jackson-databind</artifactId>
118+
</exclusion>
119+
</exclusions>
114120
</dependency>
115121
<dependency>
116122
<groupId>org.springframework.security.oauth</groupId>

0 commit comments

Comments
 (0)