aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/mso-infrastructure-bpmn/pom.xml
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2018-08-03 14:02:39 -0400
committerRob Daugherty <rd472p@att.com>2018-08-03 22:51:36 +0000
commit69d7c0112037036aea4d15ff62d6720c3327fa59 (patch)
treee421fb061d9dc63f87404dff7f87489a57a75926 /bpmn/mso-infrastructure-bpmn/pom.xml
parentbfa284c2edb24d9e6fea3cf7921a4f78cd4c02ad (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/pom.xml')
-rw-r--r--bpmn/mso-infrastructure-bpmn/pom.xml2
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>