Removes mp-test-libs bundle (#1813)

* Update maven dependency plugin to support dependency:analyze with Java 11
* Remove internal-test-libs 

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
This commit is contained in:
Tomas Langer
2020-05-18 22:07:48 +02:00
committed by GitHub
parent a738196546
commit 81c3ecb39b
28 changed files with 199 additions and 156 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2019, 2020 Oracle and/or its affiliates. All rights reserved.
~ Copyright (c) 2019, 2020 Oracle and/or its affiliates.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
@@ -53,11 +53,6 @@
<groupId>io.helidon.microprofile.grpc</groupId>
<artifactId>helidon-microprofile-grpc-client</artifactId>
</dependency>
<dependency>
<groupId>io.helidon.microprofile.bundles</groupId>
<artifactId>internal-test-libs</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jandex</artifactId>