diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-02-19 17:45:00 -0500 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-02-20 11:40:05 -0500 |
commit | 46751a7e8876ea31868f51be3e7f8c8f0dad0c87 (patch) | |
tree | fd0d81afcb64510d24f5d1425c575ae765484e5c /dependencies-odl-bom | |
parent | 9548ff862e5dbe4531e3fcfccd0e472228d7770d (diff) |
Refactoring parent root poms
1) dependency-odl-bom is being imported to other parent poms, removing / cleaning up duplicate dependencies
2) Adding spring-boot-setup pom and related templates for spring-boot parent poms
3) Adding jetty-server to dependency-odl-bom
4) Adding org.onap.logging-analytics dependency to spring-boot-parent poms
Issue-ID: CCSDK-2107
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I3a844cd736044a4ffbca7688bca110c0bc7dab0c
Diffstat (limited to 'dependencies-odl-bom')
-rw-r--r-- | dependencies-odl-bom/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dependencies-odl-bom/pom.xml b/dependencies-odl-bom/pom.xml index af63f8f5..5c198fb4 100644 --- a/dependencies-odl-bom/pom.xml +++ b/dependencies-odl-bom/pom.xml @@ -388,6 +388,12 @@ <!-- Constrained by OpenDaylight --> <dependency> <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-server</artifactId> + <version>9.4.12.v20180830</version> + </dependency> + <!-- Constrained by OpenDaylight --> + <dependency> + <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-servlet</artifactId> <version>9.4.12.v20180830</version> </dependency> @@ -497,6 +503,5 @@ <version>1.25</version> </dependency> </dependencies> - </dependencyManagement> </project> |