aboutsummaryrefslogtreecommitdiffstats
path: root/ajsc-aai/ajsc/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ajsc-aai/ajsc/pom.xml')
-rw-r--r--ajsc-aai/ajsc/pom.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/ajsc-aai/ajsc/pom.xml b/ajsc-aai/ajsc/pom.xml
new file mode 100644
index 0000000..deb43c8
--- /dev/null
+++ b/ajsc-aai/ajsc/pom.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.openecomp.aai.aai-service</groupId>
+ <artifactId>ajsc-aai</artifactId>
+ <version>${openecomp.release}</version>
+ </parent>
+ <groupId>org.openecomp.aai.aai-service</groupId>
+ <artifactId>ajsc</artifactId>
+ <name>ajsc</name>
+ <url>http://maven.apache.org</url>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>