aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2017-09-15Changing to mariadb java clientPatrick Brady1-1/+6
Changing from the mysql java connector to the mariadb java client. Change-Id: I2f9b1f5da37424d529e196f9b6b8d0bf4f1f9d2f Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-198
2017-09-12Correcting maven staging pluginPatrick Brady1-0/+12
Change-Id: I5dd7e431568520fa7d6e65cba435aeadc3444482 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-91 Issue-id: APPC-158
2017-09-11Correcting problems related to ccsdk,new odlPatrick Brady1-1/+12
Some imports and dependencies needed to be updated which no longer exist in the new ODl version Change-Id: I57c52b73810d3f9770b764a2afe4147d3120a87b Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-91 Issue-id: APPC-158
2017-09-08Cleanup project's name in SonarJessica Wagantall1-1/+1
The name parameter in the root pom.xml should match the project name in gerrit to reflect consistency in Sonar. Change-Id: Iede5b1c1bf5e1459e01048e900cbfb46d5f3ded8 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-09-07Change to CCSDK and ODL CarbonPatrick Brady1-55/+11
Change-Id: I49a0f436e366ff4a1b99705fb6bb5e7ba82e6ecc Signed-off-by: Patrick Brady <pb071s@att.com> Issue-Id: [APPC-91] Issue-Id: [APPC-158]
2017-08-31Update ASDC References to SDC 1/2mojahidi1-1/+24
This patch changes ASDC to SDC in APPC code, bundle names and other pertinent places. This change sanitizes SDC for Open Source. It is the first in a two part change, the first updates code mentions and artifacts. The second will update database references. Change-Id: Iffd73480cc325172b5d8969fe839728f1c88ef78 Issue-ID:APPC-179 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2017-08-30Initial add of APPC client librariesSkip Wonnell1-0/+1
Issue-ID: APPC-180 Change-Id: Ie0be2b518b90bb7f9996e9260c43fef75d1a5821 Signed-off-by: Skip Wonnell <kw5258@att.com>
2017-08-23Remove license plugin and filesSkip Wonnell1-44/+0
Change-Id: I5b7a1bf89bdecf480aa6e2defed497915c77e643 Issue-ID: APPC-96 Signed-off-by: Skip Wonnell <kw5258@att.com>
2017-08-19Update license configuration to exclude Json filesSkip Wonnell1-1/+1
Fix the wildcard in the exclusion of files during the process-sources phase. Change-Id: If4b579ddd288655236e6d5cee14309a9d66acced Issue-ID: APPC-161 Signed-off-by: Skip Wonnell <kw5258@att.com>
2017-08-18Set sonar plugin version to 3.2Marcus G K Williams1-0/+5
Sonar plugin errors when using newest version of plugin specificied by oparent pom.xml. Issue-Id: APPC-156 Change-Id: Iad830be0fc8ecac6bb1a515512f5c32a6f899996 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2017-08-18Initial commit for Sequence GeneratorKalpesh Chaniyara1-0/+6
Added sequence generator for start and stop action with dependency model Removed java check style from json files from license maven plugin JIRA Issues : APPC-33,APPC-106 Issue-Id : APPC-106 Change-Id: I7f12d39b705d77d559790a10b914b8108f5faa5e Signed-off-by: Kalpesh Chaniyara <kalpeshkumar.chaniyara@amdocs.com>
2017-08-18Initial add of appc-directed-graph bundlesSkip Wonnell1-0/+1
Directed Graph library Additional JIRA Issues: APPC-66, APPC-71, APPC-74 Issue-ID: APPC-65 Change-Id: I1bd643f7675dec19e562e99db65bafa0dcda6ef4 Signed-off-by: Skip Wonnell <kw5258@att.com>
2017-08-18Initial adds artifact handler and design servicesSkip Wonnell1-2/+3
asdc-artifact-handler: an interface to receive artifacts distributed by SDC and persist them into the local database. appc-design-services: an interface to manage VNF configuration artifacts, primarily those generated by the configuration design tool. Includes these user stories: APPC-28/85 Change-Id: Ib207070d4593554fa424fc69d9c77a6cd5349fec Signed-off-by: Skip Wonnell <kw5258@att.com> Issue-Id: APPC-9
2017-08-17Initial commit for appc-data-services bundleSkip Wonnell1-1/+1
This bundle contains the generic execute nodes that interact with the database. Issue-ID: APPC-58 Change-Id: Ib1447443ed259f4133cd33d554a5ac43f2c3dd1b Signed-off-by: Skip Wonnell <kw5258@att.com>
2017-08-16Fix APPC sonar coverageMarcus G K Williams1-7/+1
Issue-Id: APPC-156 Change-Id: Idccbf97538d05d173ebe74cef1442392c6a91486 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2017-08-16Create and store Dependency model from ToscaMasal, Sushil (sm588m)1-1/+1
Updated asdc listerner bundle to create dependency model from tosca artifact reveived from SDC.This dependency model will be in JSON format and will be stored to ASDC_ARTIFACT table as new artifact. Also ASDC_REFERENCE table will be updated to with new artifact details. This commit also include bug fix for MDSALStore to handle all http code for successful rest calls Issue ID: APPC-32 Change-Id: Iaef6cdee67475917968a4bcdec131cd1bc4c4f41 Signed-off-by: Masal, Sushil (sm588m) <sushil.masal@amdocs.com>
2017-08-15Added review commentAnand Chaturvedi1-0/+1
Initial commit for Network-Inv and AAI client commit 61419e46211f1f1e763d4a84214c62a5e699bdf2 Author: Anand Chaturvedi <ac204h@att.com> Date: Mon Aug 14 19:54:11 2017 -0400 Issue-Id: APPC-21 [OnapMigration] OnapMigration for APPC OutBound Services.. Change-Id: I7db4bcb52b050988b601f3abac544c43f34c677b Signed-off-by: Anand Chaturvedi <ac204h@att.com>
2017-08-14Initial commit for appc-config-paramsAnand Chaturvedi1-0/+2
Change-Id: I5805591892184b4456dd30639417d783d353a6a3 Signed-off-by: Anand Chaturvedi <ac204h@att.com> Issue-Id:APPC-9
2017-08-14Update license plugin to exclude json filesSkip Wonnell1-0/+4
Change-Id: I843185af796729c71ccc9aa822844436d4804c3f Signed-off-by: Skip Wonnell <kw5258@att.com> Issue-ID: APPC-87
2017-08-11[APPC-44] APPC Lifecycle Management refactorbeili.zhou1-6/+3
Pull APPC lifecycle Management out of APPC dispatcher, so that it can be used by both APPC dispatcher and APPC OAM. This is the pre-step of introducing APPC OAM operations. Issue-Id: APPC-44 Change-Id: Icbde399b5121fae9e1919cfdd5c77bbe55d61188 Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
2017-08-08[APPC-126] rename license diretory for windowsbeili.zhou1-1/+1
Change-Id: Ic93af88532864ca4f4e9d3024719c9f4fbd651a6 Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
2017-08-02Merging in bug fixesPatrick Brady1-1/+3
Change-Id: I85da90b9ba0d03149f42035a820c76ef0285e413 Signed-off-by: Patrick Brady <pb071s@att.com> Issue: APPC-100
2017-07-19Adding custom license for maven license pluginPatrick Brady1-4/+9
[APPC-87] Fix Maven License Plugin Change-Id: If19274f46b2eaf83539642d313130bdcfa6a9eb7 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-07-14Refactor POM to inherit from oparentGary Wu1-26/+12
Refactor POM to inherit from oparent. Remove local settings related to nexus and checkstyle. Issue-id: APPC-78 Change-Id: I52167488d5d9216f351f306348ca77544cac9def Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-06-22Changing to sdnc snapshot version [APPC-15]Patrick Brady1-3/+3
Sdnc docker images do not seem to contain non-snapshot artifacts. Switching to use snapshot artifacts should fix the problem. Change-Id: Ie1e1c3b53ccfee9976c03d9f0934aef7f272eeb5 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-06-20Updating sdnc version [APPC-15]Patrick Brady1-3/+3
Change-Id: I523cc2ce8ec9ddbb606b2e41520dd161a13fcea9 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-06-06Updating licenses in all filesPatrick Brady1-4/+4
Change-Id: Ic229be3cc3e4751b9bfbd3c5c08db84ec8e7e0cb Signed-off-by: Patrick Brady <pb071s@att.com>
2017-06-02Merge of new rebased codePatrick Brady1-45/+64
Change-Id: I9b8d1f69eb3e0af1935ed8304fea4bf54c1aac47 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-04-26Removing java source and target propertiesPatrick Brady1-6/+0
Change-Id: Ifecb7859b2826a296e5b79e32088069543a27e61 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-04-14Changing name of javadocs site to onapPatrick Brady1-1/+1
Change-Id: Ica77f21a06eae2cb9f007978950f5cc1f0bb3f4d Signed-off-by: Patrick Brady <pb071s@att.com>
2017-04-06Several more properties changesPatrick Brady1-1/+2
Needed to support transition away from sdnc root pom. Change-Id: I9cc410d32afbe17d8060e4ed2353a3a3e0c1628d Signed-off-by: Patrick Brady <pb071s@att.com>
2017-04-05Updating properties for Opendaylight BoronPatrick Brady1-12/+20
Change-Id: I1af8dc52b98413c4c4c6cb9798843a3790350f9b Signed-off-by: Patrick Brady <pb071s@att.com>
2017-04-04Modifying maven staging urlPatrick Brady1-2/+3
Change-Id: I3624a0a39fa5b1cc31331149223607da17abcda5 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-04-04Moving maven staging pluginPatrick Brady1-12/+12
Maven staging plugin should be in the plugin section, not the pluginManagement section where it was. Change-Id: I51012fb6e22e44a59ce52f4b3937f66619b7945b Signed-off-by: Patrick Brady <pb071s@att.com>
2017-04-04Replacing nexus urls with propertiesPatrick Brady1-3/+9
Change-Id: I5a018f0652b4ad6f35a83ec47203cf0a6efa5366 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-04-03Changing to opendaylight version BoronPatrick Brady1-15/+16
Change-Id: Ic9e2ee43d991f8308afaef7ff5566c27f4119b12 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-04-03Adding repositories to distributionManagementPatrick Brady1-0/+10
Change-Id: Iaa16f758930910f9b468faee0b6574b1b0af18e9 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-03-31Root pom parent and other cleanupPatrick Brady1-191/+66
Change-Id: I61deff5cffeb0a3730066ca83f86a98b647acd03 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-03-29Point Nexus proxy to new URLAndrew Grimberg1-5/+5
The nexus.openecomp.org domain has been deprecated for nexus.onap.org Change-Id: Id549765f76a9e7cc64ba6f2d4f13a77012922901 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-03-10Updating master to 1.1.0-SNAPSHOTPatrick Brady1-1/+1
Change-Id: I4f2bf794f5ce8b60c4fc35817e69c9cbd337cc47 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-03-06Maven staging urlPatrick Brady1-1/+1
Changing the url to the nexus staging server. Change-Id: Ie4dbf4a6adc4d7dc76ce2885816c84ca4b9f2fe7 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-03-06Preparing for maven staging releasesPatrick Brady1-0/+12
Adding version.properties file to contain release_variable property. Adding maven staging plugin to pom file. Change-Id: I310a27a75ca62408f253a69d461718cbad0c6815 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-03-02Changing the sdnc snapshot versionPatrick Brady1-4/+4
The snapshot version is supposed to be more reliable right now Change-Id: Iaf47a1444b4622dd41e2263d2782c334663f32e9 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-02-24Changing to snapshot versionPatrick Brady1-1/+1
Changing version from 1.0.0 to 1.0.0-SNAPSHOT Change-Id: If11d37d83348e5c4db298414e627622a62480d3f Signed-off-by: Patrick Brady <pb071s@att.com>
2017-02-21Updating nexus url pathPatrick Brady1-2/+2
We had the incorrect path after the url for openecomp nexus. Change-Id: I605e442d37a46578eccb62decf7646347bde8b42 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-02-21Adding correct nexus url to pomPatrick Brady1-5/+5
Change-Id: I6aeec7d07c9c3f65bc468c5d62441b6063368713 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-02-15Moving all files to root directoryPatrick Brady1-0/+743
Change-Id: Ica5535fd6ec85f350fe1640b42137b49f83f10f0 Signed-off-by: Patrick Brady <pb071s@att.com>