diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2024-04-02 15:12:31 +0100 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2024-04-11 15:10:42 +0100 |
commit | 32bc41230740115ec079f3780820bbd5ae07e6d3 (patch) | |
tree | 6f87f11c70bdea2afdebb8c3864629ee9e9541a6 /participant/participant-impl/participant-impl-acelement/pom.xml | |
parent | 7c6f474a643730190961f4671004bf1794962e3b (diff) |
Dependency management update
- including dependencies to pom.xml files only where they are used,
avoiding extra dependencies being added in all modules.
Issue-ID: POLICY-4945
Change-Id: If67059ecba32f406a5aa1148685584419d637877
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'participant/participant-impl/participant-impl-acelement/pom.xml')
-rw-r--r-- | participant/participant-impl/participant-impl-acelement/pom.xml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/participant/participant-impl/participant-impl-acelement/pom.xml b/participant/participant-impl/participant-impl-acelement/pom.xml index 52df9a507..0844756fd 100644 --- a/participant/participant-impl/participant-impl-acelement/pom.xml +++ b/participant/participant-impl/participant-impl-acelement/pom.xml @@ -1,6 +1,6 @@ <!-- ============LICENSE_START======================================================= - Copyright (C) 2021-2023 Nordix Foundation. + Copyright (C) 2021-2024 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -33,6 +33,21 @@ <name>${project.artifactId}</name> <description>AC element implementation, used to test automation compositions</description> + <dependencies> + <dependency> + <groupId>io.swagger.core.v3</groupId> + <artifactId>swagger-jaxrs2-jakarta</artifactId> + </dependency> + <dependency> + <groupId>org.springdoc</groupId> + <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> + </dependency> + <dependency> + <groupId>org.json</groupId> + <artifactId>json</artifactId> + </dependency> + </dependencies> + <build> <plugins> <plugin> |