diff options
author | 2021-07-30 19:20:37 +0000 | |
---|---|---|
committer | 2021-07-30 19:20:37 +0000 | |
commit | 055fa4ad38a11bb5890b6e0ea280e9b96a1b2a39 (patch) | |
tree | 75d48eb9789de8f046704cd2e9e6c479b271723e /participant/participant-impl/pom.xml | |
parent | f14caccfdfccee9d1e28d36293cca8d874a92d6b (diff) | |
parent | 23e25e89619c732a687b44a5487afbb6badf613c (diff) |
Merge "Implement http participant in CLAMP"
Diffstat (limited to 'participant/participant-impl/pom.xml')
-rw-r--r-- | participant/participant-impl/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/participant/participant-impl/pom.xml b/participant/participant-impl/pom.xml index f1f4f0eb9..439bdea90 100644 --- a/participant/participant-impl/pom.xml +++ b/participant/participant-impl/pom.xml @@ -40,6 +40,7 @@ <module>participant-impl-policy</module> <module>participant-impl-cds</module> <module>participant-impl-kubernetes</module> + <module>participant-impl-http</module> </modules> <dependencies> |