|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 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"> |
4 | | - <modelVersion>4.0.0</modelVersion> |
5 | | - <parent> |
6 | | - <groupId>com.baeldung.docker</groupId> |
7 | | - <artifactId>docker</artifactId> |
8 | | - <version>0.0.1</version> |
9 | | - </parent> |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 4 | + <modelVersion>4.0.0</modelVersion> |
| 5 | + <parent> |
| 6 | + <groupId>com.baeldung.docker</groupId> |
| 7 | + <artifactId>docker</artifactId> |
| 8 | + <version>0.0.1</version> |
| 9 | + </parent> |
10 | 10 |
|
11 | | - <artifactId>docker-sample-app</artifactId> |
12 | | - <name>docker-sample-app</name> |
13 | | - <description>Demo project for Spring Boot and Docker</description> |
| 11 | + <artifactId>docker-sample-app</artifactId> |
| 12 | + <name>docker-sample-app</name> |
| 13 | + <description>Demo project for Spring Boot and Docker</description> |
14 | 14 |
|
15 | | - <properties> |
16 | | - <java.version>11</java.version> |
17 | | - </properties> |
| 15 | + <properties> |
| 16 | + <java.version>11</java.version> |
| 17 | + </properties> |
18 | 18 |
|
19 | | - <dependencies> |
20 | | - <dependency> |
21 | | - <groupId>org.springframework.boot</groupId> |
22 | | - <artifactId>spring-boot-starter</artifactId> |
23 | | - </dependency> |
24 | | - <dependency> |
25 | | - <groupId>org.springframework.boot</groupId> |
26 | | - <artifactId>spring-boot-starter-web</artifactId> |
27 | | - </dependency> |
| 19 | + <dependencies> |
| 20 | + <dependency> |
| 21 | + <groupId>org.springframework.boot</groupId> |
| 22 | + <artifactId>spring-boot-starter</artifactId> |
| 23 | + </dependency> |
| 24 | + <dependency> |
| 25 | + <groupId>org.springframework.boot</groupId> |
| 26 | + <artifactId>spring-boot-starter-web</artifactId> |
| 27 | + </dependency> |
28 | 28 |
|
29 | | - <dependency> |
30 | | - <groupId>org.springframework.boot</groupId> |
31 | | - <artifactId>spring-boot-starter-test</artifactId> |
32 | | - <scope>test</scope> |
33 | | - </dependency> |
34 | | - </dependencies> |
| 29 | + <dependency> |
| 30 | + <groupId>org.springframework.boot</groupId> |
| 31 | + <artifactId>spring-boot-starter-test</artifactId> |
| 32 | + <scope>test</scope> |
| 33 | + </dependency> |
| 34 | + </dependencies> |
35 | 35 |
|
36 | | - <build> |
37 | | - <plugins> |
38 | | - <plugin> |
39 | | - <groupId>org.springframework.boot</groupId> |
40 | | - <artifactId>spring-boot-maven-plugin</artifactId> |
41 | | - </plugin> |
42 | | - </plugins> |
43 | | - </build> |
| 36 | + <build> |
| 37 | + <plugins> |
| 38 | + <plugin> |
| 39 | + <groupId>org.springframework.boot</groupId> |
| 40 | + <artifactId>spring-boot-maven-plugin</artifactId> |
| 41 | + </plugin> |
| 42 | + </plugins> |
| 43 | + </build> |
44 | 44 |
|
45 | 45 | </project> |
0 commit comments