Skip to content

Commit 1374bbf

Browse files
authored
Merge pull request #730 from bci-oss/729-fix-maven-plugin-dependency
Declare missing dependency
2 parents 1d810d7 + 68878b0 commit 1374bbf

File tree

1 file changed

+4
-1
lines changed
  • tools/esmf-aspect-model-maven-plugin

1 file changed

+4
-1
lines changed

tools/esmf-aspect-model-maven-plugin/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
<artifactId>record-builder-processor</artifactId>
6161
<scope>provided</scope>
6262
</dependency>
63-
6463
<dependency>
6564
<groupId>org.eclipse.esmf</groupId>
6665
<artifactId>esmf-aspect-model-starter</artifactId>
@@ -69,6 +68,10 @@
6968
<groupId>org.eclipse.esmf</groupId>
7069
<artifactId>esmf-aspect-model-github-resolver</artifactId>
7170
</dependency>
71+
<dependency>
72+
<groupId>org.apache.commons</groupId>
73+
<artifactId>commons-lang3</artifactId>
74+
</dependency>
7275

7376
<dependency>
7477
<groupId>org.apache.maven.plugin-testing</groupId>

0 commit comments

Comments
 (0)