diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2020-05-28 10:49:20 +0000 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2020-07-13 10:06:02 +0000 |
commit | 8ac3e42050884ef8d5e9bcf8a7083b01350a134a (patch) | |
tree | 7e4bf71411e3344ce26a606456723b2a4fc1ea01 /pom.xml | |
parent | c919ee261f665b824e716e77b5cc358ec15e44a9 (diff) |
CDS client gRPC SSL/TLS support
Issue-ID: SO-3003
Change-Id: Id9150c7da5c29fc0854ebaf13d845adf89fc60ff
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -1,6 +1,5 @@ -<?xml version="1.0"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<?xml version="1.0" ?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.oparent</groupId> @@ -535,7 +534,7 @@ </plugins> <pluginManagement> <plugins> - <plugin> + <plugin> <groupId>org.eclipse.m2e</groupId> <artifactId>lifecycle-mapping</artifactId> <version>1.0.0</version> @@ -555,7 +554,7 @@ <execute /> </action> </pluginExecution> - <pluginExecution> + <pluginExecution> <pluginExecutionFilter> <groupId>org.codehaus.gmaven</groupId> <artifactId>groovy-maven-plugin</artifactId> @@ -1035,4 +1034,4 @@ </build> </profile> </profiles> -</project> +</project>
\ No newline at end of file |