From 7abbeee2e446b77633d0b5bf27a265bd61fd40c6 Mon Sep 17 00:00:00 2001 From: Sai Saran Vaidyanathan Date: Sun, 18 Nov 2018 12:45:24 -0800 Subject: [PATCH] Fix for Issue #7 --- pom.xml | 5 +++++ samples/DevPortal/shared-pom.xml | 2 +- samples/DevPortal/specs/mock.yaml | 2 +- .../com/apigee/smartdocs/config/rest/PortalRestUtil.java | 4 +++- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index ef180bc..34f4a52 100644 --- a/pom.xml +++ b/pom.xml @@ -177,6 +177,11 @@ 3.1.0 + + org.apache.commons + commons-text + 1.2 + diff --git a/samples/DevPortal/shared-pom.xml b/samples/DevPortal/shared-pom.xml index ea9f860..1d7d815 100644 --- a/samples/DevPortal/shared-pom.xml +++ b/samples/DevPortal/shared-pom.xml @@ -26,7 +26,7 @@ com.apigee.smartdocs.config apigee-smartdocs-maven-plugin - 1.0.4 + 1.0.5