Skip to content

Commit

Permalink
Remove dependency on AWS Event library
Browse files Browse the repository at this point in the history
  • Loading branch information
docwho2 committed Jul 29, 2024
1 parent ded698b commit 1b37de7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ChimeSMAEvent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,18 @@
<artifactId>parent-pom</artifactId>
<version>1.0</version>
</parent>

<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>

</dependencies>


</project>

0 comments on commit 1b37de7

Please sign in to comment.