diff --git a/AntTask.html b/AntTask.html index 08318cfbc..b34e72edd 100644 --- a/AntTask.html +++ b/AntTask.html @@ -1,13 +1,13 @@ - + japicmp-base – Ant Task @@ -34,8 +34,8 @@
@@ -266,7 +266,7 @@

Advanced Usage

@@ -196,16 +196,16 @@

CLI-Tool

When your library implements interfaces or extends classes from other libraries than the JDK and you want to evaluate binary compatibility you must specify the classpath for the two different versions:

-
java -jar japicmp-0.18.3-jar-with-dependencies.jar -n new-version.jar -o old-version.jar --new-classpath other-library-v2.jar
+
java -jar japicmp-0.18.4-jar-with-dependencies.jar -n new-version.jar -o old-version.jar --new-classpath other-library-v2.jar
     --old-classpath other-library-v1.jar
 

In case the classpath for both versions did not change, you can add the library using the standard way:

-
java -cp japicmp-0.18.3-jar-with-dependencies.jar;otherLibrary.jar japicmp.JApiCmp -n new-version.jar -o old-version.jar
+
java -cp japicmp-0.18.4-jar-with-dependencies.jar;otherLibrary.jar japicmp.JApiCmp -n new-version.jar -o old-version.jar
 

For reporting purposes you can also provide more than one jar as old or new version(s):

-
java -jar japicmp-0.18.3-jar-with-dependencies.jar -o lib1-old.jar;lib2-old.jar -n lib1-new.jar;lib2-new.jar
+
java -jar japicmp-0.18.4-jar-with-dependencies.jar -o lib1-old.jar;lib2-old.jar -n lib1-new.jar;lib2-new.jar
 
@@ -214,7 +214,7 @@

CLI-Tool

-

Copyright ©2023. +

Copyright ©2024. All rights reserved.

diff --git a/Examples.html b/Examples.html index 92c3faaef..de76b488c 100644 --- a/Examples.html +++ b/Examples.html @@ -1,13 +1,13 @@ - + japicmp-base – Examples @@ -34,8 +34,8 @@
@@ -147,7 +147,7 @@

Track
-

Copyright ©2023. +

Copyright ©2024. All rights reserved.

diff --git a/MavenPlugin.html b/MavenPlugin.html index 542805b05..ff3b41544 100644 --- a/MavenPlugin.html +++ b/MavenPlugin.html @@ -1,13 +1,13 @@ - + japicmp-base – Maven Plugin @@ -34,8 +34,8 @@

@@ -68,7 +68,7 @@

Basic Usage

<plugin>
 	<groupId>com.github.siom79.japicmp</groupId>
 	<artifactId>japicmp-maven-plugin</artifactId>
-	<version>0.18.3</version>
+	<version>0.18.4</version>
 	<configuration>
 		<oldVersion>
 			<dependency>
@@ -102,7 +102,7 @@ 

Basic Usage

<plugin>
 	<groupId>com.github.siom79.japicmp</groupId>
 	<artifactId>japicmp-maven-plugin</artifactId>
-	<version>0.18.3</version>
+	<version>0.18.4</version>
 	<configuration>
 		<parameter>
 			<!-- see documentation -->
@@ -124,7 +124,7 @@ 

Basic Usage

<plugin>
 	<groupId>com.github.siom79.japicmp</groupId>
 	<artifactId>japicmp-maven-plugin</artifactId>
-	<version>0.18.3</version>
+	<version>0.18.4</version>
 	<configuration>
 		<parameter>
         	<oldVersionPattern>\d+\.\d+\.\d+\.GA</oldVersionPattern>
@@ -184,13 +184,13 @@ 

Advanced Usage

<plugin> <groupId>com.github.siom79.japicmp</groupId> <artifactId>japicmp-maven-plugin</artifactId> - <version>0.18.3</version> + <version>0.18.4</version> <configuration> <oldVersion> <dependency> <groupId>japicmp</groupId> <artifactId>japicmp-test-v1</artifactId> - <version>0.18.3</version> + <version>0.18.4</version> <type>jar</type> </dependency> </oldVersion> @@ -813,7 +813,7 @@

Site report

<plugin> <groupId>com.github.siom79.japicmp</groupId> <artifactId>japicmp-maven-plugin</artifactId> - <version>0.18.3</version> + <version>0.18.4</version> <reportSets> <reportSet> <reports> @@ -929,7 +929,7 @@

Using Groovy scripts fo
-

Copyright ©2023. +

Copyright ©2024. All rights reserved.

diff --git a/ReleaseNotes.html b/ReleaseNotes.html index 9bf2649b9..24baa6f39 100644 --- a/ReleaseNotes.html +++ b/ReleaseNotes.html @@ -1,13 +1,13 @@ - + japicmp-base – Versions @@ -34,8 +34,8 @@

@@ -63,34 +63,47 @@

Versions

The following versions of japicmp are available:

+

0.18.4 (2024-02-15)

+
    + +
  • Do not mark class as changed in case of synthetic members #375
  • +
  • Make classes implement JApiHasChangeStatus if they already do. #373
  • +
  • Take transient modifier into account. #372
  • +
+

Available at Maven Central.

0.18.3 (2023-11-03)

  • skip-Tag in plugin configuration and -Djapicmp.skip work #366
  • Do not report any incompatibilities if class becomes public. #365
  • -
+ +

Available at Maven Central.

0.18.2 (2023-10-18)

  • Upgrade to groovy 4.0.15 #364
  • correct name of package_protected in documentation #365
  • -
+ +

Available at Maven Central.

0.18.1 (2023-09-29)

  • METHOD_NON_STATIC_IN_INTERFACE_NOW_STATIC not source and binary incompatible #363
  • -
+ +

Available at Maven Central.

0.18.0 (2023-09-22)

  • added METHOD_NEW_STATIC_ADDED_TO_INTERFACE, METHOD_NON_STATIC_IN_INTERFACE_NOW_STATIC and METHOD_STATIC_IN_INTERFACE_NO_LONGER_STATIC. #289
  • htmlTitle is used as title for maven report. #362
  • -
+ +

Available at Maven Central.

0.17.3 (2023-09-02)

  • METHOD_NEW_DEFAULT is now binary and source compatible. #289
  • -
+ +

Available at Maven Central.

0.17.2 (2023-03-01)

    @@ -443,7 +456,7 @@

    0.5.0 (2015-05-26)

    -

    Copyright ©2023. +

    Copyright ©2024. All rights reserved.

    diff --git a/dependencies.html b/dependencies.html index 80d563578..7cb0121f2 100644 --- a/dependencies.html +++ b/dependencies.html @@ -1,13 +1,13 @@ - + japicmp-base – Project Dependencies @@ -34,8 +34,8 @@
@@ -142,7 +142,7 @@

Project Dependency Graph

Dependency Tree

    -
  • com.github.siom79.japicmp:japicmp-base:pom:0.18.4-SNAPSHOT [Information]
  • com.github.siom79.japicmp:japicmp-base:pom:0.18.5-SNAPSHOT [Information]
