diff options
author | ramverma <ram.krishna.verma@ericsson.com> | 2018-05-25 11:55:45 +0100 |
---|---|---|
committer | ramverma <ram.krishna.verma@ericsson.com> | 2018-05-25 16:25:25 +0100 |
commit | 6029d25f5f3ad43fe02ffe1a4beb1eda0a6ae5e3 (patch) | |
tree | 489296a005ced47a3a4acffc6ce64b65f5367d77 /model/context-model/pom.xml | |
parent | 5abd3063949496c231ed8d3013c2ab17fc9288bb (diff) |
Adding apex event-model module
- Adding apex event-model module
- Fixing namespaces
Change-Id: If37a1773000ca99eb5d97703fdeb5788ce55365c
Issue-ID: POLICY-856
Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
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> |