Skip to content

Commit 05ec910

Browse files
committed
Add jackson annotations dependency
1 parent ae2af2e commit 05ec910

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

gbfs-validator-java-api/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@
6666
<version>1.3.2</version>
6767
</dependency>
6868

69+
<!-- Add Jackson annotations dependency -->
70+
<dependency>
71+
<groupId>com.fasterxml.jackson.core</groupId>
72+
<artifactId>jackson-annotations</artifactId>
73+
<version>2.16.1</version>
74+
</dependency>
75+
6976
<dependency>
7077
<groupId>javax.servlet</groupId>
7178
<artifactId>servlet-api</artifactId>

0 commit comments

Comments
 (0)