diff options
Diffstat (limited to 'aai-auth/pom.xml')
-rw-r--r-- | aai-auth/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/aai-auth/pom.xml b/aai-auth/pom.xml index f2bfe03a..7b450144 100644 --- a/aai-auth/pom.xml +++ b/aai-auth/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.15.5-SNAPSHOT</version> + <version>1.16.0-SNAPSHOT</version> <relativePath>../aai-parent/pom.xml</relativePath> </parent> <artifactId>aai-auth</artifactId> @@ -41,8 +41,8 @@ <dependencies> <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> + <groupId>org.apache.httpcomponents.client5</groupId> + <artifactId>httpclient5</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> |