1
1
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
- <modelVersion >4.0.0</modelVersion >
4
- <groupId >br.com.netodevel</groupId >
5
- <artifactId >spring-scaffold-cli</artifactId >
6
- <version >0.0.2-SNAPSHOT</version >
7
-
8
- <parent >
9
- <groupId >org.springframework.boot</groupId >
10
- <artifactId >spring-boot-starter-parent</artifactId >
11
- <version >2.1.3.RELEASE</version >
12
- </parent >
13
-
14
- <dependencies >
15
- <dependency >
16
- <groupId >org.springframework.boot</groupId >
17
- <artifactId >spring-boot-cli</artifactId >
18
- <version >2.1.3.RELEASE</version >
19
- </dependency >
20
-
21
- <dependency >
22
- <groupId >junit</groupId >
23
- <artifactId >junit</artifactId >
24
- </dependency >
25
-
26
- <dependency >
27
- <groupId >br.com</groupId >
28
- <artifactId >spring-boot-generate</artifactId >
29
- <version >0.0.2-SNAPSHOT</version >
30
- </dependency >
31
-
32
- <dependency >
33
- <groupId >br.com.netodevel</groupId >
34
- <artifactId >templates-java</artifactId >
35
- <version >0.0.1 .BUILD-SNAPSHOT</version >
36
- </dependency >
37
-
38
- <dependency >
39
- <groupId >org.springframework.boot</groupId >
40
- <artifactId >spring-boot-starter-test</artifactId >
41
- </dependency >
42
-
43
- </dependencies >
2
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ <modelVersion >4.0.0</modelVersion >
4
+ <groupId >br.com.netodevel</groupId >
5
+ <artifactId >spring-scaffold-cli</artifactId >
6
+ <version >0.0.2-SNAPSHOT</version >
7
+
8
+ <parent >
9
+ <groupId >org.springframework.boot</groupId >
10
+ <artifactId >spring-boot-starter-parent</artifactId >
11
+ <version >2.1.3.RELEASE</version >
12
+ </parent >
13
+
14
+ <dependencies >
15
+ <dependency >
16
+ <groupId >org.springframework.boot</groupId >
17
+ <artifactId >spring-boot-cli</artifactId >
18
+ <version >2.1.3.RELEASE</version >
19
+ </dependency >
20
+
21
+ <dependency >
22
+ <groupId >junit</groupId >
23
+ <artifactId >junit</artifactId >
24
+ </dependency >
25
+
26
+ <dependency >
27
+ <groupId >br.com</groupId >
28
+ <artifactId >spring-boot-generate</artifactId >
29
+ <version >0.0.2-SNAPSHOT</version >
30
+ </dependency >
31
+
32
+ <dependency >
33
+ <groupId >br.com.netodevel</groupId >
34
+ <artifactId >templates-java</artifactId >
35
+ <version >0.0.2 .BUILD-SNAPSHOT</version >
36
+ </dependency >
37
+
38
+ <dependency >
39
+ <groupId >org.springframework.boot</groupId >
40
+ <artifactId >spring-boot-starter-test</artifactId >
41
+ </dependency >
42
+
43
+ </dependencies >
44
44
45
45
</project >
0 commit comments