Skip to content

Commit 330408c

Browse files
committed
#32 : Added missing boot starters to parent pom
1 parent fe2244a commit 330408c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,16 @@
168168
</exclusion>
169169
</exclusions>
170170
</dependency>
171+
<dependency>
172+
<groupId>org.springframework.boot</groupId>
173+
<artifactId>spring-boot-starter-data-jpa</artifactId>
174+
<version>${spring-boot-starter.version}</version>
175+
</dependency>
176+
<dependency>
177+
<groupId>org.springframework.boot</groupId>
178+
<artifactId>spring-boot-starter-data-rest</artifactId>
179+
<version>${spring-boot-starter.version}</version>
180+
</dependency>
171181
<dependency>
172182
<groupId>org.springframework.boot</groupId>
173183
<artifactId>spring-boot-starter-log4j2</artifactId>

0 commit comments

Comments
 (0)