Code Review
/
ccsdk
/
cds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
combined
(merge:
8a5e40f
bf30532
)
Merge "add health-api project"
author
Brinda Santh Muthuramalingam
<brindasanth@in.ibm.com>
Mon, 16 Sep 2019 23:55:45 +0000
(23:55 +0000)
committer
Gerrit Code Review
<gerrit@onap.org>
Mon, 16 Sep 2019 23:55:45 +0000
(23:55 +0000)
1
2
ms/blueprintsprocessor/application/pom.xml
patch
|
diff1
|
diff2
|
blob
|
history
ms/blueprintsprocessor/modules/inbounds/pom.xml
patch
|
diff1
|
diff2
|
blob
|
history
ms/blueprintsprocessor/parent/pom.xml
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
ms/blueprintsprocessor/application/pom.xml
Simple merge
diff --cc
ms/blueprintsprocessor/modules/inbounds/pom.xml
index
0542fe3
,
66fdd95
..
a1d7161
---
1
/
ms/blueprintsprocessor/modules/inbounds/pom.xml
---
2
/
ms/blueprintsprocessor/modules/inbounds/pom.xml
+++ b/
ms/blueprintsprocessor/modules/inbounds/pom.xml
@@@
-33,12
-33,9
+33,13
@@@
<module>designer-api</module>
<module>resource-api</module>
<module>selfservice-api</module>
+ <module>health-api</module>
</modules>
<dependencies>
+ <dependency>
+ <groupId>org.springframework.security</groupId>
+ <artifactId>spring-security-core</artifactId>
+ </dependency>
<dependency>
<groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
<artifactId>workflow-service</artifactId>
diff --cc
ms/blueprintsprocessor/parent/pom.xml
Simple merge