+
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    +- com.google.guava:guava:jar:33.0.0-jre:compile
    |  \- com.google.code.findbugs:jsr305:jar:3.0.2:compile
    \- org.mockito:mockito-core:jar:4.3.1:test
       +- net.bytebuddy:byte-buddy:jar:1.12.7:test
       |  \- com.google.code.findbugs:jsr305:jar:3.0.2:test
       \- net.bytebuddy:byte-buddy-agent:jar:1.12.7:test
          \- com.google.code.findbugs:jsr305:jar:3.0.2:test

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    +- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
    |  \- com.google.guava:guava:jar:33.0.0-jre:compile
    |     \- com.google.code.findbugs:jsr305:jar:3.0.2:compile
    +- org.jsoup:jsoup:jar:1.15.3:test
    |  \- com.google.code.findbugs:jsr305:jar:3.0.2:compile
    \- org.mockito:mockito-core:jar:4.3.1:test
       +- net.bytebuddy:byte-buddy:jar:1.12.7:test
       |  \- com.google.code.findbugs:jsr305:jar:3.0.2:test
       \- net.bytebuddy:byte-buddy-agent:jar:1.12.7:test
          \- com.google.code.findbugs:jsr305:jar:3.0.2:test

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    +- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
    |  \- com.google.guava:guava:jar:33.0.0-jre:compile
    |     \- com.google.code.findbugs:jsr305:jar:3.0.2:compile
    +- org.jsoup:jsoup:jar:1.15.3:test
    |  \- com.google.code.findbugs:jsr305:jar:3.0.2:compile
    \- org.mockito:mockito-core:jar:4.3.1:test
       +- net.bytebuddy:byte-buddy:jar:1.12.7:test
       |  \- com.google.code.findbugs:jsr305:jar:3.0.2:test
       \- net.bytebuddy:byte-buddy-agent:jar:1.12.7:test
          \- com.google.code.findbugs:jsr305:jar:3.0.2:test

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    +- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
    |  \- com.google.guava:guava:jar:33.0.0-jre:compile
    |     \- com.google.code.findbugs:jsr305:jar:3.0.2:compile
    +- org.jsoup:jsoup:jar:1.15.3:test
    |  \- com.google.code.findbugs:jsr305:jar:3.0.2:compile
    \- org.mockito:mockito-core:jar:4.3.1:test
       +- net.bytebuddy:byte-buddy:jar:1.12.7:test
       |  \- com.google.code.findbugs:jsr305:jar:3.0.2:test
       \- net.bytebuddy:byte-buddy-agent:jar:1.12.7:test
          \- com.google.code.findbugs:jsr305:jar:3.0.2:test

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    +- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
    |  \- com.google.guava:guava:jar:33.0.0-jre:compile
    |     \- com.google.code.findbugs:jsr305:jar:3.0.2:compile
    +- org.jsoup:jsoup:jar:1.15.3:test
    |  \- com.google.code.findbugs:jsr305:jar:3.0.2:compile
    \- org.mockito:mockito-core:jar:4.3.1:test
       +- net.bytebuddy:byte-buddy:jar:1.12.7:test
       |  \- com.google.code.findbugs:jsr305:jar:3.0.2:test
       \- net.bytebuddy:byte-buddy-agent:jar:1.12.7:test
          \- com.google.code.findbugs:jsr305:jar:3.0.2:test

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    +- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
    |  \- com.google.guava:guava:jar:33.0.0-jre:compile
    |     \- com.google.code.findbugs:jsr305:jar:3.0.2:compile
    +- org.jsoup:jsoup:jar:1.15.3:test
    |  \- com.google.code.findbugs:jsr305:jar:3.0.2:compile
    \- org.mockito:mockito-core:jar:4.3.1:test
       +- net.bytebuddy:byte-buddy:jar:1.12.7:test
       |  \- com.google.code.findbugs:jsr305:jar:3.0.2:test
       \- net.bytebuddy:byte-buddy-agent:jar:1.12.7:test
          \- com.google.code.findbugs:jsr305:jar:3.0.2:test

  • com.google.inject:guice

    @@ -130,22 +130,22 @@

    com.google.inject:guice

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    +- org.apache.maven:maven-plugin-api:jar:3.6.3:provided
    |  \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:provided
    |     \- com.google.inject:guice:jar:3.0:provided
    \- org.apache.maven:maven-core:jar:3.6.3:provided
       \- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4:provided
          \- com.google.inject:guice:jar:3.0:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
       |  \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
       |     \- com.google.inject:guice:jar:3.0:provided
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4:compile
             \- com.google.inject:guice:jar:3.0:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
       |  \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
       |     \- com.google.inject:guice:jar:3.0:provided
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4:compile
             \- com.google.inject:guice:jar:3.0:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
       |  \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
       |     \- com.google.inject:guice:jar:3.0:provided
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4:compile
             \- com.google.inject:guice:jar:3.0:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
       |  \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
       |     \- com.google.inject:guice:jar:3.0:provided
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4:compile
             \- com.google.inject:guice:jar:3.0:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
       |  \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
       |     \- com.google.inject:guice:jar:3.0:provided
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4:compile
             \- com.google.inject:guice:jar:3.0:provided

  • 3.0
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      +- org.apache.maven:maven-plugin-api:jar:3.6.3:provided
      |  \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:provided
      |     \- com.google.inject:guice:jar:3.0:provided
      \- org.apache.maven:maven-core:jar:3.6.3:provided
         \- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4:provided
            \- com.google.inject:guice:jar:3.0:provided

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
         |  \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
         |     \- com.google.inject:guice:jar:3.0:provided
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4:compile
               \- com.google.inject:guice:jar:3.0:provided

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
         |  \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
         |     \- com.google.inject:guice:jar:3.0:provided
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4:compile
               \- com.google.inject:guice:jar:3.0:provided

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
         |  \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
         |     \- com.google.inject:guice:jar:3.0:provided
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4:compile
               \- com.google.inject:guice:jar:3.0:provided

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
         |  \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
         |     \- com.google.inject:guice:jar:3.0:provided
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4:compile
               \- com.google.inject:guice:jar:3.0:provided

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
         |  \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
         |     \- com.google.inject:guice:jar:3.0:provided
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4:compile
               \- com.google.inject:guice:jar:3.0:provided

    4.2.1
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven:maven-core:jar:3.6.3:provided
         \- com.google.inject:guice:jar:no_aop:4.2.1:provided

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- com.google.inject:guice:jar:no_aop:4.2.1:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- com.google.inject:guice:jar:no_aop:4.2.1:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- com.google.inject:guice:jar:no_aop:4.2.1:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- com.google.inject:guice:jar:no_aop:4.2.1:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- com.google.inject:guice:jar:no_aop:4.2.1:compile

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven:maven-core:jar:3.6.3:provided
       \- com.google.inject:guice:jar:no_aop:4.2.1:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- com.google.inject:guice:jar:no_aop:4.2.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- com.google.inject:guice:jar:no_aop:4.2.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- com.google.inject:guice:jar:no_aop:4.2.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- com.google.inject:guice:jar:no_aop:4.2.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- com.google.inject:guice:jar:no_aop:4.2.1:compile

  • commons-collections:commons-collections

    @@ -156,42 +156,42 @@

    commons-collections:co

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
       \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
          \- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
             \- commons-collections:commons-collections:jar:3.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
                \- commons-collections:commons-collections:jar:3.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
                \- commons-collections:commons-collections:jar:3.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
                \- commons-collections:commons-collections:jar:3.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
                \- commons-collections:commons-collections:jar:3.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
                \- commons-collections:commons-collections:jar:3.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
       \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
          \- org.apache.velocity:velocity-tools:jar:2.0:compile
             \- commons-collections:commons-collections:jar:3.2:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.velocity:velocity-tools:jar:2.0:compile
                \- commons-collections:commons-collections:jar:3.2:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.velocity:velocity-tools:jar:2.0:compile
                \- commons-collections:commons-collections:jar:3.2:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.velocity:velocity-tools:jar:2.0:compile
                \- commons-collections:commons-collections:jar:3.2:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.velocity:velocity-tools:jar:2.0:compile
                \- commons-collections:commons-collections:jar:3.2:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.velocity:velocity-tools:jar:2.0:compile
                \- commons-collections:commons-collections:jar:3.2:compile

  • +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
       \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
          \- org.apache.velocity:velocity:jar:1.7:compile
             \- commons-collections:commons-collections:jar:3.2.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.velocity:velocity:jar:1.7:compile
                \- commons-collections:commons-collections:jar:3.2.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.velocity:velocity:jar:1.7:compile
                \- commons-collections:commons-collections:jar:3.2.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.velocity:velocity:jar:1.7:compile
                \- commons-collections:commons-collections:jar:3.2.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.velocity:velocity:jar:1.7:compile
                \- commons-collections:commons-collections:jar:3.2.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.velocity:velocity:jar:1.7:compile
                \- commons-collections:commons-collections:jar:3.2.1:compile

  • 3.1
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
         \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
            \- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
               \- commons-collections:commons-collections:jar:3.1:compile

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
                  \- commons-collections:commons-collections:jar:3.1:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
                  \- commons-collections:commons-collections:jar:3.1:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
                  \- commons-collections:commons-collections:jar:3.1:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
                  \- commons-collections:commons-collections:jar:3.1:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
                  \- commons-collections:commons-collections:jar:3.1:compile

    3.2
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
         \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
            \- org.apache.velocity:velocity-tools:jar:2.0:compile
               \- commons-collections:commons-collections:jar:3.2:compile

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.velocity:velocity-tools:jar:2.0:compile
                  \- commons-collections:commons-collections:jar:3.2:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.velocity:velocity-tools:jar:2.0:compile
                  \- commons-collections:commons-collections:jar:3.2:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.velocity:velocity-tools:jar:2.0:compile
                  \- commons-collections:commons-collections:jar:3.2:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.velocity:velocity-tools:jar:2.0:compile
                  \- commons-collections:commons-collections:jar:3.2:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.velocity:velocity-tools:jar:2.0:compile
                  \- commons-collections:commons-collections:jar:3.2:compile

    3.2.1
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
         \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
            \- org.apache.velocity:velocity:jar:1.7:compile
               \- commons-collections:commons-collections:jar:3.2.1:compile

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.velocity:velocity:jar:1.7:compile
                  \- commons-collections:commons-collections:jar:3.2.1:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.velocity:velocity:jar:1.7:compile
                  \- commons-collections:commons-collections:jar:3.2.1:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.velocity:velocity:jar:1.7:compile
                  \- commons-collections:commons-collections:jar:3.2.1:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.velocity:velocity:jar:1.7:compile
                  \- commons-collections:commons-collections:jar:3.2.1:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.velocity:velocity:jar:1.7:compile
                  \- commons-collections:commons-collections:jar:3.2.1:compile

    3.2.2
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
         \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
            \- commons-collections:commons-collections:jar:3.2.2:compile

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- commons-collections:commons-collections:jar:3.2.2:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- commons-collections:commons-collections:jar:3.2.2:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- commons-collections:commons-collections:jar:3.2.2:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- commons-collections:commons-collections:jar:3.2.2:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- commons-collections:commons-collections:jar:3.2.2:compile

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
       \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
          \- commons-collections:commons-collections:jar:3.2.2:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- commons-collections:commons-collections:jar:3.2.2:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- commons-collections:commons-collections:jar:3.2.2:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- commons-collections:commons-collections:jar:3.2.2:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- commons-collections:commons-collections:jar:3.2.2:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- commons-collections:commons-collections:jar:3.2.2:compile

  • commons-digester:commons-digester

    @@ -202,22 +202,22 @@

    commons-digester:commons-dig

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
       \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
          \- org.apache.velocity:velocity-tools:jar:2.0:compile
             \- commons-chain:commons-chain:jar:1.1:compile
                \- commons-digester:commons-digester:jar:1.6:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.velocity:velocity-tools:jar:2.0:compile
                \- commons-chain:commons-chain:jar:1.1:compile
                   \- commons-digester:commons-digester:jar:1.6:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.velocity:velocity-tools:jar:2.0:compile
                \- commons-chain:commons-chain:jar:1.1:compile
                   \- commons-digester:commons-digester:jar:1.6:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.velocity:velocity-tools:jar:2.0:compile
                \- commons-chain:commons-chain:jar:1.1:compile
                   \- commons-digester:commons-digester:jar:1.6:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.velocity:velocity-tools:jar:2.0:compile
                \- commons-chain:commons-chain:jar:1.1:compile
                   \- commons-digester:commons-digester:jar:1.6:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.velocity:velocity-tools:jar:2.0:compile
                \- commons-chain:commons-chain:jar:1.1:compile
                   \- commons-digester:commons-digester:jar:1.6:compile

  • 1.6
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
         \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
            \- org.apache.velocity:velocity-tools:jar:2.0:compile
               \- commons-chain:commons-chain:jar:1.1:compile
                  \- commons-digester:commons-digester:jar:1.6:compile

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.velocity:velocity-tools:jar:2.0:compile
                  \- commons-chain:commons-chain:jar:1.1:compile
                     \- commons-digester:commons-digester:jar:1.6:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.velocity:velocity-tools:jar:2.0:compile
                  \- commons-chain:commons-chain:jar:1.1:compile
                     \- commons-digester:commons-digester:jar:1.6:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.velocity:velocity-tools:jar:2.0:compile
                  \- commons-chain:commons-chain:jar:1.1:compile
                     \- commons-digester:commons-digester:jar:1.6:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.velocity:velocity-tools:jar:2.0:compile
                  \- commons-chain:commons-chain:jar:1.1:compile
                     \- commons-digester:commons-digester:jar:1.6:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.velocity:velocity-tools:jar:2.0:compile
                  \- commons-chain:commons-chain:jar:1.1:compile
                     \- commons-digester:commons-digester:jar:1.6:compile

    1.8
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
         \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
            \- org.apache.velocity:velocity-tools:jar:2.0:compile
               \- commons-digester:commons-digester:jar:1.8:compile

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.velocity:velocity-tools:jar:2.0:compile
                  \- commons-digester:commons-digester:jar:1.8:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.velocity:velocity-tools:jar:2.0:compile
                  \- commons-digester:commons-digester:jar:1.8:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.velocity:velocity-tools:jar:2.0:compile
                  \- commons-digester:commons-digester:jar:1.8:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.velocity:velocity-tools:jar:2.0:compile
                  \- commons-digester:commons-digester:jar:1.8:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.velocity:velocity-tools:jar:2.0:compile
                  \- commons-digester:commons-digester:jar:1.8:compile

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
       \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
          \- org.apache.velocity:velocity-tools:jar:2.0:compile
             \- commons-digester:commons-digester:jar:1.8:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.velocity:velocity-tools:jar:2.0:compile
                \- commons-digester:commons-digester:jar:1.8:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.velocity:velocity-tools:jar:2.0:compile
                \- commons-digester:commons-digester:jar:1.8:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.velocity:velocity-tools:jar:2.0:compile
                \- commons-digester:commons-digester:jar:1.8:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.velocity:velocity-tools:jar:2.0:compile
                \- commons-digester:commons-digester:jar:1.8:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.velocity:velocity-tools:jar:2.0:compile
                \- commons-digester:commons-digester:jar:1.8:compile

  • commons-logging:commons-logging

    @@ -228,32 +228,32 @@

    commons-logging:commons-loggin

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
       \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
          \- org.apache.velocity:velocity-tools:jar:2.0:compile
             +- commons-beanutils:commons-beanutils:jar:1.7.0:compile
             |  \- commons-logging:commons-logging:jar:1.0.3:compile
             \- commons-chain:commons-chain:jar:1.1:compile
                \- commons-logging:commons-logging:jar:1.0.3:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.velocity:velocity-tools:jar:2.0:compile
                +- commons-beanutils:commons-beanutils:jar:1.7.0:compile
                |  \- commons-logging:commons-logging:jar:1.0.3:compile
                \- commons-chain:commons-chain:jar:1.1:compile
                   \- commons-logging:commons-logging:jar:1.0.3:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.velocity:velocity-tools:jar:2.0:compile
                +- commons-beanutils:commons-beanutils:jar:1.7.0:compile
                |  \- commons-logging:commons-logging:jar:1.0.3:compile
                \- commons-chain:commons-chain:jar:1.1:compile
                   \- commons-logging:commons-logging:jar:1.0.3:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.velocity:velocity-tools:jar:2.0:compile
                +- commons-beanutils:commons-beanutils:jar:1.7.0:compile
                |  \- commons-logging:commons-logging:jar:1.0.3:compile
                \- commons-chain:commons-chain:jar:1.1:compile
                   \- commons-logging:commons-logging:jar:1.0.3:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.velocity:velocity-tools:jar:2.0:compile
                +- commons-beanutils:commons-beanutils:jar:1.7.0:compile
                |  \- commons-logging:commons-logging:jar:1.0.3:compile
                \- commons-chain:commons-chain:jar:1.1:compile
                   \- commons-logging:commons-logging:jar:1.0.3:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.velocity:velocity-tools:jar:2.0:compile
                +- commons-beanutils:commons-beanutils:jar:1.7.0:compile
                |  \- commons-logging:commons-logging:jar:1.0.3:compile
                \- commons-chain:commons-chain:jar:1.1:compile
                   \- commons-logging:commons-logging:jar:1.0.3:compile

  • +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
       \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
          +- org.apache.velocity:velocity:jar:1.7:compile
          |  \- commons-logging:commons-logging:jar:1.1:provided
          \- org.apache.velocity:velocity-tools:jar:2.0:compile
             +- commons-digester:commons-digester:jar:1.8:compile
             |  \- commons-logging:commons-logging:jar:1.1:compile
             \- commons-logging:commons-logging:jar:1.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             +- org.apache.velocity:velocity:jar:1.7:compile
             |  \- commons-logging:commons-logging:jar:1.1:provided
             \- org.apache.velocity:velocity-tools:jar:2.0:compile
                +- commons-digester:commons-digester:jar:1.8:compile
                |  \- commons-logging:commons-logging:jar:1.1:compile
                \- commons-logging:commons-logging:jar:1.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             +- org.apache.velocity:velocity:jar:1.7:compile
             |  \- commons-logging:commons-logging:jar:1.1:provided
             \- org.apache.velocity:velocity-tools:jar:2.0:compile
                +- commons-digester:commons-digester:jar:1.8:compile
                |  \- commons-logging:commons-logging:jar:1.1:compile
                \- commons-logging:commons-logging:jar:1.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             +- org.apache.velocity:velocity:jar:1.7:compile
             |  \- commons-logging:commons-logging:jar:1.1:provided
             \- org.apache.velocity:velocity-tools:jar:2.0:compile
                +- commons-digester:commons-digester:jar:1.8:compile
                |  \- commons-logging:commons-logging:jar:1.1:compile
                \- commons-logging:commons-logging:jar:1.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             +- org.apache.velocity:velocity:jar:1.7:compile
             |  \- commons-logging:commons-logging:jar:1.1:provided
             \- org.apache.velocity:velocity-tools:jar:2.0:compile
                +- commons-digester:commons-digester:jar:1.8:compile
                |  \- commons-logging:commons-logging:jar:1.1:compile
                \- commons-logging:commons-logging:jar:1.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             +- org.apache.velocity:velocity:jar:1.7:compile
             |  \- commons-logging:commons-logging:jar:1.1:provided
             \- org.apache.velocity:velocity-tools:jar:2.0:compile
                +- commons-digester:commons-digester:jar:1.8:compile
                |  \- commons-logging:commons-logging:jar:1.1:compile
                \- commons-logging:commons-logging:jar:1.1:compile

  • 1.0.3
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
         \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
            \- org.apache.velocity:velocity-tools:jar:2.0:compile
               +- commons-beanutils:commons-beanutils:jar:1.7.0:compile
               |  \- commons-logging:commons-logging:jar:1.0.3:compile
               \- commons-chain:commons-chain:jar:1.1:compile
                  \- commons-logging:commons-logging:jar:1.0.3:compile

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.velocity:velocity-tools:jar:2.0:compile
                  +- commons-beanutils:commons-beanutils:jar:1.7.0:compile
                  |  \- commons-logging:commons-logging:jar:1.0.3:compile
                  \- commons-chain:commons-chain:jar:1.1:compile
                     \- commons-logging:commons-logging:jar:1.0.3:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.velocity:velocity-tools:jar:2.0:compile
                  +- commons-beanutils:commons-beanutils:jar:1.7.0:compile
                  |  \- commons-logging:commons-logging:jar:1.0.3:compile
                  \- commons-chain:commons-chain:jar:1.1:compile
                     \- commons-logging:commons-logging:jar:1.0.3:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.velocity:velocity-tools:jar:2.0:compile
                  +- commons-beanutils:commons-beanutils:jar:1.7.0:compile
                  |  \- commons-logging:commons-logging:jar:1.0.3:compile
                  \- commons-chain:commons-chain:jar:1.1:compile
                     \- commons-logging:commons-logging:jar:1.0.3:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.velocity:velocity-tools:jar:2.0:compile
                  +- commons-beanutils:commons-beanutils:jar:1.7.0:compile
                  |  \- commons-logging:commons-logging:jar:1.0.3:compile
                  \- commons-chain:commons-chain:jar:1.1:compile
                     \- commons-logging:commons-logging:jar:1.0.3:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.velocity:velocity-tools:jar:2.0:compile
                  +- commons-beanutils:commons-beanutils:jar:1.7.0:compile
                  |  \- commons-logging:commons-logging:jar:1.0.3:compile
                  \- commons-chain:commons-chain:jar:1.1:compile
                     \- commons-logging:commons-logging:jar:1.0.3:compile

    1.1
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
         \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
            +- org.apache.velocity:velocity:jar:1.7:compile
            |  \- commons-logging:commons-logging:jar:1.1:provided
            \- org.apache.velocity:velocity-tools:jar:2.0:compile
               +- commons-digester:commons-digester:jar:1.8:compile
               |  \- commons-logging:commons-logging:jar:1.1:compile
               \- commons-logging:commons-logging:jar:1.1:compile

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               +- org.apache.velocity:velocity:jar:1.7:compile
               |  \- commons-logging:commons-logging:jar:1.1:provided
               \- org.apache.velocity:velocity-tools:jar:2.0:compile
                  +- commons-digester:commons-digester:jar:1.8:compile
                  |  \- commons-logging:commons-logging:jar:1.1:compile
                  \- commons-logging:commons-logging:jar:1.1:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               +- org.apache.velocity:velocity:jar:1.7:compile
               |  \- commons-logging:commons-logging:jar:1.1:provided
               \- org.apache.velocity:velocity-tools:jar:2.0:compile
                  +- commons-digester:commons-digester:jar:1.8:compile
                  |  \- commons-logging:commons-logging:jar:1.1:compile
                  \- commons-logging:commons-logging:jar:1.1:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               +- org.apache.velocity:velocity:jar:1.7:compile
               |  \- commons-logging:commons-logging:jar:1.1:provided
               \- org.apache.velocity:velocity-tools:jar:2.0:compile
                  +- commons-digester:commons-digester:jar:1.8:compile
                  |  \- commons-logging:commons-logging:jar:1.1:compile
                  \- commons-logging:commons-logging:jar:1.1:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               +- org.apache.velocity:velocity:jar:1.7:compile
               |  \- commons-logging:commons-logging:jar:1.1:provided
               \- org.apache.velocity:velocity-tools:jar:2.0:compile
                  +- commons-digester:commons-digester:jar:1.8:compile
                  |  \- commons-logging:commons-logging:jar:1.1:compile
                  \- commons-logging:commons-logging:jar:1.1:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               +- org.apache.velocity:velocity:jar:1.7:compile
               |  \- commons-logging:commons-logging:jar:1.1:provided
               \- org.apache.velocity:velocity-tools:jar:2.0:compile
                  +- commons-digester:commons-digester:jar:1.8:compile
                  |  \- commons-logging:commons-logging:jar:1.1:compile
                  \- commons-logging:commons-logging:jar:1.1:compile

    1.2
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
         \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
            \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
               \- commons-logging:commons-logging:jar:1.2:compile

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
               \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
                  \- commons-logging:commons-logging:jar:1.2:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
               \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
                  \- commons-logging:commons-logging:jar:1.2:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
               \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
                  \- commons-logging:commons-logging:jar:1.2:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
               \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
                  \- commons-logging:commons-logging:jar:1.2:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
               \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
                  \- commons-logging:commons-logging:jar:1.2:compile

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
       \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
          \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
             \- commons-logging:commons-logging:jar:1.2:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
             \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
                \- commons-logging:commons-logging:jar:1.2:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
             \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
                \- commons-logging:commons-logging:jar:1.2:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
             \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
                \- commons-logging:commons-logging:jar:1.2:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
             \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
                \- commons-logging:commons-logging:jar:1.2:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
             \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
                \- commons-logging:commons-logging:jar:1.2:compile

  • org.apache.commons:commons-lang3

    @@ -264,22 +264,22 @@

    org.apache.commons:commons-la

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
       \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
          \- org.apache.commons:commons-text:jar:1.3:compile
             \- org.apache.commons:commons-lang3:jar:3.7:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
             \- org.apache.commons:commons-text:jar:1.3:compile
                \- org.apache.commons:commons-lang3:jar:3.7:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
             \- org.apache.commons:commons-text:jar:1.3:compile
                \- org.apache.commons:commons-lang3:jar:3.7:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
             \- org.apache.commons:commons-text:jar:1.3:compile
                \- org.apache.commons:commons-lang3:jar:3.7:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
             \- org.apache.commons:commons-text:jar:1.3:compile
                \- org.apache.commons:commons-lang3:jar:3.7:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
             \- org.apache.commons:commons-text:jar:1.3:compile
                \- org.apache.commons:commons-lang3:jar:3.7:compile

  • 3.7
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
         \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
            \- org.apache.commons:commons-text:jar:1.3:compile
               \- org.apache.commons:commons-lang3:jar:3.7:compile

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
               \- org.apache.commons:commons-text:jar:1.3:compile
                  \- org.apache.commons:commons-lang3:jar:3.7:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
               \- org.apache.commons:commons-text:jar:1.3:compile
                  \- org.apache.commons:commons-lang3:jar:3.7:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
               \- org.apache.commons:commons-text:jar:1.3:compile
                  \- org.apache.commons:commons-lang3:jar:3.7:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
               \- org.apache.commons:commons-text:jar:1.3:compile
                  \- org.apache.commons:commons-lang3:jar:3.7:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
               \- org.apache.commons:commons-text:jar:1.3:compile
                  \- org.apache.commons:commons-lang3:jar:3.7:compile

    3.8.1
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      +- org.apache.maven:maven-artifact:jar:3.6.3:provided
      |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
      +- org.apache.maven:maven-core:jar:3.6.3:provided
      |  \- org.apache.commons:commons-lang3:jar:3.8.1:provided
      \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
         +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
         |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
         \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
            \- org.apache.commons:commons-lang3:jar:3.8.1:compile

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-artifact:jar:3.6.3:compile
         |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
         +- org.apache.maven:maven-core:jar:3.6.3:compile
         |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
            |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.commons:commons-lang3:jar:3.8.1:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-artifact:jar:3.6.3:compile
         |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
         +- org.apache.maven:maven-core:jar:3.6.3:compile
         |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
            |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.commons:commons-lang3:jar:3.8.1:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-artifact:jar:3.6.3:compile
         |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
         +- org.apache.maven:maven-core:jar:3.6.3:compile
         |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
            |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.commons:commons-lang3:jar:3.8.1:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-artifact:jar:3.6.3:compile
         |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
         +- org.apache.maven:maven-core:jar:3.6.3:compile
         |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
            |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.commons:commons-lang3:jar:3.8.1:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-artifact:jar:3.6.3:compile
         |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
         +- org.apache.maven:maven-core:jar:3.6.3:compile
         |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
            |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.commons:commons-lang3:jar:3.8.1:compile

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    +- org.apache.maven:maven-artifact:jar:3.6.3:provided
    |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
    +- org.apache.maven:maven-core:jar:3.6.3:provided
    |  \- org.apache.commons:commons-lang3:jar:3.8.1:provided
    \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
       +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
       |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
       \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
          \- org.apache.commons:commons-lang3:jar:3.8.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-artifact:jar:3.6.3:compile
       |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
       +- org.apache.maven:maven-core:jar:3.6.3:compile
       |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
          |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.commons:commons-lang3:jar:3.8.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-artifact:jar:3.6.3:compile
       |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
       +- org.apache.maven:maven-core:jar:3.6.3:compile
       |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
          |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.commons:commons-lang3:jar:3.8.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-artifact:jar:3.6.3:compile
       |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
       +- org.apache.maven:maven-core:jar:3.6.3:compile
       |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
          |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.commons:commons-lang3:jar:3.8.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-artifact:jar:3.6.3:compile
       |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
       +- org.apache.maven:maven-core:jar:3.6.3:compile
       |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
          |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.commons:commons-lang3:jar:3.8.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-artifact:jar:3.6.3:compile
       |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
       +- org.apache.maven:maven-core:jar:3.6.3:compile
       |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
          |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.commons:commons-lang3:jar:3.8.1:compile

  • org.apache.httpcomponents:httpcore

    @@ -290,22 +290,22 @@

    org.apache.httpcomponents:h

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
       \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
          \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
             \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
             \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
                \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
             \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
                \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
             \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
                \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
             \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
                \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
             \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
                \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile

  • 4.4.13
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
         \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
            \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
               \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
               \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
                  \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
               \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
                  \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
               \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
                  \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
               \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
                  \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
               \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
                  \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile

    4.4.14
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
         \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
            \- org.apache.httpcomponents:httpcore:jar:4.4.14:compile

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
               \- org.apache.httpcomponents:httpcore:jar:4.4.14:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
               \- org.apache.httpcomponents:httpcore:jar:4.4.14:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
               \- org.apache.httpcomponents:httpcore:jar:4.4.14:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
               \- org.apache.httpcomponents:httpcore:jar:4.4.14:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
               \- org.apache.httpcomponents:httpcore:jar:4.4.14:compile

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
       \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
          \- org.apache.httpcomponents:httpcore:jar:4.4.14:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
             \- org.apache.httpcomponents:httpcore:jar:4.4.14:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
             \- org.apache.httpcomponents:httpcore:jar:4.4.14:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
             \- org.apache.httpcomponents:httpcore:jar:4.4.14:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
             \- org.apache.httpcomponents:httpcore:jar:4.4.14:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
             \- org.apache.httpcomponents:httpcore:jar:4.4.14:compile

  • org.apache.maven.plugin-tools:maven-plugin-annotations

    @@ -316,22 +316,22 @@

    org.apa

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
       \- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2:provided

  • 3.5.2
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
         \- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2:provided

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2:provided

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2:provided

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2:provided

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2:provided

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2:provided

    3.6.4
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.6.4:compile

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.6.4:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.6.4:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.6.4:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.6.4:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.6.4:compile

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.6.4:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.6.4:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.6.4:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.6.4:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.6.4:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.6.4:compile

  • org.apache.maven.shared:maven-shared-utils

    @@ -342,22 +342,22 @@

    org.apache.maven.sh

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven:maven-core:jar:3.6.3:provided
       \- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile

  • 3.2.1
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven:maven-core:jar:3.6.3:provided
         \- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile

    3.3.3
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
         \- org.apache.maven.shared:maven-shared-utils:jar:3.3.3:compile

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.shared:maven-shared-utils:jar:3.3.3:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.shared:maven-shared-utils:jar:3.3.3:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.shared:maven-shared-utils:jar:3.3.3:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.shared:maven-shared-utils:jar:3.3.3:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.shared:maven-shared-utils:jar:3.3.3:compile

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
       \- org.apache.maven.shared:maven-shared-utils:jar:3.3.3:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.shared:maven-shared-utils:jar:3.3.3:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.shared:maven-shared-utils:jar:3.3.3:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.shared:maven-shared-utils:jar:3.3.3:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.shared:maven-shared-utils:jar:3.3.3:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.shared:maven-shared-utils:jar:3.3.3:compile

  • org.apache.maven:maven-artifact

    @@ -368,22 +368,22 @@

    org.apache.maven:maven-artifac

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
       \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
          \- org.apache.maven:maven-artifact:jar:3.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.maven:maven-artifact:jar:3.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.maven:maven-artifact:jar:3.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.maven:maven-artifact:jar:3.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.maven:maven-artifact:jar:3.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.maven:maven-artifact:jar:3.0:compile

  • 3.0
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
         \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
            \- org.apache.maven:maven-artifact:jar:3.0:compile

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.maven:maven-artifact:jar:3.0:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.maven:maven-artifact:jar:3.0:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.maven:maven-artifact:jar:3.0:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.maven:maven-artifact:jar:3.0:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.maven:maven-artifact:jar:3.0:compile

    3.6.3
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      +- org.apache.maven:maven-plugin-api:jar:3.6.3:provided
      |  \- org.apache.maven:maven-artifact:jar:3.6.3:provided
      +- org.apache.maven:maven-artifact:jar:3.6.3:provided
      \- org.apache.maven:maven-core:jar:3.6.3:provided
         +- org.apache.maven:maven-artifact:jar:3.6.3:provided
         \- org.apache.maven:maven-model-builder:jar:3.6.3:provided
            \- org.apache.maven:maven-artifact:jar:3.6.3:provided

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
         |  \- org.apache.maven:maven-artifact:jar:3.6.3:compile
         +- org.apache.maven:maven-artifact:jar:3.6.3:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            +- org.apache.maven:maven-artifact:jar:3.6.3:compile
            \- org.apache.maven:maven-model-builder:jar:3.6.3:compile
               \- org.apache.maven:maven-artifact:jar:3.6.3:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
         |  \- org.apache.maven:maven-artifact:jar:3.6.3:compile
         +- org.apache.maven:maven-artifact:jar:3.6.3:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            +- org.apache.maven:maven-artifact:jar:3.6.3:compile
            \- org.apache.maven:maven-model-builder:jar:3.6.3:compile
               \- org.apache.maven:maven-artifact:jar:3.6.3:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
         |  \- org.apache.maven:maven-artifact:jar:3.6.3:compile
         +- org.apache.maven:maven-artifact:jar:3.6.3:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            +- org.apache.maven:maven-artifact:jar:3.6.3:compile
            \- org.apache.maven:maven-model-builder:jar:3.6.3:compile
               \- org.apache.maven:maven-artifact:jar:3.6.3:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
         |  \- org.apache.maven:maven-artifact:jar:3.6.3:compile
         +- org.apache.maven:maven-artifact:jar:3.6.3:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            +- org.apache.maven:maven-artifact:jar:3.6.3:compile
            \- org.apache.maven:maven-model-builder:jar:3.6.3:compile
               \- org.apache.maven:maven-artifact:jar:3.6.3:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
         |  \- org.apache.maven:maven-artifact:jar:3.6.3:compile
         +- org.apache.maven:maven-artifact:jar:3.6.3:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            +- org.apache.maven:maven-artifact:jar:3.6.3:compile
            \- org.apache.maven:maven-model-builder:jar:3.6.3:compile
               \- org.apache.maven:maven-artifact:jar:3.6.3:compile

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    +- org.apache.maven:maven-plugin-api:jar:3.6.3:provided
    |  \- org.apache.maven:maven-artifact:jar:3.6.3:provided
    +- org.apache.maven:maven-artifact:jar:3.6.3:provided
    \- org.apache.maven:maven-core:jar:3.6.3:provided
       +- org.apache.maven:maven-artifact:jar:3.6.3:provided
       \- org.apache.maven:maven-model-builder:jar:3.6.3:provided
          \- org.apache.maven:maven-artifact:jar:3.6.3:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
       |  \- org.apache.maven:maven-artifact:jar:3.6.3:compile
       +- org.apache.maven:maven-artifact:jar:3.6.3:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          +- org.apache.maven:maven-artifact:jar:3.6.3:compile
          \- org.apache.maven:maven-model-builder:jar:3.6.3:compile
             \- org.apache.maven:maven-artifact:jar:3.6.3:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
       |  \- org.apache.maven:maven-artifact:jar:3.6.3:compile
       +- org.apache.maven:maven-artifact:jar:3.6.3:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          +- org.apache.maven:maven-artifact:jar:3.6.3:compile
          \- org.apache.maven:maven-model-builder:jar:3.6.3:compile
             \- org.apache.maven:maven-artifact:jar:3.6.3:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
       |  \- org.apache.maven:maven-artifact:jar:3.6.3:compile
       +- org.apache.maven:maven-artifact:jar:3.6.3:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          +- org.apache.maven:maven-artifact:jar:3.6.3:compile
          \- org.apache.maven:maven-model-builder:jar:3.6.3:compile
             \- org.apache.maven:maven-artifact:jar:3.6.3:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
       |  \- org.apache.maven:maven-artifact:jar:3.6.3:compile
       +- org.apache.maven:maven-artifact:jar:3.6.3:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          +- org.apache.maven:maven-artifact:jar:3.6.3:compile
          \- org.apache.maven:maven-model-builder:jar:3.6.3:compile
             \- org.apache.maven:maven-artifact:jar:3.6.3:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
       |  \- org.apache.maven:maven-artifact:jar:3.6.3:compile
       +- org.apache.maven:maven-artifact:jar:3.6.3:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          +- org.apache.maven:maven-artifact:jar:3.6.3:compile
          \- org.apache.maven:maven-model-builder:jar:3.6.3:compile
             \- org.apache.maven:maven-artifact:jar:3.6.3:compile

  • org.apache.maven:maven-core

    @@ -394,22 +394,22 @@

    org.apache.maven:maven-core

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
       \- org.apache.maven:maven-core:jar:3.1.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven:maven-core:jar:3.1.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven:maven-core:jar:3.1.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven:maven-core:jar:3.1.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven:maven-core:jar:3.1.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven:maven-core:jar:3.1.0:compile

  • 3.1.0
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
         \- org.apache.maven:maven-core:jar:3.1.0:compile

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven:maven-core:jar:3.1.0:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven:maven-core:jar:3.1.0:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven:maven-core:jar:3.1.0:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven:maven-core:jar:3.1.0:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven:maven-core:jar:3.1.0:compile

    3.6.3
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven:maven-core:jar:3.6.3:provided

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven:maven-core:jar:3.6.3:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile

  • org.apache.maven:maven-plugin-api

    @@ -420,22 +420,22 @@

    org.apache.maven:maven-plugi

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
       \- org.apache.maven:maven-plugin-api:jar:3.1.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven:maven-plugin-api:jar:3.1.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven:maven-plugin-api:jar:3.1.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven:maven-plugin-api:jar:3.1.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven:maven-plugin-api:jar:3.1.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven:maven-plugin-api:jar:3.1.0:compile

  • 3.1.0
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
         \- org.apache.maven:maven-plugin-api:jar:3.1.0:compile

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven:maven-plugin-api:jar:3.1.0:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven:maven-plugin-api:jar:3.1.0:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven:maven-plugin-api:jar:3.1.0:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven:maven-plugin-api:jar:3.1.0:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven:maven-plugin-api:jar:3.1.0:compile

    3.6.3
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      +- org.apache.maven:maven-plugin-api:jar:3.6.3:provided
      \- org.apache.maven:maven-core:jar:3.6.3:provided
         \- org.apache.maven:maven-plugin-api:jar:3.6.3:provided

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    +- org.apache.maven:maven-plugin-api:jar:3.6.3:provided
    \- org.apache.maven:maven-core:jar:3.6.3:provided
       \- org.apache.maven:maven-plugin-api:jar:3.6.3:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile

  • org.apache.velocity:velocity

    @@ -446,22 +446,22 @@

    org.apache.velocity:velocity

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
       \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
          \- org.apache.velocity:velocity-tools:jar:2.0:compile
             \- org.apache.velocity:velocity:jar:1.6.2:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.velocity:velocity-tools:jar:2.0:compile
                \- org.apache.velocity:velocity:jar:1.6.2:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.velocity:velocity-tools:jar:2.0:compile
                \- org.apache.velocity:velocity:jar:1.6.2:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.velocity:velocity-tools:jar:2.0:compile
                \- org.apache.velocity:velocity:jar:1.6.2:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.velocity:velocity-tools:jar:2.0:compile
                \- org.apache.velocity:velocity:jar:1.6.2:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.apache.velocity:velocity-tools:jar:2.0:compile
                \- org.apache.velocity:velocity:jar:1.6.2:compile

  • 1.6.2
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
         \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
            \- org.apache.velocity:velocity-tools:jar:2.0:compile
               \- org.apache.velocity:velocity:jar:1.6.2:compile

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.velocity:velocity-tools:jar:2.0:compile
                  \- org.apache.velocity:velocity:jar:1.6.2:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.velocity:velocity-tools:jar:2.0:compile
                  \- org.apache.velocity:velocity:jar:1.6.2:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.velocity:velocity-tools:jar:2.0:compile
                  \- org.apache.velocity:velocity:jar:1.6.2:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.velocity:velocity-tools:jar:2.0:compile
                  \- org.apache.velocity:velocity:jar:1.6.2:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.apache.velocity:velocity-tools:jar:2.0:compile
                  \- org.apache.velocity:velocity:jar:1.6.2:compile

    1.7
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
         \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
            +- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
            |  \- org.apache.velocity:velocity:jar:1.7:compile
            \- org.apache.velocity:velocity:jar:1.7:compile

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               +- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
               |  \- org.apache.velocity:velocity:jar:1.7:compile
               \- org.apache.velocity:velocity:jar:1.7:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               +- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
               |  \- org.apache.velocity:velocity:jar:1.7:compile
               \- org.apache.velocity:velocity:jar:1.7:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               +- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
               |  \- org.apache.velocity:velocity:jar:1.7:compile
               \- org.apache.velocity:velocity:jar:1.7:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               +- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
               |  \- org.apache.velocity:velocity:jar:1.7:compile
               \- org.apache.velocity:velocity:jar:1.7:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               +- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
               |  \- org.apache.velocity:velocity:jar:1.7:compile
               \- org.apache.velocity:velocity:jar:1.7:compile

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
       \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
          +- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
          |  \- org.apache.velocity:velocity:jar:1.7:compile
          \- org.apache.velocity:velocity:jar:1.7:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             +- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
             |  \- org.apache.velocity:velocity:jar:1.7:compile
             \- org.apache.velocity:velocity:jar:1.7:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             +- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
             |  \- org.apache.velocity:velocity:jar:1.7:compile
             \- org.apache.velocity:velocity:jar:1.7:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             +- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
             |  \- org.apache.velocity:velocity:jar:1.7:compile
             \- org.apache.velocity:velocity:jar:1.7:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             +- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
             |  \- org.apache.velocity:velocity:jar:1.7:compile
             \- org.apache.velocity:velocity:jar:1.7:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             +- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
             |  \- org.apache.velocity:velocity:jar:1.7:compile
             \- org.apache.velocity:velocity:jar:1.7:compile

  • org.codehaus.plexus:plexus-classworlds

    @@ -472,22 +472,22 @@

    org.codehaus.plexus:ple

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven:maven-plugin-api:jar:3.6.3:provided
       \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:provided
          \- org.codehaus.plexus:plexus-classworlds:jar:2.5.2:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
          \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
             \- org.codehaus.plexus:plexus-classworlds:jar:2.5.2:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
          \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
             \- org.codehaus.plexus:plexus-classworlds:jar:2.5.2:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
          \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
             \- org.codehaus.plexus:plexus-classworlds:jar:2.5.2:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
          \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
             \- org.codehaus.plexus:plexus-classworlds:jar:2.5.2:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
          \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
             \- org.codehaus.plexus:plexus-classworlds:jar:2.5.2:compile

  • 2.5.2
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven:maven-plugin-api:jar:3.6.3:provided
         \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:provided
            \- org.codehaus.plexus:plexus-classworlds:jar:2.5.2:provided

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
            \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
               \- org.codehaus.plexus:plexus-classworlds:jar:2.5.2:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
            \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
               \- org.codehaus.plexus:plexus-classworlds:jar:2.5.2:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
            \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
               \- org.codehaus.plexus:plexus-classworlds:jar:2.5.2:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
            \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
               \- org.codehaus.plexus:plexus-classworlds:jar:2.5.2:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
            \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
               \- org.codehaus.plexus:plexus-classworlds:jar:2.5.2:compile

    2.6.0
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      +- org.apache.maven:maven-plugin-api:jar:3.6.3:provided
      |  \- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:provided
      \- org.apache.maven:maven-core:jar:3.6.3:provided
         \- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:provided

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
         |  \- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
         |  \- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
         |  \- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
         |  \- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
         |  \- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    +- org.apache.maven:maven-plugin-api:jar:3.6.3:provided
    |  \- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:provided
    \- org.apache.maven:maven-core:jar:3.6.3:provided
       \- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
       |  \- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
       |  \- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
       |  \- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
       |  \- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
       |  \- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile

  • org.codehaus.plexus:plexus-component-annotations

    @@ -498,32 +498,32 @@

    org.codehaus.

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven:maven-plugin-api:jar:3.6.3:provided
       \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:provided
          \- org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
          \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
             \- org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
          \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
             \- org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
          \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
             \- org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
          \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
             \- org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
          \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
             \- org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile

  • +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
       +- org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1:compile
       |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.0.0:compile
       \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
          \- org.codehaus.plexus:plexus-component-annotations:jar:2.0.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          +- org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1:compile
          |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.0.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.codehaus.plexus:plexus-component-annotations:jar:2.0.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          +- org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1:compile
          |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.0.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.codehaus.plexus:plexus-component-annotations:jar:2.0.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          +- org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1:compile
          |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.0.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.codehaus.plexus:plexus-component-annotations:jar:2.0.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          +- org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1:compile
          |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.0.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.codehaus.plexus:plexus-component-annotations:jar:2.0.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          +- org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1:compile
          |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.0.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.codehaus.plexus:plexus-component-annotations:jar:2.0.0:compile

  • 1.5.5
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven:maven-plugin-api:jar:3.6.3:provided
         \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:provided
            \- org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:provided

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
            \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
               \- org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
            \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
               \- org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
            \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
               \- org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
            \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
               \- org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
            \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
               \- org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile

    2.0.0
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
         +- org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1:compile
         |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.0.0:compile
         \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
            \- org.codehaus.plexus:plexus-component-annotations:jar:2.0.0:compile

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            +- org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1:compile
            |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.0.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.codehaus.plexus:plexus-component-annotations:jar:2.0.0:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            +- org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1:compile
            |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.0.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.codehaus.plexus:plexus-component-annotations:jar:2.0.0:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            +- org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1:compile
            |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.0.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.codehaus.plexus:plexus-component-annotations:jar:2.0.0:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            +- org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1:compile
            |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.0.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.codehaus.plexus:plexus-component-annotations:jar:2.0.0:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            +- org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1:compile
            |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.0.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.codehaus.plexus:plexus-component-annotations:jar:2.0.0:compile

    2.1.0
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      +- org.apache.maven:maven-core:jar:3.6.3:provided
      |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
      \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
         +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
         |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
         \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
            +- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
            |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
            \- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
               \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-core:jar:3.6.3:compile
         |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
            |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               +- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
               |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
               \- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
                  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-core:jar:3.6.3:compile
         |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
            |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               +- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
               |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
               \- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
                  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-core:jar:3.6.3:compile
         |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
            |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               +- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
               |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
               \- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
                  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-core:jar:3.6.3:compile
         |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
            |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               +- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
               |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
               \- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
                  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-core:jar:3.6.3:compile
         |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
            |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               +- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
               |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
               \- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
                  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    +- org.apache.maven:maven-core:jar:3.6.3:provided
    |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
    \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
       +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
       |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
       \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
          +- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
          |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
          \- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
             \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-core:jar:3.6.3:compile
       |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
          |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             +- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
             |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
             \- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
                \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-core:jar:3.6.3:compile
       |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
          |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             +- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
             |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
             \- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
                \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-core:jar:3.6.3:compile
       |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
          |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             +- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
             |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
             \- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
                \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-core:jar:3.6.3:compile
       |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
          |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             +- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
             |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
             \- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
                \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-core:jar:3.6.3:compile
       |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
          |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             +- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
             |  \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
             \- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
                \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile

  • org.codehaus.plexus:plexus-container-default

    @@ -534,22 +534,22 @@

    org.codehaus.plex

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven:maven-core:jar:3.6.3:provided
       \- org.apache.maven:maven-settings-builder:jar:3.6.3:provided
          \- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:provided
             +- org.sonatype.plexus:plexus-cipher:jar:1.4:provided
             |  \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:provided
             \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven:maven-settings-builder:jar:3.6.3:compile
             \- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
                +- org.sonatype.plexus:plexus-cipher:jar:1.4:compile
                |  \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:provided
                \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven:maven-settings-builder:jar:3.6.3:compile
             \- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
                +- org.sonatype.plexus:plexus-cipher:jar:1.4:compile
                |  \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:provided
                \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven:maven-settings-builder:jar:3.6.3:compile
             \- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
                +- org.sonatype.plexus:plexus-cipher:jar:1.4:compile
                |  \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:provided
                \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven:maven-settings-builder:jar:3.6.3:compile
             \- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
                +- org.sonatype.plexus:plexus-cipher:jar:1.4:compile
                |  \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:provided
                \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven:maven-settings-builder:jar:3.6.3:compile
             \- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
                +- org.sonatype.plexus:plexus-cipher:jar:1.4:compile
                |  \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:provided
                \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:provided

  • 1.0-alpha-9-stable-1
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven:maven-core:jar:3.6.3:provided
         \- org.apache.maven:maven-settings-builder:jar:3.6.3:provided
            \- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:provided
               +- org.sonatype.plexus:plexus-cipher:jar:1.4:provided
               |  \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:provided
               \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:provided

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven:maven-settings-builder:jar:3.6.3:compile
               \- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
                  +- org.sonatype.plexus:plexus-cipher:jar:1.4:compile
                  |  \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:provided
                  \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:provided

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven:maven-settings-builder:jar:3.6.3:compile
               \- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
                  +- org.sonatype.plexus:plexus-cipher:jar:1.4:compile
                  |  \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:provided
                  \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:provided

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven:maven-settings-builder:jar:3.6.3:compile
               \- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
                  +- org.sonatype.plexus:plexus-cipher:jar:1.4:compile
                  |  \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:provided
                  \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:provided

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven:maven-settings-builder:jar:3.6.3:compile
               \- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
                  +- org.sonatype.plexus:plexus-cipher:jar:1.4:compile
                  |  \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:provided
                  \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:provided

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven:maven-settings-builder:jar:3.6.3:compile
               \- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
                  +- org.sonatype.plexus:plexus-cipher:jar:1.4:compile
                  |  \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:provided
                  \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:provided

    1.7.1
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven:maven-core:jar:3.6.3:provided
         \- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
            \- org.codehaus.plexus:plexus-container-default:jar:1.7.1:provided

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
               \- org.codehaus.plexus:plexus-container-default:jar:1.7.1:provided

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
               \- org.codehaus.plexus:plexus-container-default:jar:1.7.1:provided

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
               \- org.codehaus.plexus:plexus-container-default:jar:1.7.1:provided

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
               \- org.codehaus.plexus:plexus-container-default:jar:1.7.1:provided

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
               \- org.codehaus.plexus:plexus-container-default:jar:1.7.1:provided

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven:maven-core:jar:3.6.3:provided
       \- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
          \- org.codehaus.plexus:plexus-container-default:jar:1.7.1:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
             \- org.codehaus.plexus:plexus-container-default:jar:1.7.1:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
             \- org.codehaus.plexus:plexus-container-default:jar:1.7.1:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
             \- org.codehaus.plexus:plexus-container-default:jar:1.7.1:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
             \- org.codehaus.plexus:plexus-container-default:jar:1.7.1:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
             \- org.codehaus.plexus:plexus-container-default:jar:1.7.1:provided

  • org.codehaus.plexus:plexus-utils

    @@ -560,62 +560,62 @@

    org.codehaus.plexus:plexus-ut

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
       \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
          \- org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10:compile
             \- org.codehaus.plexus:plexus-utils:jar:1.4.5:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10:compile
                \- org.codehaus.plexus:plexus-utils:jar:1.4.5:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10:compile
                \- org.codehaus.plexus:plexus-utils:jar:1.4.5:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10:compile
                \- org.codehaus.plexus:plexus-utils:jar:1.4.5:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10:compile
                \- org.codehaus.plexus:plexus-utils:jar:1.4.5:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             \- org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10:compile
                \- org.codehaus.plexus:plexus-utils:jar:1.4.5:compile

  • +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven:maven-core:jar:3.6.3:provided
       \- org.apache.maven:maven-settings-builder:jar:3.6.3:provided
          \- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:provided
             \- org.codehaus.plexus:plexus-utils:jar:1.5.5:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven:maven-settings-builder:jar:3.6.3:compile
             \- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
                \- org.codehaus.plexus:plexus-utils:jar:1.5.5:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven:maven-settings-builder:jar:3.6.3:compile
             \- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
                \- org.codehaus.plexus:plexus-utils:jar:1.5.5:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven:maven-settings-builder:jar:3.6.3:compile
             \- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
                \- org.codehaus.plexus:plexus-utils:jar:1.5.5:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven:maven-settings-builder:jar:3.6.3:compile
             \- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
                \- org.codehaus.plexus:plexus-utils:jar:1.5.5:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven:maven-settings-builder:jar:3.6.3:compile
             \- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
                \- org.codehaus.plexus:plexus-utils:jar:1.5.5:compile

  • +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven:maven-plugin-api:jar:3.6.3:provided
       \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:provided
          \- org.codehaus.plexus:plexus-utils:jar:3.0.17:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
          \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
             \- org.codehaus.plexus:plexus-utils:jar:3.0.17:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
          \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
             \- org.codehaus.plexus:plexus-utils:jar:3.0.17:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
          \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
             \- org.codehaus.plexus:plexus-utils:jar:3.0.17:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
          \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
             \- org.codehaus.plexus:plexus-utils:jar:3.0.17:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
          \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
             \- org.codehaus.plexus:plexus-utils:jar:3.0.17:compile

  • +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
       \- org.codehaus.plexus:plexus-utils:jar:3.0.24:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.codehaus.plexus:plexus-utils:jar:3.0.24:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.codehaus.plexus:plexus-utils:jar:3.0.24:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.codehaus.plexus:plexus-utils:jar:3.0.24:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.codehaus.plexus:plexus-utils:jar:3.0.24:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          \- org.codehaus.plexus:plexus-utils:jar:3.0.24:compile

  • +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    +- org.apache.maven:maven-plugin-api:jar:3.6.3:provided
    |  +- org.apache.maven:maven-model:jar:3.6.3:provided
    |  |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:provided
    |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
    +- org.apache.maven:maven-artifact:jar:3.6.3:provided
    |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:provided
    \- org.apache.maven:maven-core:jar:3.6.3:provided
       +- org.apache.maven:maven-settings:jar:3.6.3:provided
       |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:provided
       +- org.apache.maven:maven-settings-builder:jar:3.6.3:provided
       |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:provided
       +- org.apache.maven:maven-repository-metadata:jar:3.6.3:provided
       |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:provided
       +- org.apache.maven:maven-model-builder:jar:3.6.3:provided
       |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:provided
       +- org.apache.maven:maven-resolver-provider:jar:3.6.3:provided
       |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:provided
       \- org.codehaus.plexus:plexus-utils:jar:3.2.1:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
       |  +- org.apache.maven:maven-model:jar:3.6.3:compile
       |  |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
       |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
       +- org.apache.maven:maven-artifact:jar:3.6.3:compile
       |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          +- org.apache.maven:maven-settings:jar:3.6.3:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
          +- org.apache.maven:maven-settings-builder:jar:3.6.3:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
          +- org.apache.maven:maven-repository-metadata:jar:3.6.3:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
          +- org.apache.maven:maven-model-builder:jar:3.6.3:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
          +- org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
          \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
       |  +- org.apache.maven:maven-model:jar:3.6.3:compile
       |  |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
       |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
       +- org.apache.maven:maven-artifact:jar:3.6.3:compile
       |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          +- org.apache.maven:maven-settings:jar:3.6.3:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
          +- org.apache.maven:maven-settings-builder:jar:3.6.3:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
          +- org.apache.maven:maven-repository-metadata:jar:3.6.3:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
          +- org.apache.maven:maven-model-builder:jar:3.6.3:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
          +- org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
          \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
       |  +- org.apache.maven:maven-model:jar:3.6.3:compile
       |  |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
       |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
       +- org.apache.maven:maven-artifact:jar:3.6.3:compile
       |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          +- org.apache.maven:maven-settings:jar:3.6.3:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
          +- org.apache.maven:maven-settings-builder:jar:3.6.3:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
          +- org.apache.maven:maven-repository-metadata:jar:3.6.3:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
          +- org.apache.maven:maven-model-builder:jar:3.6.3:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
          +- org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
          \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
       |  +- org.apache.maven:maven-model:jar:3.6.3:compile
       |  |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
       |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
       +- org.apache.maven:maven-artifact:jar:3.6.3:compile
       |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          +- org.apache.maven:maven-settings:jar:3.6.3:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
          +- org.apache.maven:maven-settings-builder:jar:3.6.3:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
          +- org.apache.maven:maven-repository-metadata:jar:3.6.3:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
          +- org.apache.maven:maven-model-builder:jar:3.6.3:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
          +- org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
          \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
       |  +- org.apache.maven:maven-model:jar:3.6.3:compile
       |  |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
       |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
       +- org.apache.maven:maven-artifact:jar:3.6.3:compile
       |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          +- org.apache.maven:maven-settings:jar:3.6.3:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
          +- org.apache.maven:maven-settings-builder:jar:3.6.3:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
          +- org.apache.maven:maven-repository-metadata:jar:3.6.3:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
          +- org.apache.maven:maven-model-builder:jar:3.6.3:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
          +- org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
          \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile

  • 1.4.5
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
         \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
            \- org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10:compile
               \- org.codehaus.plexus:plexus-utils:jar:1.4.5:compile

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10:compile
                  \- org.codehaus.plexus:plexus-utils:jar:1.4.5:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10:compile
                  \- org.codehaus.plexus:plexus-utils:jar:1.4.5:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10:compile
                  \- org.codehaus.plexus:plexus-utils:jar:1.4.5:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10:compile
                  \- org.codehaus.plexus:plexus-utils:jar:1.4.5:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               \- org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10:compile
                  \- org.codehaus.plexus:plexus-utils:jar:1.4.5:compile

    1.5.5
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven:maven-core:jar:3.6.3:provided
         \- org.apache.maven:maven-settings-builder:jar:3.6.3:provided
            \- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:provided
               \- org.codehaus.plexus:plexus-utils:jar:1.5.5:provided

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven:maven-settings-builder:jar:3.6.3:compile
               \- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
                  \- org.codehaus.plexus:plexus-utils:jar:1.5.5:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven:maven-settings-builder:jar:3.6.3:compile
               \- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
                  \- org.codehaus.plexus:plexus-utils:jar:1.5.5:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven:maven-settings-builder:jar:3.6.3:compile
               \- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
                  \- org.codehaus.plexus:plexus-utils:jar:1.5.5:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven:maven-settings-builder:jar:3.6.3:compile
               \- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
                  \- org.codehaus.plexus:plexus-utils:jar:1.5.5:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven:maven-settings-builder:jar:3.6.3:compile
               \- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
                  \- org.codehaus.plexus:plexus-utils:jar:1.5.5:compile

    3.0.17
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven:maven-plugin-api:jar:3.6.3:provided
         \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:provided
            \- org.codehaus.plexus:plexus-utils:jar:3.0.17:provided

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
            \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
               \- org.codehaus.plexus:plexus-utils:jar:3.0.17:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
            \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
               \- org.codehaus.plexus:plexus-utils:jar:3.0.17:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
            \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
               \- org.codehaus.plexus:plexus-utils:jar:3.0.17:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
            \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
               \- org.codehaus.plexus:plexus-utils:jar:3.0.17:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
            \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:compile
               \- org.codehaus.plexus:plexus-utils:jar:3.0.17:compile

    3.0.24
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
         \- org.codehaus.plexus:plexus-utils:jar:3.0.24:compile

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.codehaus.plexus:plexus-utils:jar:3.0.24:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.codehaus.plexus:plexus-utils:jar:3.0.24:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.codehaus.plexus:plexus-utils:jar:3.0.24:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.codehaus.plexus:plexus-utils:jar:3.0.24:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            \- org.codehaus.plexus:plexus-utils:jar:3.0.24:compile

    3.2.1
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      +- org.apache.maven:maven-plugin-api:jar:3.6.3:provided
      |  +- org.apache.maven:maven-model:jar:3.6.3:provided
      |  |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:provided
      |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
      +- org.apache.maven:maven-artifact:jar:3.6.3:provided
      |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:provided
      \- org.apache.maven:maven-core:jar:3.6.3:provided
         +- org.apache.maven:maven-settings:jar:3.6.3:provided
         |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:provided
         +- org.apache.maven:maven-settings-builder:jar:3.6.3:provided
         |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:provided
         +- org.apache.maven:maven-repository-metadata:jar:3.6.3:provided
         |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:provided
         +- org.apache.maven:maven-model-builder:jar:3.6.3:provided
         |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:provided
         +- org.apache.maven:maven-resolver-provider:jar:3.6.3:provided
         |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:provided
         \- org.codehaus.plexus:plexus-utils:jar:3.2.1:provided

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
         |  +- org.apache.maven:maven-model:jar:3.6.3:compile
         |  |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
         |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
         +- org.apache.maven:maven-artifact:jar:3.6.3:compile
         |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            +- org.apache.maven:maven-settings:jar:3.6.3:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
            +- org.apache.maven:maven-settings-builder:jar:3.6.3:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
            +- org.apache.maven:maven-repository-metadata:jar:3.6.3:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
            +- org.apache.maven:maven-model-builder:jar:3.6.3:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
            +- org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
            \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
         |  +- org.apache.maven:maven-model:jar:3.6.3:compile
         |  |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
         |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
         +- org.apache.maven:maven-artifact:jar:3.6.3:compile
         |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            +- org.apache.maven:maven-settings:jar:3.6.3:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
            +- org.apache.maven:maven-settings-builder:jar:3.6.3:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
            +- org.apache.maven:maven-repository-metadata:jar:3.6.3:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
            +- org.apache.maven:maven-model-builder:jar:3.6.3:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
            +- org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
            \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
         |  +- org.apache.maven:maven-model:jar:3.6.3:compile
         |  |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
         |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
         +- org.apache.maven:maven-artifact:jar:3.6.3:compile
         |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            +- org.apache.maven:maven-settings:jar:3.6.3:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
            +- org.apache.maven:maven-settings-builder:jar:3.6.3:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
            +- org.apache.maven:maven-repository-metadata:jar:3.6.3:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
            +- org.apache.maven:maven-model-builder:jar:3.6.3:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
            +- org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
            \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
         |  +- org.apache.maven:maven-model:jar:3.6.3:compile
         |  |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
         |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
         +- org.apache.maven:maven-artifact:jar:3.6.3:compile
         |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            +- org.apache.maven:maven-settings:jar:3.6.3:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
            +- org.apache.maven:maven-settings-builder:jar:3.6.3:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
            +- org.apache.maven:maven-repository-metadata:jar:3.6.3:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
            +- org.apache.maven:maven-model-builder:jar:3.6.3:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
            +- org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
            \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         +- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
         |  +- org.apache.maven:maven-model:jar:3.6.3:compile
         |  |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
         |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
         +- org.apache.maven:maven-artifact:jar:3.6.3:compile
         |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            +- org.apache.maven:maven-settings:jar:3.6.3:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
            +- org.apache.maven:maven-settings-builder:jar:3.6.3:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
            +- org.apache.maven:maven-repository-metadata:jar:3.6.3:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
            +- org.apache.maven:maven-model-builder:jar:3.6.3:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
            +- org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
            \- org.codehaus.plexus:plexus-utils:jar:3.2.1:compile

    3.3.0
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
         +- org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1:compile
         |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
         +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
         |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
         \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
            +- org.apache.maven.doxia:doxia-skin-model:jar:1.11.1:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
            +- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
            +- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
            \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            +- org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
            +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               +- org.apache.maven.doxia:doxia-skin-model:jar:1.11.1:compile
               |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
               +- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
               |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
               +- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
               |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
               \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            +- org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
            +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               +- org.apache.maven.doxia:doxia-skin-model:jar:1.11.1:compile
               |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
               +- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
               |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
               +- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
               |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
               \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            +- org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
            +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               +- org.apache.maven.doxia:doxia-skin-model:jar:1.11.1:compile
               |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
               +- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
               |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
               +- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
               |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
               \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            +- org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
            +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               +- org.apache.maven.doxia:doxia-skin-model:jar:1.11.1:compile
               |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
               +- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
               |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
               +- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
               |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
               \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
            +- org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
            +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
            |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
            \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
               +- org.apache.maven.doxia:doxia-skin-model:jar:1.11.1:compile
               |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
               +- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
               |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
               +- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
               |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
               \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
       +- org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1:compile
       |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
       +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
       |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
       \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
          +- org.apache.maven.doxia:doxia-skin-model:jar:1.11.1:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
          +- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
          +- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
          \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          +- org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
          +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             +- org.apache.maven.doxia:doxia-skin-model:jar:1.11.1:compile
             |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
             +- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
             |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
             +- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
             |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
             \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          +- org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
          +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             +- org.apache.maven.doxia:doxia-skin-model:jar:1.11.1:compile
             |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
             +- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
             |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
             +- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
             |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
             \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          +- org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
          +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             +- org.apache.maven.doxia:doxia-skin-model:jar:1.11.1:compile
             |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
             +- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
             |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
             +- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
             |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
             \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          +- org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
          +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             +- org.apache.maven.doxia:doxia-skin-model:jar:1.11.1:compile
             |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
             +- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
             |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
             +- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
             |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
             \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
          +- org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
          +- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
          |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
          \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
             +- org.apache.maven.doxia:doxia-skin-model:jar:1.11.1:compile
             |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
             +- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
             |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
             +- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
             |  \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
             \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile

  • org.slf4j:slf4j-api

    @@ -626,22 +626,22 @@

    org.slf4j:slf4j-api

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven:maven-core:jar:3.6.3:provided
       \- org.apache.maven.resolver:maven-resolver-impl:jar:1.4.1:provided
          \- org.slf4j:slf4j-api:jar:1.7.25:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven.resolver:maven-resolver-impl:jar:1.4.1:compile
             \- org.slf4j:slf4j-api:jar:1.7.25:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven.resolver:maven-resolver-impl:jar:1.4.1:compile
             \- org.slf4j:slf4j-api:jar:1.7.25:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven.resolver:maven-resolver-impl:jar:1.4.1:compile
             \- org.slf4j:slf4j-api:jar:1.7.25:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven.resolver:maven-resolver-impl:jar:1.4.1:compile
             \- org.slf4j:slf4j-api:jar:1.7.25:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven.resolver:maven-resolver-impl:jar:1.4.1:compile
             \- org.slf4j:slf4j-api:jar:1.7.25:compile

  • 1.7.25
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven:maven-core:jar:3.6.3:provided
         \- org.apache.maven.resolver:maven-resolver-impl:jar:1.4.1:provided
            \- org.slf4j:slf4j-api:jar:1.7.25:provided

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven.resolver:maven-resolver-impl:jar:1.4.1:compile
               \- org.slf4j:slf4j-api:jar:1.7.25:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven.resolver:maven-resolver-impl:jar:1.4.1:compile
               \- org.slf4j:slf4j-api:jar:1.7.25:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven.resolver:maven-resolver-impl:jar:1.4.1:compile
               \- org.slf4j:slf4j-api:jar:1.7.25:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven.resolver:maven-resolver-impl:jar:1.4.1:compile
               \- org.slf4j:slf4j-api:jar:1.7.25:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven.resolver:maven-resolver-impl:jar:1.4.1:compile
               \- org.slf4j:slf4j-api:jar:1.7.25:compile

    1.7.29
      -
    1. com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.4-SNAPSHOT
      \- org.apache.maven:maven-core:jar:3.6.3:provided
         \- org.apache.maven:maven-resolver-provider:jar:3.6.3:provided
            \- org.slf4j:slf4j-api:jar:1.7.29:provided

    2. -
    3. com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
               \- org.slf4j:slf4j-api:jar:1.7.29:compile

    4. -
    5. com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
               \- org.slf4j:slf4j-api:jar:1.7.29:compile

    6. -
    7. com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
               \- org.slf4j:slf4j-api:jar:1.7.29:compile

    8. -
    9. com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
               \- org.slf4j:slf4j-api:jar:1.7.29:compile

    10. -
    11. com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.4-SNAPSHOT
      \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.4-SNAPSHOT:compile
         \- org.apache.maven:maven-core:jar:3.6.3:compile
            \- org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
               \- org.slf4j:slf4j-api:jar:1.7.29:compile

    +
  • com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
    \- org.apache.maven:maven-core:jar:3.6.3:provided
       \- org.apache.maven:maven-resolver-provider:jar:3.6.3:provided
          \- org.slf4j:slf4j-api:jar:1.7.29:provided

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
             \- org.slf4j:slf4j-api:jar:1.7.29:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
             \- org.slf4j:slf4j-api:jar:1.7.29:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
             \- org.slf4j:slf4j-api:jar:1.7.29:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
             \- org.slf4j:slf4j-api:jar:1.7.29:compile

  • +
  • com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
    \- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
       \- org.apache.maven:maven-core:jar:3.6.3:compile
          \- org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
             \- org.slf4j:slf4j-api:jar:1.7.29:compile

  • @@ -649,7 +649,7 @@

    org.slf4j:slf4j-api

    -

    Copyright ©2023. +

    Copyright ©2024. All rights reserved.

    diff --git a/dependency-info.html b/dependency-info.html index d258a037c..d3c433dd6 100644 --- a/dependency-info.html +++ b/dependency-info.html @@ -1,13 +1,13 @@ - + japicmp-base – Dependency Information @@ -34,8 +34,8 @@
    @@ -67,25 +67,25 @@

    Apache Maven

    <dependency>
       <groupId>com.github.siom79.japicmp</groupId>
       <artifactId>japicmp-base</artifactId>
    -  <version>0.18.4-SNAPSHOT</version>
    +  <version>0.18.5-SNAPSHOT</version>
       <type>pom</type>
     </dependency>

    Apache Buildr

    -
    'com.github.siom79.japicmp:japicmp-base:pom:0.18.4-SNAPSHOT'
    +
    'com.github.siom79.japicmp:japicmp-base:pom:0.18.5-SNAPSHOT'

    Apache Ivy

    -
    <dependency org="com.github.siom79.japicmp" name="japicmp-base" rev="0.18.4-SNAPSHOT">
    +
    <dependency org="com.github.siom79.japicmp" name="japicmp-base" rev="0.18.5-SNAPSHOT">
       <artifact name="japicmp-base" type="pom" />
     </dependency>

    Groovy Grape

    @Grapes(
    -@Grab(group='com.github.siom79.japicmp', module='japicmp-base', version='0.18.4-SNAPSHOT')
    +@Grab(group='com.github.siom79.japicmp', module='japicmp-base', version='0.18.5-SNAPSHOT')
     )

    Gradle/Grails

    -
    compile 'com.github.siom79.japicmp:japicmp-base:0.18.4-SNAPSHOT'
    +
    compile 'com.github.siom79.japicmp:japicmp-base:0.18.5-SNAPSHOT'

    Scala SBT

    -
    libraryDependencies += "com.github.siom79.japicmp" % "japicmp-base" % "0.18.4-SNAPSHOT"
    +
    libraryDependencies += "com.github.siom79.japicmp" % "japicmp-base" % "0.18.5-SNAPSHOT"

    Leiningen

    -
    [com.github.siom79.japicmp/japicmp-base "0.18.4-SNAPSHOT"]
    +
    [com.github.siom79.japicmp/japicmp-base "0.18.5-SNAPSHOT"]
    @@ -93,7 +93,7 @@

    Leiningen