Code Review
/
so.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
bfa284c
)
Fix mso-infrastructure-bpmn mainClass definition
67/58967/2
author
Rob Daugherty
<rd472p@att.com>
Fri, 3 Aug 2018 18:02:39 +0000
(14:02 -0400)
committer
Rob Daugherty
<rd472p@att.com>
Fri, 3 Aug 2018 22:51:36 +0000
(22:51 +0000)
Change-Id: I67e66fe2550a45eb8c0aaf5b56cc7a7930c262df
Issue-ID: SO-710
Signed-off-by: Rob Daugherty <rd472p@att.com>
bpmn/mso-infrastructure-bpmn/pom.xml
patch
|
blob
|
history
diff --git
a/bpmn/mso-infrastructure-bpmn/pom.xml
b/bpmn/mso-infrastructure-bpmn/pom.xml
index
fbfe831
..
17214e5
100644
(file)
--- 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>