Skip to content

Commit 1754662

Browse files
committed
Remove springloaded from samples
springloaded isn't required in any of the samples, yet some of them make use of it without being a springloaded-specific sample. This is creating the false impression that springloaded is necessary in cases where it's not.
1 parent bffcb1a commit 1754662

File tree

3 files changed

+0
-21
lines changed
  • spring-boot-samples
    • spring-boot-sample-data-jpa
    • spring-boot-sample-web-groovy-templates
    • spring-boot-sample-web-ui

3 files changed

+0
-21
lines changed

spring-boot-samples/spring-boot-sample-data-jpa/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,6 @@
4343
<plugin>
4444
<groupId>org.springframework.boot</groupId>
4545
<artifactId>spring-boot-maven-plugin</artifactId>
46-
<dependencies>
47-
<dependency>
48-
<groupId>org.springframework</groupId>
49-
<artifactId>springloaded</artifactId>
50-
<version>${spring-loaded.version}</version>
51-
</dependency>
52-
</dependencies>
5346
</plugin>
5447
</plugins>
5548
</build>

spring-boot-samples/spring-boot-sample-web-groovy-templates/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@
3434
<plugin>
3535
<groupId>org.springframework.boot</groupId>
3636
<artifactId>spring-boot-maven-plugin</artifactId>
37-
<dependencies>
38-
<dependency>
39-
<groupId>org.springframework</groupId>
40-
<artifactId>springloaded</artifactId>
41-
<version>${spring-loaded.version}</version>
42-
</dependency>
43-
</dependencies>
4437
</plugin>
4538
</plugins>
4639
</build>

spring-boot-samples/spring-boot-sample-web-ui/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@
3434
<plugin>
3535
<groupId>org.springframework.boot</groupId>
3636
<artifactId>spring-boot-maven-plugin</artifactId>
37-
<dependencies>
38-
<dependency>
39-
<groupId>org.springframework</groupId>
40-
<artifactId>springloaded</artifactId>
41-
<version>${spring-loaded.version}</version>
42-
</dependency>
43-
</dependencies>
4437
</plugin>
4538
</plugins>
4639
</build>

0 commit comments

Comments
 (0)