Skip to content

Commit 027c227

Browse files
authored
fix: add linkage monitor plugin (#1000)
1 parent 837a4e7 commit 027c227

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

+9
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,11 @@
376376
<artifactId>maven-resources-plugin</artifactId>
377377
<version>3.1.0</version>
378378
</plugin>
379+
<plugin>
380+
<groupId>org.apache.maven.plugins</groupId>
381+
<artifactId>maven-enforcer-plugin</artifactId>
382+
<version>3.0.0-M3</version>
383+
</plugin>
379384
</plugins>
380385
</pluginManagement>
381386
<plugins>
@@ -393,6 +398,10 @@
393398
<requireMavenVersion>
394399
<version>[3.5.2,4.0.0)</version>
395400
</requireMavenVersion>
401+
<requireJavaVersion>
402+
<version>[1.7,)</version>
403+
</requireJavaVersion>
404+
<requireUpperBoundDeps/>
396405
</rules>
397406
</configuration>
398407
</execution>

0 commit comments

Comments
 (0)