diff options
Diffstat (limited to 'model/context-model/pom.xml')
-rw-r--r-- | model/context-model/pom.xml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/model/context-model/pom.xml b/model/context-model/pom.xml index 9f7766c79..b7ee5b447 100644 --- a/model/context-model/pom.xml +++ b/model/context-model/pom.xml @@ -36,12 +36,6 @@ <artifactId>basic-model</artifactId> <version>${project.version}</version> </dependency> - <dependency> - <groupId>org.apache.derby</groupId> - <artifactId>derby</artifactId> - <version>10.13.1.1</version> - <scope>test</scope> - </dependency> </dependencies> <build> @@ -57,10 +51,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.contextmodel.concepts.AxContextModel</argument> + <argument>org.onap.policy.apex.model.contextmodel.concepts.AxContextModel</argument> <argument>${project.build.directory}/model/xml/apex-context-model.xsd</argument> </arguments> </configuration> |