summaryrefslogtreecommitdiffstats
path: root/rosetta/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'rosetta/pom.xml')
-rw-r--r--rosetta/pom.xml25
1 files changed, 4 insertions, 21 deletions
diff --git a/rosetta/pom.xml b/rosetta/pom.xml
index 644c21b..0c9238b 100644
--- a/rosetta/pom.xml
+++ b/rosetta/pom.xml
@@ -23,7 +23,7 @@
<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>
- <groupId>com.att.inno</groupId>
+ <groupId>org.onap.aaf.inno</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
@@ -61,18 +61,18 @@
</properties>
<dependencies>
<dependency>
- <groupId>com.att.inno</groupId>
+ <groupId>org.onap.aaf.inno</groupId>
<artifactId>env</artifactId>
<version>${project.version}</version>
</dependency>
<!-- dependency>
- <groupId>com.att.cadi</groupId>
+ <groupId>org.onap.aaf.cadi</groupId>
<artifactId>cadi-core</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>com.att.aft</groupId>
+ <groupId>org.onap.aaf.aft</groupId>
<artifactId>dme2</artifactId>
<scope>provided</scope>
</dependency-->
@@ -109,23 +109,6 @@
</includes>
</configuration>
</plugin>
- <!-- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <version>2.4</version>
- <configuration>
- <outputDirectory>target</outputDirectory>
- <skipSource>false</skipSource>
- <attach>false</attach>
- <forceCreation>true</forceCreation>
- <useDefaultManifestFile>true</useDefaultManifestFile>
- </configuration>
- </plugin> -->
-
- <!-- plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration>
- <archive> <manifest> <mainClass>com.att.rest.Main</mainClass> </manifest>
- </archive> <descriptorRefs> <discriptorRef>jar-with-dependencies</discriptorRef>
- <filters> </filters> </descriptorRefs> </configuration> </plugin -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>