File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
services-custom/dynamodb-enhanced Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 60
60
</configuration >
61
61
</execution >
62
62
</executions >
63
+ <configuration >
64
+ <ignoredUsedUndeclaredDependencies >
65
+ <ignoredUsedUndeclaredDependency >com.fasterxml.jackson.core:*</ignoredUsedUndeclaredDependency >
66
+ <ignoredUsedUndeclaredDependency >org.reactivestreams:reactive-streams</ignoredUsedUndeclaredDependency >
67
+ <!-- Ignore used undeclared test dependencies -->
68
+ <ignoredUsedUndeclaredDependency >software.amazon.awssdk:dynamodb-enhanced</ignoredUsedUndeclaredDependency >
69
+ <ignoredUsedUndeclaredDependency >org.hamcrest:*</ignoredUsedUndeclaredDependency >
70
+ </ignoredUsedUndeclaredDependencies >
71
+ </configuration >
63
72
</plugin >
64
73
<plugin >
65
74
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments