This is an automated email from the ASF dual-hosted git repository.
elharo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git
from 57fbc66 Bump assertj-core from 3.23.1 to 3.24.2 (#78)
add 5eb324f [MDEP-757] bug with "non-test scoped test only dependencies
found" (#82)
No new revisions were added by this update.
Summary of changes:
.../consumer}/pom.xml | 32 ++++++---------
.../java/consumer/ActualImplementationClass.java} | 18 +++------
.../consumer/ActualImplementationClassTest.java} | 13 +++----
.../library}/pom.xml | 23 ++++-------
.../src/main/java/library/LibraryObject.java} | 9 ++---
.../pom.xml | 30 ++++++++-------
.../provider}/pom.xml | 35 ++++++++---------
.../src/main/java/provider/AbstractBaseClass.java} | 13 +++----
.../verify.groovy | 5 ++-
.../analyzer/asm/ConstantPoolParser.java | 45 +++++++++++++++++-----
10 files changed, 112 insertions(+), 111 deletions(-)
copy src/it/{multimoduleProject/module1 =>
checkingNameWithTypeReferencesRequired/consumer}/pom.xml (58%)
copy
src/it/{jarWithNoDependencies/src/main/java/jarWithNoDependencies/Project.java
=>
checkingNameWithTypeReferencesRequired/consumer/src/main/java/consumer/ActualImplementationClass.java}
(81%)
copy
src/it/{jarWithClassInUnnamedPackage/project2/src/main/java/project2/Project.java
=>
checkingNameWithTypeReferencesRequired/consumer/src/test/java/consumer/ActualImplementationClassTest.java}
(84%)
copy src/it/{jarWithRuntimeScopedTestDependency/project1 =>
checkingNameWithTypeReferencesRequired/library}/pom.xml (64%)
copy src/it/{jarWithClassInUnnamedPackage/project1/src/main/java/coffee.java
=>
checkingNameWithTypeReferencesRequired/library/src/main/java/library/LibraryObject.java}
(91%)
copy src/it/{pom => checkingNameWithTypeReferencesRequired}/pom.xml (69%)
copy src/it/{jarWithCompileScopedTestDependency =>
checkingNameWithTypeReferencesRequired/provider}/pom.xml (60%)
copy
src/it/{jarWithClassInUnnamedPackage/project2/src/main/java/project2/Project.java
=>
checkingNameWithTypeReferencesRequired/provider/src/main/java/provider/AbstractBaseClass.java}
(82%)
copy src/it/{jarWithClassInUnnamedPackage =>
checkingNameWithTypeReferencesRequired}/verify.groovy (85%)