aboutsummaryrefslogtreecommitdiffstats
path: root/certServiceClient/pom.xml
diff options
context:
space:
mode:
authorkjaniak <kornel.janiak@nokia.com>2020-02-14 14:33:27 +0100
committerkjaniak <kornel.janiak@nokia.com>2020-02-14 14:56:23 +0100
commit8209f7c8dc47546a354978e36b96d3b80b5b55d9 (patch)
treef2b94a835701ab5ccab5e489a50c452116d5c2a6 /certServiceClient/pom.xml
parenta25ac75e388dccaf9c69fa271098295ca1e43d81 (diff)
Adding certServerClient module to repo
Issue-ID: AAF-996 Signed-off-by: kjaniak <kornel.janiak@nokia.com> Change-Id: I787c9a15bb2f9a63084eb3663368d5b707dc2452
Diffstat (limited to 'certServiceClient/pom.xml')
-rw-r--r--certServiceClient/pom.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/certServiceClient/pom.xml b/certServiceClient/pom.xml
new file mode 100644
index 00000000..70cd38a7
--- /dev/null
+++ b/certServiceClient/pom.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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">
+ <parent>
+ <artifactId>aaf-certservice</artifactId>
+ <groupId>org.onap.aaf.certservice</groupId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+
+ <artifactId>aaf-certservice-client</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <name>aaf-certservice-client</name>
+ <description>AAF Certification Service Api Client</description>
+ <packaging>jar</packaging>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>${maven-surefire-plugin.version}</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
+
+</project> \ No newline at end of file