diff options
author | waqas.ikram <waqas.ikram@est.tech> | 2021-02-19 09:18:44 +0000 |
---|---|---|
committer | waqas.ikram <waqas.ikram@est.tech> | 2021-02-19 11:38:51 +0000 |
commit | f8e38b54b043d358114a6752a19b95183522abe9 (patch) | |
tree | a103179fc41e261cb57d20637eb8748bc068b2d9 /bpmn/so-bpmn-tasks | |
parent | 92f39dea69eac0ddb4e61cf716bdf248d1fa5e44 (diff) |
Removing etsi-sol003-adapter module
Change-Id: If35f94bd8459c08c11d5e178ae872f70a36fd9fa
Issue-ID: SO-3486
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
Diffstat (limited to 'bpmn/so-bpmn-tasks')
-rw-r--r-- | bpmn/so-bpmn-tasks/pom.xml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/bpmn/so-bpmn-tasks/pom.xml b/bpmn/so-bpmn-tasks/pom.xml index d9bff1dea3..564a117674 100644 --- a/bpmn/so-bpmn-tasks/pom.xml +++ b/bpmn/so-bpmn-tasks/pom.xml @@ -218,9 +218,15 @@ <artifactId>commons-lang3</artifactId> </dependency> <dependency> - <groupId>org.onap.so.adapters</groupId> - <artifactId>etsi-sol003-lcm-api</artifactId> - <version>${project.version}</version> + <groupId>org.onap.so.adapters.so-etsi-sol003-adapter.lcm</groupId> + <artifactId>so-etsi-sol003-adapter-lcm-api</artifactId> + <version>${so-etsi-sol003-adapter-version}</version> + <exclusions> + <exclusion> + <groupId>io.swagger</groupId> + <artifactId>swagger-annotations</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.springframework.boot</groupId> |