aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/tools
AgeCommit message (Expand)AuthorFilesLines
2022-10-29Step version to 1.12.1MichaelMorris2-2/+2
2022-10-18Fix security risk 'Improper Input Validation'vasraz1-1/+1
2022-10-14Align 'org.eclipse.jetty'-version (9.4.49.v20220914)vasraz1-0/+8
2022-09-29Stepping version to 1.12.0 for start of LondonMichaelMorris2-2/+2
2022-09-28Step version to 1.11.9-SNAPSHOTMichaelMorris2-2/+2
2022-08-17Update SDC version to 1.11.8-SNAPSHOTMichaelMorris2-2/+2
2022-08-15Step version to 1.11.7-SNAPSHOT1.11.7MichaelMorris2-2/+2
2022-07-15Remove unused dependency (functionaljava)vasraz1-0/+4
2022-06-24Step version to 1.11.6-SNAPSHOTandre.schmid2-2/+2
2022-06-24Step version to 1.11.5-SNAPSHOTandre.schmid2-2/+2
2022-05-27Step version to 1.11.4-SNAPSHOTMichaelMorris2-2/+2
2022-05-18Step version to 1.11.3-SNAPSHOTMichaelMorris2-2/+2
2022-04-25Step version to 1.11.2-SNAPSHOTMichaelMorris2-2/+2
2022-04-08
<!--
  ============LICENSE_START=======================================================
   Copyright (C) 2018 Ericsson. All rights reserved.
  ================================================================================
  Licensed under the Apache License, Version 2.0 (the "License");
  you m
54-19543/+186
2021-07-28Upgrade springframework to latest version (5.3.8)vasraz1-0/+6
2021-07-21Remove dependency vulnerabilityvasraz1-1/+1
2021-05-15Update vulnerable package dependenciesvasraz3-29/+5211
2021-03-24Skip swagger in fast build profilevasraz2-12/+18
2021-03-24Reformat openecomp-bevasraz38-870/+627
2021-03-22Update Master to IstambulChrisC2-2/+2
2021-03-19Publish swagger files for SDC APIsMichaelMorris1-1/+1
2021-03-17Update SDC versionChrisC2-2/+2
2021-03-16Improve test coveragexuegao2-60/+10
2021-03-04Update to 1.8.31.8.3ChrisC2-2/+2
2021-02-25Update version to 1.8.21.8.2ChrisC2-2/+2
2021-02-25Migrate to Spring 5 by Honolulu requirementvasraz1-1/+0
2021-02-22Remove testNG dependenciesvasraz6-12/+13
2021-01-30Update project version 1.8.0 -> 1.8.11.8.1Joanna Jeremicz2-2/+2
2020-11-05Update master to HonoluluChrisC2-2/+2
2020-10-26Fix broken local build1.7.2vasraz2-2/+2
2020-10-20Upgrade to 1.7.2sebdet2-2/+2
2020-09-07Fix Vulnerabilities reported by SONARvasraz3-11/+13
2020-09-07Update version to 1.7.1sebdet2-2/+2
2020-09-04Upgrade Vulnerable Direct Dependencies [jackson]amohamad2-2/+2
2020-06-30Fix test coverage drop introduced by #109510vasraz1-5/+0
2020-04-19Configure a new Artifact Typeandre.schmid1-20/+0
<exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka_2.11</artifactId> <version>${version.kafka}</version> <classifier>test</classifier> <scope>test</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka-clients</artifactId> <version>${version.kafka}</version> <classifier>test</classifier> <scope>test</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.activemq.tooling</groupId> <artifactId>activemq-junit</artifactId> <version>${activemq-version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-broker</artifactId> <version>${activemq-version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-jaas</artifactId> <version>${activemq-version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.glassfish.jersey.core</groupId> <artifactId>jersey-client</artifactId> <version>${version.jersey}</version> </dependency> <dependency> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>jersey-container-grizzly2-http</artifactId> <version>${version.jersey}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>jersey-container-servlet-core</artifactId> <version>${version.jersey}</version> </dependency> <dependency> <groupId>org.onap.policy.apex-pdp.context</groupId> <artifactId>context-test-utils</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <forkMode>always</forkMode> </configuration> </plugin> </plugins> </build> </project>