Skip to content

Commit ed57ee1

Browse files
committedMay 24, 2018
BAEL-1779 update parent-module and add azure module to main pom
1 parent dd2c830 commit ed57ee1

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed
 

‎azure/pom.xml

+6-15
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,22 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<groupId>com.baeldung.springboot</groupId>
6+
<groupId>com.baeldung</groupId>
77
<artifactId>azure</artifactId>
88
<version>0.1</version>
99
<packaging>war</packaging>
1010
<name>azure</name>
1111
<description>Demo project for Spring Boot on Azure</description>
1212

1313
<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>
1818
</parent>
1919

2020
<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>
2622
<docker.image.prefix>${azure.containerRegistry}.azurecr.io</docker.image.prefix>
2723
</properties>
2824

@@ -54,11 +50,6 @@
5450
<version>5.1.6</version>
5551
</dependency>
5652

57-
<dependency>
58-
<groupId>org.springframework.boot</groupId>
59-
<artifactId>spring-boot-starter-test</artifactId>
60-
<scope>test</scope>
61-
</dependency>
6253
</dependencies>
6354

6455
<build>

‎pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<module>apache-opennlp</module>
3131
<module>autovalue</module>
3232
<module>axon</module>
33+
<module>azure</module>
3334
<module>bootique</module>
3435
<module>cdi</module>
3536
<!--<module>core-java-9</module>-->

0 commit comments

Comments
 (0)
Please sign in to comment.