aboutsummaryrefslogtreecommitdiffstats
path: root/example/VotingAppJar/VotingAppJar/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'example/VotingAppJar/VotingAppJar/pom.xml')
-rw-r--r--example/VotingAppJar/VotingAppJar/pom.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/example/VotingAppJar/VotingAppJar/pom.xml b/example/VotingAppJar/VotingAppJar/pom.xml
new file mode 100644
index 00000000..69b310d5
--- /dev/null
+++ b/example/VotingAppJar/VotingAppJar/pom.xml
@@ -0,0 +1,30 @@
+<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>
+
+ <groupId>org.onap.music</groupId>
+ <artifactId>VotingAppJar</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>jar</packaging>
+
+ <name>VotingAppJar</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>
+ <dependency>
+ <groupId>org.onap.music</groupId>
+ <artifactId>MUSIC</artifactId>
+ <version>3.0.2</version>
+ </dependency>
+ </dependencies>
+</project>