Skip to content

Commit 7523948

Browse files
Strict check of dependencies usage
1 parent 23186d4 commit 7523948

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ under the License.
9898
<mockito.version>4.11.0</mockito.version>
9999
<plexus-archiver.version>4.10.1</plexus-archiver.version>
100100
<pluginTestingVersion>3.3.0</pluginTestingVersion>
101+
102+
<!-- strict check by dependency:analyze-only -->
103+
<enforce.dependency.declarations>true</enforce.dependency.declarations>
101104
<project.build.outputTimestamp>2024-10-18T18:16:14Z</project.build.outputTimestamp>
102105
</properties>
103106

0 commit comments

Comments
 (0)