aboutsummaryrefslogtreecommitdiffstats
path: root/model/basic-model/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'model/basic-model/pom.xml')
-rw-r--r--model/basic-model/pom.xml10
1 files changed, 2 insertions, 8 deletions
diff --git a/model/basic-model/pom.xml b/model/basic-model/pom.xml
index cedb576ad..d663f92b2 100644
--- a/model/basic-model/pom.xml
+++ b/model/basic-model/pom.xml
@@ -43,12 +43,6 @@
<artifactId>eclipselink</artifactId>
<version>2.6.2</version>
</dependency>
- <dependency>
- <groupId>org.apache.derby</groupId>
- <artifactId>derby</artifactId>
- <version>10.13.1.1</version>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>
@@ -64,10 +58,10 @@
<goal>java</goal>
</goals>
<configuration>
- <mainClass>org.onap.apex.model.basicmodel.handling.ApexSchemaGenerator</mainClass>
+ <mainClass>org.onap.policy.apex.model.basicmodel.handling.ApexSchemaGenerator</mainClass>
<classpathScope>compile</classpathScope>
<arguments>
- <argument>org.onap.apex.model.basicmodel.concepts.AxModel</argument>
+ <argument>org.onap.policy.apex.model.basicmodel.concepts.AxModel</argument>
<argument>${project.build.directory}/model/xml/apex-basic-model.xsd</argument>
</arguments>
</configuration>