summaryrefslogtreecommitdiffstats
path: root/aai-core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r--aai-core/pom.xml40
1 files changed, 0 insertions, 40 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml
index 06820a3a..cd7450d2 100644
--- a/aai-core/pom.xml
+++ b/aai-core/pom.xml
@@ -108,46 +108,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.8</version>
- <executions>
- <execution>
- <id>unpack-schema-dependency</id>
- <phase>initialize</phase>
- <goals>
- <goal>unpack</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>org.onap.aai.schema-service</groupId>
- <artifactId>aai-schema</artifactId>
- <version>1.0.0</version>
- <outputDirectory>${project.basedir}/src/test/resources/</outputDirectory>
- <includes>onap/oxm/**/*.xml</includes>
- </artifactItem>
- </artifactItems>
- <!-- other configurations here -->
- </configuration>
- </execution>
- <execution>
- <id>unpack-edgerules-dependency</id>
- <phase>initialize</phase>
- <goals>
- <goal>unpack</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>org.onap.aai.schema-service</groupId>
- <artifactId>aai-schema</artifactId>
- <version>1.0.0</version>
- <outputDirectory>${project.basedir}/src/test/resources/</outputDirectory>
- <includes>onap/dbedgerules/**/*.json</includes>
- </artifactItem>
- </artifactItems>
- <!-- other configurations here -->
- </configuration>
- </execution>
- </executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>