diff options
author | waqas.ikram <waqas.ikram@est.tech> | 2021-06-16 16:54:04 +0100 |
---|---|---|
committer | waqas.ikram <waqas.ikram@est.tech> | 2021-06-17 11:25:06 +0100 |
commit | abfaee8128ecc8bfb1fe7562631fb0d765b22d8c (patch) | |
tree | 70badbb01bd7fa303aa4984e581b4f2f17dd0458 /bpmn/so-bpmn-infrastructure-common | |
parent | 22171831d110325ced9ed70ace8b7e018275b182 (diff) |
Changing ONAP logging dependencies to a released
version
Change-Id: Ia93db231c3b8e2403eeec7d6ffe0fe49dd6b8bf1
Issue-ID: SO-3673
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
Diffstat (limited to 'bpmn/so-bpmn-infrastructure-common')
-rw-r--r-- | bpmn/so-bpmn-infrastructure-common/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bpmn/so-bpmn-infrastructure-common/pom.xml b/bpmn/so-bpmn-infrastructure-common/pom.xml index c6a4ffc01d..0c5a0f3132 100644 --- a/bpmn/so-bpmn-infrastructure-common/pom.xml +++ b/bpmn/so-bpmn-infrastructure-common/pom.xml @@ -132,11 +132,11 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-spring-boot-starter-jaxrs</artifactId> </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-rs-service-description-openapi-v3</artifactId> - <version>3.4.2</version> -</dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-rs-service-description-openapi-v3</artifactId> + <version>3.4.2</version> + </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> |