Skip to content

Commit

Permalink
Try to fix CI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen committed Apr 27, 2023
1 parent 6c01c0b commit e01cb24
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@
<id>enforce</id>
<configuration>
<rules>
<reactorModuleConvergence />
<reactorModuleConvergence>
<ignoreModuleDependencies>true</ignoreModuleDependencies>
</reactorModuleConvergence>
<requireUpperBoundDeps />
<dependencyConvergence />
<requireMavenVersion>
Expand Down Expand Up @@ -760,7 +762,7 @@
<profile>
<id>zxingorg</id>
<activation>
<jdk>[11,)</jdk> <!-- Requires Java1 1+ for Java EE 10+ -->
<jdk>[17,)</jdk> <!-- Requires Java 17+ for Java EE 10+ -->
</activation>
<modules>
<module>zxingorg</module>
Expand Down

0 comments on commit e01cb24

Please sign in to comment.