-
Task
-
Resolution: Done
-
Major
-
29.0.0.Final
Some tests rely on Guava to be available since it is a transitive dependency in maven-model-builder. While performing some tests, we discovered that current version of maven-model-builder 3.5.4 brings Guava as transitive dependency, but version 3.6.3 doesn't and causes compilation errors. (see also WFCORE-6493)
[INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project wildfly-connector: Compilation failure: Compilation failure: [ERROR] /git/wildfly/connector/src/test/java/org/jboss/as/connector/annotations/repository/jandex/AnnotationsTestCase.java:[51,28] package com.google.common.io does not exist
- is cloned by
-
JBEAP-25644 (8.0.z) WFLY-18452 - Add Guava as a test dependency.
- Closed
- is related to
-
WFCORE-6493 Add Guava as a test dependency to the Test Suite.
- Resolved