diff options
author | Rob Daugherty <rd472p@att.com> | 2018-08-03 14:02:39 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2018-08-03 22:51:36 +0000 |
commit | 69d7c0112037036aea4d15ff62d6720c3327fa59 (patch) | |
tree | e421fb061d9dc63f87404dff7f87489a57a75926 /bpmn/mso-infrastructure-bpmn | |
parent | bfa284c2edb24d9e6fea3cf7921a4f78cd4c02ad (diff) |
Fix mso-infrastructure-bpmn mainClass definition
Change-Id: I67e66fe2550a45eb8c0aaf5b56cc7a7930c262df
Issue-ID: SO-710
Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'bpmn/mso-infrastructure-bpmn')
-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> |