From df28b0a551c8397d437d29453abcd2e26bcec9b2 Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Tue, 14 Feb 2023 09:29:14 +0000 Subject: Add kserve participant Issue-ID: POLICY-4525 Signed-off-by: aravind.est Change-Id: I00c3c9bc02eb7e424c459100517db90f5e8b738c --- .../participant-impl-kserve/pom.xml | 67 ++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100755 participant/participant-impl/participant-impl-kserve/pom.xml (limited to 'participant/participant-impl/participant-impl-kserve/pom.xml') diff --git a/participant/participant-impl/participant-impl-kserve/pom.xml b/participant/participant-impl/participant-impl-kserve/pom.xml new file mode 100755 index 000000000..81305006a --- /dev/null +++ b/participant/participant-impl/participant-impl-kserve/pom.xml @@ -0,0 +1,67 @@ + + + + 4.0.0 + + + org.onap.policy.clamp.participant + policy-clamp-participant-impl + 6.4.1-SNAPSHOT + + + policy-clamp-participant-impl-kserve + ${project.artifactId} + Kserve participant, that performs operations related to Kserve inference service deployment + + + + org.springframework.boot + spring-boot-maven-plugin + + + + repackage + + package + + + + + + + + + org.springframework.cloud + spring-cloud-dependencies + 2021.0.5 + pom + import + + + + + + org.springframework.cloud + spring-cloud-starter-kubernetes-client + + + -- cgit 1.2.3-korg