aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2018-04-05Update docker tag conventionJessica Wagantall1-1/+1
Update docker tagging convention to use: v0.17.0-SNAPSHOT-YYYYMMDDTHHMMSSZ (for dev images) v0.17.0-STAGING-YYYYMMDDTHHMMSSZ (for staging images) Change-Id: Ib18df1cba0bf029c66567a9eb156c9b8d190f2b2 Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-04-04Fix the python startup scriptDeterme, Sebastien (sd378r)1-2/+1
Fix the startup script for python simulator Issue-ID: CLAMP-148 Change-Id: Ia1906aa12f2354a45324553609a9e5e713d8a551 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-04-03Fix the start_http_cache.shDeterme, Sebastien (sd378r)1-1/+1
Fix the script call from Pom so that it can be configured Issue-ID: CLAMP-148 Change-Id: Id1120150c4fb993d70ffe2914c73a8fa24051e85 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-03-27Security FixDeterme, Sebastien (sd378r)1-21/+1
Introduce a centralized ObjectMapper for Resteasy and Clamp code so that the automatic Ser/deserialization of all classes is disabled. Issue-ID: CLAMP-135 Change-Id: I1fb11c8fc8e7a53ef832774fa8c06af1c70d3dad Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-03-23Change on jacksonDeterme, Sebastien (sd378r)1-15/+20
Attempt to remove red bullet in nexus-iq Issue-ID: CLAMP-135 Change-Id: I2a1b8fd26276873f4e783ff33124095ebbe44a32 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-03-23Attempt to fix jackson-databindDeterme, Sebastien (sd378r)1-5/+1
Fix nexus-iq issue reported as red Issue-ID: CLAMP-135 Change-Id: I8cc2951d8c8a3c61258b0a2926e1d17d2e8a1448 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-03-23Rework the SDC testDeterme, Sebastien (sd378r)1-1/+1
Rework the uni tests so that SDC controller is more tested, also dcae code has been reworked for improving sonar report Issue-ID: CLAMP-81 Change-Id: Ia6ec272e1bf86e72d9d7294aeec0695b861f78af Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-03-21Modify third party proxy to test the SUBMITehautot1-3/+3
Change-Id: I86dad99c141ef78b23e28cbb3eab6516d04000a8 Signed-off-by: ehautot <eh552t@intl.att.com> Issue-ID: CLAMP-100
2018-03-15Merge changes from topic 'bugfix/nexus-iq'Eddy Hautot1-9/+6
* changes: Fix Checkstyle issues Update jackson-databind
2018-03-15Merge "Add swagger generation for jaxrs api"Sébastien Determe1-0/+17
2018-03-15Update jackson-databindDeterme, Sebastien (sd378r)1-9/+6
Update one dependency to fix the security issues reported by NExus IQ Issue-ID: CLAMP-135 Change-Id: I0cc1c3a32047083790dd556f5be1ef43cb8afffb Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-03-14Add swagger generation for jaxrs apiBertozzi, Julien (jb379x)1-0/+17
Issue-ID: CLAMP-137 Change-Id: I0b1e088a99a7e1c63dc0b0f4a36b16020181bf1f Signed-off-by: Bertozzi, Julien (jb379x) <jb379x@att.com>
2018-03-12Add csar HandlerDeterme, Sebastien (sd378r)1-1/+17
Add a csar handler to save the Csar downloaded from SDC Issue-ID: CLAMP-81 Change-Id: I59d33ea3754e8e6acbe107c32fdcf83c1f236171 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-03-02Update some dependenciesDeterme, Sebastien (sd378r)1-6/+17
Update versions of some dependencies as reported by Nexus IQ Issue-ID: CLAMP-135 Change-Id: I79b6e7f464032630f5d07c4d00999a38da50d2a6 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-03-01Add SDC single configDeterme, Sebastien (sd378r)1-1/+7
Add SDC configuration JSON parser that is linked to SDC client API Issue-ID: CLAMP-81 Change-Id: I8c1c9e93813bf1444b1df455cafe0aab60236300 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-02-20Fix issue with clamp.envDeterme, Sebastien (sd378r)1-1/+1
Clamp.env was wrong so clamp was crashing at runtime when accessing the db Issue-ID: CLAMP-85 Change-Id: I162b682fa9d4977218e3ebd48e210bf87d053698 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-02-15Code refactoringDeterme, Sebastien (sd378r)1-0/+4
Code refactoring, mainly Classes/Methods name renaming Issue-ID: CLAMP-85 Change-Id: I12bd190576e324ed33f057dc1a4ad32c16fcb6c2 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-02-14Remove Camunda and replace by CamelDeterme, Sebastien (sd378r)1-28/+57
The camunda has been replaced by Camel so that DB could be removed. Also the unit tests has been reworked and maven dependencies have been changed Issue-ID: CLAMP-85 Change-Id: I781c3c83cecbdae3535c7e036e62ae83c6b6852f Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-02-13Update the Mariadb configDeterme, Sebastien (sd378r)1-1/+1
Change the mariadb config for integration tests so that it requires less resources Issue-ID: CLAMP-129 Change-Id: Ifc071c02a00813a68ba79d0902d7e11da45605fe Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-02-07Remove AJSC container.Determe, Sebastien (sd378r)1-124/+93
Remove AJSC container and adapt the dependencies & unit tests Issue-ID: CLAMP-85 Change-Id: I4289dd8a13645df238f35d2791718639b04a509f Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-02-05Increase TimeoutChrisC1-2/+2
Increase MariaDB container startup timeout for IT test phase Change-Id: I283b256281241412f2d49e25e1525d97a3ab2740 Issue-ID: CLAMP-99 Signed-off-by: ChrisC <cc697w@intl.att.com>
2017-11-16Remove swagger from pomDeterme, Sebastien (sd378r)1-898/+863
Remove swagger from the pom file Change-Id: I5e9be8260ac6ea043f15c47fee38433d501650b3 Issue-ID: CLAMP-74 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-11-09Update master to 2.0.0Determe, Sebastien (sd378r)1-1/+1
Update master to 2.0.0 as there is a branch 1.1.1 to support the release Change-Id: Ic19847dd365a285213c90437d0d7a2d183220228 Issue-ID: CLAMP-72 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-11-05Fix DCAE connection issueDeterme, Sebastien (sd378r)1-0/+5
Code has been added to support http/https protocols for DCAE Change-Id: Ib1259310b801a19cacd08c22292509156624ac9b Issue-ID: CLAMP-65 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-10-31Revert snapshot to releaseDeterme, Sebastien (sd378r)1-3/+3
Revert back snapshot version to release, due to problem with nexus lf Change-Id: I78f674e7513c728eba1e5aba64cf539c518f357c Issue-ID: CLAMP-54 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-10-30Fix the buildDeterme, Sebastien (sd378r)1-3/+3
Fix temporary the build with snapshot version of policy as release versions are not available anymore Change-Id: I3cf8e3bf8a7becd01be188f9b9e2d531eecccfad Issue-ID: CLAMP-54 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-10-26Update TCA config json send to Policyxg353y1-6/+0
Update the format of the TCA configuration send to Policy Issue-ID: CLAMP-62 Change-Id: I53cbfcb1f8f8772856b645e8aec0db2a8a94d15e Signed-off-by: xg353y <xg353y@intl.att.com>
2017-10-17Add Policy dependencyxg353y1-1/+19
Add policy deppendency to solve NoClassFoundException issue. Issue-ID:CLAMP-61 Change-Id: Iaf20852aff0313d3f503773468222113888940e9 Signed-off-by: xg353y <xg353y@intl.att.com>
2017-09-29Remove useless pluginDeterme, Sebastien (sd378r)1-17/+0
Remove the gpg plugin in main pom as not used at all Change-Id: Ic86cb285012da0cdbceca78c4750a5365e9fc6a0 Issue-ID: CLAMP-54 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-09-28Fix the Checkstyle issuesDeterme, Sebastien (sd378r)1-0/+3
Fix all checkstyle issues in all unit tests + rename all IT and remove useless tests Change-Id: I8d1244c26d4d2ca490ba8ffcf2236f484c783394 Issue-ID: CLAMP-54 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-09-25Restore version to SNAPSHOTDeterme, Sebastien (sd378r)1-1/+1
The version has been changed to 1.1.0 and should be 1.1.0-SNAPSHOT Change-Id: I268f050c381a8ae884f0c5615e78288be0390329 Issue-ID: CLAMP-54 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-09-22Fix bug at runtimeDeterme, Sebastien (sd378r)1-0/+20
There was a missing class due to policy dependency changed Change-Id: Id8d85a8925c1ac2164528333672a552cb55ca5ca Issue-ID: CLAMP-48 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-09-22Rework the indentationDeterme, Sebastien (sd378r)1-836/+836
Remove the tabs and replace by Spaces Change-Id: Id9e1e5e434789ec7ebf5ba0d3e25a8ccf9765852 Issue-ID: CLAMP-54 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-09-22Remove the Policy Dep SnapshotDeterme, Sebastien (sd378r)1-23/+43
The policy dependencies have been changed to refer to non snapshot packages. Some java packages have been updated too. Change-Id: Id70a0247b859368c642a73fa59bbda93bf9904ae Issue-ID: CLAMP-55 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-09-22Remove the mariadb pull if no testDeterme, Sebastien (sd378r)1-0/+1
The build was pulling mariadb even when the flag skipITs was set Change-Id: I447af0de537bd55666ce93958451b160c72c6234 Issue-ID: CLAMP-54 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-09-11Merge "Change mysql to mariadb connector"Christophe Closset1-0/+16
2017-09-11Change mysql to mariadb connectorDeterme, Sebastien (sd378r)1-0/+16
Replace the mysql connector used by Spring to mariadb + remove the Mysql connector from the clamp.jar Change-Id: If7241e111d07ad98eba3b0fcb612b0f4711d683d Issue-Id: CLAMP-52 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
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: If83ba288f33d4cc281ab54d2c7ffcf8af246a580 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-09-01Add the missing tagging in DockerDeterme, Sebastien (sd378r)1-2/+49
Add the missing tagging for the remote repositories, the repository name must be specified Change-Id: I59877f7e1d2f3e3c040ff8707f5e76ecce3f3228 Issue-Id: CLAMP-43 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-08-31Restore oparentDeterme, Sebastien (sd378r)1-8/+8
Restore the oparent that has been removed due to local build failure Change-Id: I4356fe50e9a8adbef6c7df2cc4f97bafbebe4534 Issue-Id: CLAMP-43 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-08-31Add Docker tagsDeterme, Sebastien (sd378r)1-27/+47
Add docker tags SNAPSHOT and STAGING to the current ones for automation Change-Id: I330271ec169cba33d0b92579e39afeed55795bd0 Issue-Id: CLAMP-43 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-08-31Remove Variable in POMDeterme, Sebastien (sd378r)1-13/+7
Due to the oparent, it's impossible to keep the variables to define the nexus accesses because Maven needs the parent first to identify default values. So it has been removed Change-Id: Ie81ed776f6d6bd129da9a1701a205d93a6a6780f Issue-Id: CLAMP-43 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-08-30Increase MariaDB timeoutChrisC1-4/+4
Increase to 600s as Jenkins take some time to start up the container Change-Id: I57f59f33b6cb2259e22e87a4a4c1a20415f406a1 Signed-off-by: ChrisC <cc697w@intl.att.com> Issue-Id: CLAMP-43
2017-08-29FIx the POM for HTTPS param and jks file in testDeterme, Sebastien (sd378r)1-32/+55
There was an error for the HTTPS test because the keystore was filtered by maven + remove some useless stuffs + add some execution ID as defined in the oparent Change-Id: I3a299bd9790ae2e3db8dca82722bad1ad4f8c284 Issue-Id: CLAMP-43 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-08-10Fix docker profile default valuesJulienBe1-0/+2
skip tag and skip push were not overridden Change-Id: I8dc5c760010823ae2d931b6de4f5032fc14ad723 Issue-id: CLAMP-38 Signed-off-by: JulienBe <jb379x@att.com>
2017-08-09Update the docker spotify plugin versionDeterme, Sebastien (sd378r)1-1/+1
Update the docker spotify plugin version, this one fixes the skip issue Change-Id: I00557507927c08141cf7e50c359301fed4e04f5c Issue-id: CLAMP-38 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-08-09Fix the docker push image to nexusDeterme, Sebastien (sd378r)1-2/+1
Removal of a useless flag used to skip the docker image tagging Change-Id: I908d63ace310e72508955c698449fe08d5ecd2c8 Issue-id: CLAMP-38 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-08-09Fix indentation problem and stagingDeterme, Sebastien (sd378r)1-20/+20
Fix the indentation and replace the staging plugin parameters Change-Id: I3155e1e7ebab7e090d67703eaf7f83b7e70d36cf Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-08-09Fix the docker image pushDeterme, Sebastien (sd378r)1-0/+12
Fix the missing operation TAG in spotify plugin to push the docker image Change-Id: I11fb180a51275552ee9d4ecce353b6847c62bbcb Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-08-09Fix the docker push parameterDeterme, Sebastien (sd378r)1-1/+1
Fix the parameters provided to the docker spotify plugin when image must be deployed to nexus Change-Id: Ibf0f343e1e67b4b60348b76dfec3ea6088823470 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>