Skip to content

Commit b822d67

Browse files
committed
add dependency to toolbox
1 parent 3730f7b commit b822d67

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
</properties>
2121

2222
<dependencies>
23+
<dependency>
24+
<groupId>it.aboutbits</groupId>
25+
<artifactId>spring-boot-toolbox</artifactId>
26+
<version>BUILD-SNAPSHOT</version>
27+
</dependency>
28+
2329
<dependency>
2430
<groupId>org.springframework.boot</groupId>
2531
<artifactId>spring-boot-starter-validation</artifactId>

0 commit comments

Comments
 (0)