summaryrefslogtreecommitdiffstats
path: root/appc-config/appc-config-generator/provider
AgeCommit message (Expand)AuthorFilesLines
2018-06-01Continue removing ECOMP trademark from lic header.John McClung5-10/+5
2018-05-22Increment version for new branchPatrick Brady1-1/+1
2018-04-11ODL Upgrade Method 2Patrick Brady1-14/+22
2018-02-27security issue: commons-collectionsTaka Cho1-1/+12
2018-02-26appc-config-generator-provider sonar fixes part 2Jakub Dudycz17-153/+134
2018-02-26appc-config-generator-provider sonar fixes part 1Jakub Dudycz9-66/+69
2018-02-20Update .gitignore with license textSkip Wonnell1-0/+22
2018-02-15JSONTool sonar fixesJakub Dudycz1-37/+39
2018-02-14MergeNode sonar fixesJakub Dudycz2-46/+46
2018-02-14ConvertNode sonar fixesJakub Dudycz3-76/+93
2018-02-14EscapeUtils sonar fixesJakub Dudycz2-40/+29
2018-02-07Removing old name referencesPatrick Brady3-38/+2
2018-01-26Fixes in ConfigGeneratorConstantburdziak1-33/+33
2018-01-12Add missing license text to pom files, part 1Skip Wonnell1-0/+21
2017-12-19Update bundle names from openecomp to onapTakamune Cho2-6/+6
2017-12-19Update appc-config-generator to use onap packagingTakamune Cho31-733/+883
2017-12-19Update appc-config-parms to use onap packagingTakamune Cho1-0/+1
2017-12-13Second part of onap renamePatrick Brady24-0/+0
2017-12-13First part of onap renamePatrick Brady1-1/+1
2017-11-17Bump minor versionJessica Wagantall1-1/+1
2017-11-07Changing to Amsterdam release versionv1.2.01.0.0-ONAP1.0.0-AmsterdamPatrick Brady1-1/+1
2017-10-10-31/+31
2017-09-01[JunitCases]for config audit and config generator.Chaturvedi, Anand (ac204h)11-163/+366
2017-08-17Initial commit for config-generator bundleSkip Wonnell43-0/+2456
span class="n">version}</finalName> <descriptors> <descriptor>src/assembly/assemble_zip.xml</descriptor> </descriptors> <appendAssemblyId>false</appendAssemblyId> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <executions> <execution> <id>copy-dependencies</id> <goals> <goal>copy-dependencies</goal> </goals> <phase>prepare-package</phase> <configuration> <transitive>false</transitive> <outputDirectory>${project.build.directory}/assembly/lib</outputDirectory> <overWriteReleases>false</overWriteReleases> <overWriteSnapshots>true</overWriteSnapshots> <overWriteIfNewer>true</overWriteIfNewer> <useRepositoryLayout>false</useRepositoryLayout> <addParentPoms>false</addParentPoms> <copyPom>false</copyPom> <includeScope>runtime</includeScope> <excludeTransitive>true</excludeTransitive> </configuration> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.onap.policy.drools-pdp</groupId> <artifactId>policy-core</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.onap.policy.drools-pdp</groupId> <artifactId>policy-management</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-dbcp2</artifactId> <version>2.7.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-pool2</artifactId> <version>2.8.0</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-api-mockito2</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.onap.policy.common</groupId> <artifactId>utils</artifactId> <version>${policy.common.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.onap.policy.common</groupId> <artifactId>utils-test</artifactId> <version>${policy.common.version}</version> <scope>test</scope> </dependency> </dependencies> </project>