diff options
Diffstat (limited to 'pomba')
-rw-r--r-- | pomba/network-discovery/pom.xml | 2 | ||||
-rw-r--r-- | pomba/service-decomposition/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pomba/network-discovery/pom.xml b/pomba/network-discovery/pom.xml index 62227df..f391fdb 100644 --- a/pomba/network-discovery/pom.xml +++ b/pomba/network-discovery/pom.xml @@ -118,7 +118,7 @@ limitations under the License. <dependency> <groupId>org.onap.aai</groupId> <artifactId>rest-client</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.2.1</version> </dependency> <!-- Test dependencies --> diff --git a/pomba/service-decomposition/pom.xml b/pomba/service-decomposition/pom.xml index 4f127da..d500d33 100644 --- a/pomba/service-decomposition/pom.xml +++ b/pomba/service-decomposition/pom.xml @@ -110,7 +110,7 @@ limitations under the License. <dependency> <groupId>org.onap.aai</groupId> <artifactId>rest-client</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.2.1</version> </dependency> <!-- test dependencies --> |