Skip to content

Commit

Permalink
chore: Apply package name change in japicmp config.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Jan 7, 2022
1 parent 7ee13ca commit 24973fd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions neo4j-migrations-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,14 @@
<breakBuildBasedOnSemanticVersioning>true</breakBuildBasedOnSemanticVersioning>
<excludes>
<!--
| Those are public classes in a package private interface which cannot be accessed from outside my own package
| Those are public classes in a package private interface which cannot be accessed from outside my own package.
-->
<exclude>ac.simons.neo4j.migrations.core.Discoverer$CypherBasedMigrationDiscoverer</exclude>
<exclude>ac.simons.neo4j.migrations.core.Discoverer$JavaBasedMigrationDiscoverer</exclude>
<!-- This needs to be renamed to internal after 1.3.0 release -->
<exclude>ac.simons.neo4j.migrations.core.utils</exclude>
<!--
| Internal classes, restricted via JMS on JDK11+ anyway.
-->
<exclude>ac.simons.neo4j.migrations.core.internal</exclude>
</excludes>
</parameter>
</configuration>
Expand Down

0 comments on commit 24973fd

Please sign in to comment.