summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-heat-lib
AgeCommit message (Expand)AuthorFilesLines
2020-11-05Update master to HonoluluChrisC1-1/+1
2020-10-26Fix broken local build1.7.2vasraz1-1/+1
2020-10-20Upgrade to 1.7.2sebdet1-1/+1
2020-10-03sdc changes for identifying helm package as a vfmSithara Nambiar2-1/+13
2020-09-08Upgrade to java 11sebdet1-2/+8
2020-09-07Fix Vulnerabilities reported by SONARvasraz1-11/+5
2020-09-07Update version to 1.7.1sebdet1-1/+1
2020-08-16SDC changes for adding helmSithara Nambiar1-0/+1
2020-06-25Rationalize maven dependenciesJulienBe1-5/+0
2020-06-19Remove unused methodxuegao1-15/+2
2020-05-06Prepare for Junit5vasraz1-65/+60
2020-04-27Work around potential NullPointerExceptions in HeatTreeManagerUtilChris André1-4/+5
2020-03-17Base template guidelines changesBaumel, Dvir (db384r)1-0/+1
2020-03-12Disable SecurityFilterOfir Sonsino1-1/+1
2020-03-11Fix CBA artifact recognition by SDCDmitry Puzikov1-0/+1
2020-02-02Move to version 1.6.1shrek20001-1/+1
2019-11-19Fix for scalar-unit type value.aribeiro6-21/+243
2019-11-05Align logging to Onap-ELS 2019.11Ben David, Elad (eb7504)1-0/+1
2019-11-03Create new non-mano Artifact Type entry for pnf software informationaribeiro1-1/+2
2019-11-03Centralize onboarding package validationandre.schmid2-2/+2
2019-10-29Bump SDC version 1.6.0Ofir Sonsino1-1/+1
2019-09-10Bump SDC version 1.5.2Ofir Sonsino1-1/+1
2019-09-04unit tests - openecomp-sdcTomasz Golabek3-0/+102
2019-07-28Update SDC version 1.5.1Ofir Sonsino1-1/+1
2019-07-11Added oparent to sdc mainTomasz Golabek2-1/+3
2019-05-07Update SDC version 1.5.0Sonsino, Ofir (os0695)1-1/+1
2019-04-10specify a new type to cloud specific artifactsLiang1-0/+1
2018-12-13Fabric configuration changeManzon, Inna (im453s)1-0/+2
2018-11-15update sdc version in masterMichael Lando1-1/+1
2018-11-05bump sdc version to 1.3.3Michael Lando1-1/+1
2018-11-01Sorted out unit-test libraries in onboardingvempo1-1/+17
2018-11-01-1/+1
2018-05-17Refactor Onboarding Translator codeojasdubey1-37/+46
2018-05-15Handle logger.debug(, exception)mojahidi1-23/+11
2018-05-15Handle logger.debug(, exception) in HeatTreemojahidi2-38/+29
2018-04-30Rename packages from openecomp to onap.amitjai4-7/+7
2018-04-08Reducing onboarding backend maven build timeshrikantawachar1-13/+1
2018-02-28VLAN tagging - Pattern 1A, 1C1ojasdubey1-11/+12
lass="nt"><version>${httpclient.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> <version>${httpcore.version}</version> <scope>provided</scope> </dependency> <!-- CASSANDRA --> <dependency> <groupId>com.datastax.cassandra</groupId> <artifactId>cassandra-driver-core</artifactId> <version>${cassandra.driver.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.datastax.cassandra</groupId> <artifactId>cassandra-driver-mapping</artifactId> <version>${cassandra.driver.version}</version> <scope>provided</scope> </dependency> <!-- CASSANDRA END --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>${junit.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.jmockit</groupId> <artifactId>jmockit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>${spring.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjrt</artifactId> <version>${aspectj.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjweaver</artifactId> <version>${aspectj.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>${spring.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-tx</artifactId> <scope>test</scope> <version>4.0.7.RELEASE</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-jci-core</artifactId> <version>${commons-jci-core.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-module-junit4</artifactId> <version>1.7.0RC4</version> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-api-mockito-common</artifactId> <version>1.6.5</version> <scope>test</scope> </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy</artifactId> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> <version>${commons.collections.version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> <version>4.1</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <configuration> <skip>true</skip> </configuration> </plugin> <plugin> <groupId>com.github.sylvainlaurent.maven</groupId> <artifactId>yaml-json-validator-maven-plugin</artifactId> <executions> <execution> <id>validate</id> <phase>validate</phase> <goals> <goal>validate</goal> </goals> <configuration> <validationSets> <validationSet> <includes> <include>src/main/resources/**/*.y*ml</include> <include>src/test/resources/**/*.y*ml</include> </includes> </validationSet> <validationSet> <includes> <include>src/main/resources/**/*.json</include> <include>src/test/resources/**/*.json</include> </includes> </validationSet> </validationSets> </configuration> </execution> </executions> </plugin> </plugins> </build> </project>