diff options
author | wasala <przemyslaw.wasala@nokia.com> | 2018-09-17 15:06:15 +0200 |
---|---|---|
committer | wasala <przemyslaw.wasala@nokia.com> | 2018-09-17 15:06:15 +0200 |
commit | f245daa4b205846af33f7a8e088d203c39f24d52 (patch) | |
tree | 1e5c1ba48a6e7e0eb7159387eac390763ff2c524 | |
parent | cf8e9ac4d54b9deb7a8411fa2a3035fb706769d8 (diff) |
Fix prod mode of jackson in prh
Spring must contains jackson
dependency for swagger doc
generation.
Change-Id: Ie3096705eb121c78dbbcadbe3b5b168429106e24
Issue-ID: DCAEGEN2-770
Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
-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> |