Skip to content

Commit

Permalink
fix: remove old jackson core dependency (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDombo authored Oct 26, 2023
1 parent d06b198 commit b5bbb29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@
<groupId>software.amazon.awssdk.iotdevicesdk</groupId>
<artifactId>aws-iot-device-sdk</artifactId>
<version>1.17.2</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion client/src/main/assembly/zip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</fileSets>
<files>
<file>
<source>${project.build.directory}/${project.artifactId}-${project.version}-dependency.jar</source>
<source>${project.build.directory}/${project.artifactId}-${project.parent.version}-dependency.jar</source>
<outputDirectory>lib</outputDirectory>
</file>
<file>
Expand Down

0 comments on commit b5bbb29

Please sign in to comment.