diff options
-rw-r--r-- | prh-app-server/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/prh-app-server/pom.xml b/prh-app-server/pom.xml index 59ffb996..9030f1a5 100644 --- a/prh-app-server/pom.xml +++ b/prh-app-server/pom.xml @@ -130,12 +130,12 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> - <exclusions> - <exclusion> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - </exclusion> - </exclusions> + <!--<exclusions>--> + <!--<exclusion>--> + <!--<groupId>com.fasterxml.jackson.core</groupId>--> + <!--<artifactId>jackson-databind</artifactId>--> + <!--</exclusion>--> + <!--</exclusions>--> </dependency> <dependency> <groupId>org.springframework.boot</groupId> |