File tree 2 files changed +7
-15
lines changed
2 files changed +7
-15
lines changed Original file line number Diff line number Diff line change 3
3
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
<modelVersion >4.0.0</modelVersion >
5
5
6
- <groupId >com.baeldung.springboot </groupId >
6
+ <groupId >com.baeldung</groupId >
7
7
<artifactId >azure</artifactId >
8
8
<version >0.1</version >
9
9
<packaging >war</packaging >
10
10
<name >azure</name >
11
11
<description >Demo project for Spring Boot on Azure</description >
12
12
13
13
<parent >
14
- <groupId >org.springframework. boot</ groupId >
15
- <artifactId >spring-boot-starter-parent</ artifactId >
16
- <version >2 .0.2.RELEASE </version >
17
- <relativePath /> <!-- lookup parent from repository -- >
14
+ <artifactId >parent- boot-2</ artifactId >
15
+ <groupId >com.baeldung</ groupId >
16
+ <version >0 .0.1-SNAPSHOT </version >
17
+ <relativePath >../ parent-boot-2</ relativePath >
18
18
</parent >
19
19
20
20
<properties >
21
- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
22
- <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
23
- <java .version>1.8</java .version>
24
-
25
- <azure .containerRegistry>aietdocker</azure .containerRegistry>
21
+ <azure .containerRegistry>baeldungadr</azure .containerRegistry>
26
22
<docker .image.prefix>${azure.containerRegistry} .azurecr.io</docker .image.prefix>
27
23
</properties >
28
24
54
50
<version >5.1.6</version >
55
51
</dependency >
56
52
57
- <dependency >
58
- <groupId >org.springframework.boot</groupId >
59
- <artifactId >spring-boot-starter-test</artifactId >
60
- <scope >test</scope >
61
- </dependency >
62
53
</dependencies >
63
54
64
55
<build >
Original file line number Diff line number Diff line change 30
30
<module >apache-opennlp</module >
31
31
<module >autovalue</module >
32
32
<module >axon</module >
33
+ <module >azure</module >
33
34
<module >bootique</module >
34
35
<module >cdi</module >
35
36
<!-- <module>core-java-9</module>-->
You can’t perform that action at this time.
0 commit comments