Skip to content

Commit d3b7f3b

Browse files
authored
Merge pull request #27 from danielsiwiec/mvn-deprecation
Fix maven deprecation warnings
2 parents e622a88 + e544736 commit d3b7f3b

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)