summaryrefslogtreecommitdiffstats
path: root/lib/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'lib/build.gradle')
-rw-r--r--lib/build.gradle3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/build.gradle b/lib/build.gradle
index 48997c3..76b1d42 100644
--- a/lib/build.gradle
+++ b/lib/build.gradle
@@ -8,7 +8,7 @@ plugins {
id 'com.github.spotbugs' // bug linting that can be picked up by IDE
}
-group 'org.onap.portalng'
+group 'org.onap.portal-ng'
version rootProject.file('version').text.trim()
dependencies {
@@ -23,7 +23,6 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
implementation 'org.springframework.boot:spring-boot-starter-oauth2-resource-server'
- implementation "org.zalando:problem:$problemVersion"
implementation "org.zalando:jackson-datatype-problem:$problemVersion"
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml'
implementation "org.zalando:problem-spring-webflux:$problemSpringVersion"