We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d810d7 + 68878b0 commit 1374bbfCopy full SHA for 1374bbf
tools/esmf-aspect-model-maven-plugin/pom.xml
@@ -60,7 +60,6 @@
60
<artifactId>record-builder-processor</artifactId>
61
<scope>provided</scope>
62
</dependency>
63
-
64
<dependency>
65
<groupId>org.eclipse.esmf</groupId>
66
<artifactId>esmf-aspect-model-starter</artifactId>
@@ -69,6 +68,10 @@
69
68
70
<artifactId>esmf-aspect-model-github-resolver</artifactId>
71
+ <dependency>
72
+ <groupId>org.apache.commons</groupId>
73
+ <artifactId>commons-lang3</artifactId>
74
+ </dependency>
75
76
77
<groupId>org.apache.maven.plugin-testing</groupId>
0 commit comments