Skip to content

Commit e544736

Browse files
committed
Fix maven deprecation warnings
Signed-off-by: Dan Siwiec <[email protected]>
1 parent baf15da commit e544736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@
691691
</executions>
692692
<configuration>
693693
<classpathDependencyExcludes>
694-
<classpathDependencyExcludes>${groupId}:${artifactId}</classpathDependencyExcludes>
694+
<classpathDependencyExcludes>${project.groupId}:${project.artifactId}</classpathDependencyExcludes>
695695
</classpathDependencyExcludes>
696696
<additionalClasspathElements>
697697
<additionalClasspathElement>${project.build.outputDirectory}</additionalClasspathElement>

0 commit comments

Comments
 (0)