Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit 3e9508a

Browse files
committed
added missing dependency to dataformat-core
1 parent d612c2a commit 3e9508a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

dataformat-json/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
<version>${model.version}</version>
1717
<scope>compile</scope>
1818
</dependency>
19+
<dependency>
20+
<groupId>io.admin-shell.aas</groupId>
21+
<artifactId>dataformat-core</artifactId>
22+
<version>${model.version}</version>
23+
<scope>compile</scope>
24+
</dependency>
1925
<dependency>
2026
<groupId>com.fasterxml.jackson.core</groupId>
2127
<artifactId>jackson-annotations</artifactId>

0 commit comments

Comments
 (0)