Skip to content

Commit

Permalink
Add spring-boot-starter in dozer-spring-boot-starter (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuki43zoo authored and garethahealy committed Jun 17, 2018
1 parent f69ba20 commit a342fc1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
<name>Dozer :: Integrations :: Spring Support :: Starter</name>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-core</artifactId>
Expand Down

0 comments on commit a342fc1

Please sign in to comment.