summaryrefslogtreecommitdiffstats
path: root/aai-core/pom.xml
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2019-02-26 23:13:48 -0500
committerKajur, Harish (vk250x) <vk250x@att.com>2019-02-26 23:17:11 -0500
commitb092bf2443c74d9e1efcddd9f99a7ebff6f3b5b5 (patch)
tree70deaf81c4215375273830888fe396a46223f466 /aai-core/pom.xml
parent69589faa4d3b1481bbd5c86f7ccb8c8bdeeb5916 (diff)
Remove schema service dependency and add oxm1.4.1
and edgerules for the junits that are dependent on them Issue-ID: AAI-2193 Change-Id: I310ad37b14fb1296016ebbde2cf8eedd9c9c8aff Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
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>