aboutsummaryrefslogtreecommitdiffstats
path: root/apiroute
diff options
context:
space:
mode:
authorHuabing Zhao <zhaohuabing@gmail.com>2018-09-10 01:56:39 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-10 01:56:39 +0000
commit07c51ccd6ded30e8d5ceba4abaed0c202a183283 (patch)
tree75334f42702656ae5a563688905e55893cdb010f /apiroute
parente7e46da2c98d3de51f840793e23f2e5d30cd81ed (diff)
parent18463a6698ee3c2a97c1baefa7cb8205043a6c18 (diff)
Merge "Use managed guava version"
Diffstat (limited to 'apiroute')
-rw-r--r--apiroute/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/apiroute/pom.xml b/apiroute/pom.xml
index 5f68963..88d5b66 100644
--- a/apiroute/pom.xml
+++ b/apiroute/pom.xml
@@ -7,8 +7,7 @@
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
OF ANY KIND, either express or implied. See the License for the specific
language governing permissions and limitations under the License. -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.onap.msb.apigateway</groupId>
<artifactId>msb-apigateway-parent</artifactId>
@@ -86,7 +85,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>${guava.version}</version>
+
</dependency>
<dependency>
<groupId>net.sourceforge.argparse4j</groupId>