summaryrefslogtreecommitdiffstats
path: root/common-app-api/pom.xml
AgeCommit message (Expand)AuthorFilesLines
2018-11-15update sdc version in masterMichael Lando1-1/+1
2018-11-05bump sdc version to 1.3.3Michael Lando1-1/+1
2018-11-01update sdc to version 1.3.2Michael Lando1-1/+1
2018-10-24update sdc version to 1.3.1Michael Lando1-1/+1
2018-09-12fix security vilation SONATYPE-2015-0002Tal Gitelman1-0/+12
2018-09-05add ability to disable tenant isolation.Tal Gitelman1-0/+7
2018-08-26json/yaml validation for modelsdekstroza1-0/+29
2018-08-15maven improvements and clean upMichael Lando1-1/+0
2018-07-29re base codeMichael Lando1-10/+11
2018-07-15Upgraded servlet-api version to 3.0.1vempo1-1/+1
2018-06-02update sdc versionMichael Lando1-1/+1
2018-05-27Revert "update sdc version"Michael Lando1-1/+1
2018-05-26update sdc versionMichael Lando1-1/+1
2018-03-13analyze and fix IQ server violations SDCGitelman, Tal (tg851x)1-1/+1
2018-03-11Sync Integ to MasterGitelman, Tal (tg851x)1-4/+1
2018-03-07Sync Integ to MasterMichael Lando1-15/+3
2017-12-25fix pomMichael Lando1-0/+1
2017-12-24soner enable fixMichael Lando1-4/+0
2017-12-10Final commit to master merge fromTal Gitelman1-3/+5
2017-09-19change version of the master branchMichael Lando1-1/+1
2017-09-10pom.xml fixes for entire SDCTal Gitelman1-1/+0
2017-07-20[SDC] 1710 rebase + pom modificationsMichael Lando1-24/+0
2017-06-09[SDC-29] catalog 1707 rebase commit.Michael Lando1-155/+97
2017-03-15update pom version + change version fileMichael Lando1-1/+1
2017-02-28pom updateMichael Lando1-0/+19
2017-02-28pom updateMichael Lando1-0/+1
2017-02-28pom fixMichael Lando1-0/+1
2017-02-28pom fixMichael Lando1-0/+2
2017-02-27update pom to remove spring from parent pomMichael Lando1-1/+80
2017-02-19Initial OpenECOMP SDC commitMichael Lando1-0/+209
d>copy-dependencies</id> <goals> <goal>copy-dependencies</goal> </goals> <phase>prepare-package</phase> <configuration> <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-management</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <scope>provided</scope> </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>org.onap.policy.common</groupId> <artifactId>policy-endpoints</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> <dependency> <groupId>org.onap.policy.common</groupId> <artifactId>gson</artifactId> <version>${policy.common.version}</version> </dependency> <dependency> <groupId>org.onap.policy.models</groupId> <artifactId>policy-models-examples</artifactId> <version>${policy.models.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>com.openpojo</groupId> <artifactId>openpojo</artifactId> <scope>test</scope> </dependency> </dependencies> </project>