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

Commit cbaa229

Browse files
Add jackson to service bus and gremlin starter. (#517)
* Fix command line sample failure. Signed-off-by: Pan Li <panli@microsoft.com>
1 parent 28209c6 commit cbaa229

File tree

2 files changed

+8
-0
lines changed
  • azure-spring-boot-starters
    • azure-servicebus-spring-boot-starter
    • spring-data-gremlin-boot-starter

2 files changed

+8
-0
lines changed

azure-spring-boot-starters/azure-servicebus-spring-boot-starter/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,9 @@
3434
<groupId>com.google.code.findbugs</groupId>
3535
<artifactId>annotations</artifactId>
3636
</dependency>
37+
<dependency>
38+
<groupId>com.fasterxml.jackson.core</groupId>
39+
<artifactId>jackson-core</artifactId>
40+
</dependency>
3741
</dependencies>
3842
</project>

azure-spring-boot-starters/spring-data-gremlin-boot-starter/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,9 @@
2929
<groupId>com.microsoft.spring.data.gremlin</groupId>
3030
<artifactId>spring-data-gremlin</artifactId>
3131
</dependency>
32+
<dependency>
33+
<groupId>com.fasterxml.jackson.core</groupId>
34+
<artifactId>jackson-core</artifactId>
35+
</dependency>
3236
</dependencies>
3337
</project>

0 commit comments

Comments
 (0)