diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-08-06 04:44:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-06 04:44:01 +0000 |
commit | 5cc2888eae5cc80cb62f502071a87d44e348536c (patch) | |
tree | 577f2a27aa9b4b6c168e56534bee7c59f6daabc7 | |
parent | c4329b333d689f410f00967facb0b79cdb811c33 (diff) | |
parent | 69d7c0112037036aea4d15ff62d6720c3327fa59 (diff) |
Merge "Fix mso-infrastructure-bpmn mainClass definition"
-rw-r--r-- | bpmn/mso-infrastructure-bpmn/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/mso-infrastructure-bpmn/pom.xml b/bpmn/mso-infrastructure-bpmn/pom.xml index fbfe831fd2..17214e5e10 100644 --- a/bpmn/mso-infrastructure-bpmn/pom.xml +++ b/bpmn/mso-infrastructure-bpmn/pom.xml @@ -86,7 +86,7 @@ <artifactId>spring-boot-maven-plugin</artifactId> <version>${springboot.version}</version> <configuration> - <mainClass>org.onap.so.adapters.requestsdb.application.MSOInfrastructureApplication</mainClass> + <mainClass>org.onap.so.bpmn.infrastructure.MSOInfrastructureApplication</mainClass> </configuration> <executions> <execution> |