1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
2- <modelVersion >4.0.0</modelVersion >
1+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
2+ 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+ <artifactId >gcp-firebase</artifactId >
6+
37 <parent >
48 <groupId >com.baeldung</groupId >
59 <artifactId >parent-boot-2</artifactId >
610 <version >0.0.1-SNAPSHOT</version >
711 <relativePath >../parent-boot-2</relativePath >
812 </parent >
9- <artifactId >gcp-firebase</artifactId >
10-
11- <properties >
12- <firebase-admin .version>9.1.1</firebase-admin .version>
13- </properties >
1413
15- <dependencies >
16- <dependency >
17- <groupId >com.google.firebase</groupId >
18- <artifactId >firebase-admin</artifactId >
19- <version >${firebase-admin.version} </version >
20- </dependency >
21-
22-
23- <dependency >
24- <groupId >org.springframework.boot</groupId >
25- <artifactId >spring-boot-starter-web</artifactId >
26- </dependency >
27- <dependency >
28- <groupId >org.springframework.boot</groupId >
29- <artifactId >spring-boot-starter-test</artifactId >
30- <scope >test</scope >
31- </dependency >
32- <dependency >
33- <groupId >org.springframework.boot</groupId >
34- <artifactId >spring-boot-configuration-processor</artifactId >
35- <optional >true</optional >
36- </dependency >
37- </dependencies >
38-
39-
40- <build >
41- <plugins >
42- <plugin >
43- <groupId >org.springframework.boot</groupId >
44- <artifactId >spring-boot-maven-plugin</artifactId >
45- </plugin >
46- </plugins >
47- </build >
14+ <dependencies >
15+ <dependency >
16+ <groupId >com.google.firebase</groupId >
17+ <artifactId >firebase-admin</artifactId >
18+ <version >${firebase-admin.version} </version >
19+ </dependency >
20+
21+
22+ <dependency >
23+ <groupId >org.springframework.boot</groupId >
24+ <artifactId >spring-boot-starter-web</artifactId >
25+ </dependency >
26+ <dependency >
27+ <groupId >org.springframework.boot</groupId >
28+ <artifactId >spring-boot-starter-test</artifactId >
29+ <scope >test</scope >
30+ </dependency >
31+ <dependency >
32+ <groupId >org.springframework.boot</groupId >
33+ <artifactId >spring-boot-configuration-processor</artifactId >
34+ <optional >true</optional >
35+ </dependency >
36+ </dependencies >
37+
38+ <build >
39+ <plugins >
40+ <plugin >
41+ <groupId >org.springframework.boot</groupId >
42+ <artifactId >spring-boot-maven-plugin</artifactId >
43+ </plugin >
44+ </plugins >
45+ </build >
46+
47+ <properties >
48+ <firebase-admin .version>9.1.1</firebase-admin .version>
49+ </properties >
50+
4851</project >
0 commit comments