Commit ecb36ce 1 parent ec3d415 commit ecb36ce Copy full SHA for ecb36ce
File tree 6 files changed +26
-25
lines changed
src/test/java/com/baeldung/boot/jersey
src/test/java/com/baeldung/boot/mvc
6 files changed +26
-25
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
5
<modelVersion >4.0.0</modelVersion >
5
- <parent >
6
- <groupId >org.springframework.boot</groupId >
7
- <artifactId >spring-boot-starter-parent</artifactId >
8
- <version >2.4.2</version >
9
- <relativePath /> <!-- lookup parent from repository -->
10
- </parent >
11
6
<groupId >com.baeldung.docker</groupId >
12
7
<artifactId >heap-sizing</artifactId >
13
8
<version >0.0.1-SNAPSHOT</version >
14
9
<name >heap-sizing</name >
15
10
<description >Demo project for Spring Boot</description >
16
- <properties >
17
- <java .version>11</java .version>
18
- </properties >
11
+
12
+ <parent >
13
+ <groupId >com.baeldung</groupId >
14
+ <artifactId >parent-boot-2</artifactId >
15
+ <version >0.0.1-SNAPSHOT</version >
16
+ <relativePath >../../parent-boot-2</relativePath >
17
+ </parent >
18
+
19
19
<dependencies >
20
20
<dependency >
21
21
<groupId >org.springframework.boot</groupId >
58
58
</plugins >
59
59
</build >
60
60
61
+ <properties >
62
+ <java .version>11</java .version>
63
+ </properties >
64
+
61
65
</project >
Original file line number Diff line number Diff line change 9
9
<version >0.0.1-SNAPSHOT</version >
10
10
11
11
<parent >
12
- <groupId >org.springframework.boot</groupId >
13
- <artifactId >spring-boot-starter-parent</artifactId >
14
- <version >2.3.2.RELEASE</version >
15
- <relativePath /> <!-- lookup parent from repository -->
12
+ <groupId >com.baeldung.spring-boot-modules</groupId >
13
+ <artifactId >spring-boot-modules</artifactId >
14
+ <version >1.0.0-SNAPSHOT</version >
16
15
</parent >
17
16
18
17
<dependencies >
Original file line number Diff line number Diff line change 8
8
<version >0.0.1-SNAPSHOT</version >
9
9
10
10
<parent >
11
- <groupId >org.springframework.boot</groupId >
12
- <artifactId >spring-boot-starter-parent</artifactId >
13
- <version >2.4.2</version >
14
- <relativePath /> <!-- lookup parent from repository -->
11
+ <groupId >com.baeldung.spring-boot-modules</groupId >
12
+ <artifactId >spring-boot-mvc-jersey</artifactId >
13
+ <version >0.0.1-SNAPSHOT</version >
15
14
</parent >
16
15
17
16
<dependencies >
Original file line number Diff line number Diff line change 4
4
import org .springframework .boot .test .context .SpringBootTest ;
5
5
6
6
@ SpringBootTest
7
- class JerseyApplicationIntegrationTests {
7
+ class JerseyApplicationIntegrationTest {
8
8
9
9
@ Test
10
10
void contextLoads () {
Original file line number Diff line number Diff line change 8
8
<version >0.0.1-SNAPSHOT</version >
9
9
10
10
<parent >
11
- <groupId >org.springframework.boot</groupId >
12
- <artifactId >spring-boot-starter-parent</artifactId >
13
- <version >2.4.2</version >
14
- <relativePath /> <!-- lookup parent from repository -->
11
+ <groupId >com.baeldung.spring-boot-modules</groupId >
12
+ <artifactId >spring-boot-mvc-jersey</artifactId >
13
+ <version >0.0.1-SNAPSHOT</version >
15
14
</parent >
16
15
17
16
<dependencies >
Original file line number Diff line number Diff line change 4
4
import org .springframework .boot .test .context .SpringBootTest ;
5
5
6
6
@ SpringBootTest
7
- class MvcApplicationIntegrationTests {
7
+ class MvcApplicationIntegrationTest {
8
8
9
9
@ Test
10
10
void contextLoads () {
You can’t perform that action at this time.
0 commit comments