diff options
author | Ram Koya <rk541m@att.com> | 2018-08-14 20:20:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-14 20:20:32 +0000 |
commit | f20d316c4a4d8666f93be0a654dd042c6d0ac835 (patch) | |
tree | a5f50ef7a00df71b2e95852161eea06c2dc5e8f3 /pom.xml | |
parent | 8cbe8a88bc6dfe8673a33a017fe6a5a3e7ce86c3 (diff) | |
parent | 85129f80a65aea102c07f695878a772ffa2dffc4 (diff) |
Merge "remove the policy and security issue dependencies"
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -7,9 +7,9 @@ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -45,6 +45,8 @@ <sonar.jacoco.itReportPath>${project.build.directory}/coverage-reports/jacoco-it.exec</sonar.jacoco.itReportPath> <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero> <sonar.projectVersion>${project.version}</sonar.projectVersion> + <jetty.version>9.4.11.v20180605</jetty.version> + <jetty.websocket.version>8.2.0.v20160908</jetty.websocket.version> <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> |