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

Commit ab95679

Browse files
committed
adding Guava and Commons-Lang3 dependencies explicitely.
1 parent b551125 commit ab95679

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

dataformat-core/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@
3939
<artifactId>classgraph</artifactId>
4040
<version>${classgraph.version}</version>
4141
</dependency>
42+
<dependency>
43+
<groupId>com.google.guava</groupId>
44+
<artifactId>guava</artifactId>
45+
<version>${guava.version}</version>
46+
</dependency>
47+
<dependency>
48+
<groupId>org.apache.commons</groupId>
49+
<artifactId>commons-lang3</artifactId>
50+
<version>${commons-lang3.version}</version>
51+
</dependency>
4252
</dependencies>
4353
<build>
4454
<plugins>

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,11 @@
7070
<commons-codec.version>1.15</commons-codec.version>
7171
<commons-io.version>2.6</commons-io.version>
7272
<commons-compress.version>1.21</commons-compress.version>
73+
<commons-lang3.version>3.12.0</commons-lang3.version>
7374
<shacl.version>1.3.2</shacl.version>
7475
<commons-lang3.version>3.8.1</commons-lang3.version>
7576
<gpg.keyname>0xDFCC34A6</gpg.keyname>
77+
<guava.version>30.1.1-jre</guava.version>
7678
</properties>
7779
<build>
7880
<plugins>

0 commit comments

Comments
 (0)