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

Commit b887d27

Browse files
author
weissarn
committed
add dataformat-json-ld as module to parent pom and set properties
1 parent a907fb0 commit b887d27

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<module>dataformat-core</module>
2121
<module>dataformat-json</module>
2222
<module>dataformat-xml</module>
23+
<module>dataformat-json-ld</module>
2324
</modules>
2425
<properties>
2526
<revision>1.1.2</revision>
@@ -39,6 +40,13 @@
3940
<slf4j.version>1.7.31</slf4j.version>
4041
<xmlunit.version>2.8.2</xmlunit.version>
4142
<woodstox-core-asl.version>4.4.1</woodstox-core-asl.version>
43+
<commons-codec.version>1.15</commons-codec.version>
44+
<commons-io.version>2.6</commons-io.version>
45+
<shacl.version>1.3.2</shacl.version>
46+
<commons-lang3.version>3.8.1</commons-lang3.version>
47+
48+
49+
4250
</properties>
4351

4452
</project>

0 commit comments

Comments
 (0)