Skip to content

Commit fc40da1

Browse files
authored
Reorder dependencies
1 parent 3f5b163 commit fc40da1

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

srv/pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
<artifactId>cds-starter-spring-boot</artifactId>
2121
</dependency>
2222

23+
<dependency>
24+
<groupId>com.sap.cds</groupId>
25+
<artifactId>cds-starter-cloudfoundry</artifactId>
26+
<scope>runtime</scope>
27+
</dependency>
28+
2329
<dependency>
2430
<groupId>com.sap.cds</groupId>
2531
<artifactId>cds-adapter-odata-v4</artifactId>
@@ -38,6 +44,12 @@
3844
<scope>runtime</scope>
3945
</dependency>
4046

47+
<dependency>
48+
<groupId>org.springframework.boot</groupId>
49+
<artifactId>spring-boot-starter-actuator</artifactId>
50+
<scope>runtime</scope>
51+
</dependency>
52+
4153
<dependency>
4254
<groupId>org.springframework.boot</groupId>
4355
<artifactId>spring-boot-devtools</artifactId>
@@ -49,18 +61,6 @@
4961
<artifactId>spring-boot-starter-test</artifactId>
5062
<scope>test</scope>
5163
</dependency>
52-
53-
<dependency>
54-
<groupId>com.sap.cds</groupId>
55-
<artifactId>cds-starter-cloudfoundry</artifactId>
56-
<scope>runtime</scope>
57-
</dependency>
58-
59-
<dependency>
60-
<groupId>org.springframework.boot</groupId>
61-
<artifactId>spring-boot-starter-actuator</artifactId>
62-
<scope>runtime</scope>
63-
</dependency>
6464
</dependencies>
6565

6666
<build>
@@ -154,4 +154,4 @@
154154
</plugins>
155155
</build>
156156

157-
</project>
157+
</project>

0 commit comments

Comments
 (0)