Skip to content

Commit

Permalink
fix: add missing shapeshift dependency to the spring boot starter
Browse files Browse the repository at this point in the history
  • Loading branch information
Idane committed May 19, 2022
1 parent 6929c0a commit 8686f56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spring-boot-starter-shapeshift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
<version>${spring-boot.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>dev.krud</groupId>
<artifactId>shapeshift</artifactId>
</dependency>
</dependencies>
</project>

0 comments on commit 8686f56

Please sign in to comment.