11<?xml version =" 1.0" encoding =" UTF-8" ?>
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 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns : xsi =" http://www.w3 .org/2001/XMLSchema-instance " xmlns =" http://maven.apache .org/POM/4.0.0 "
3+ 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
66 <groupId >de.doubleslash</groupId >
2828 <groupId >org.springframework.boot</groupId >
2929 <artifactId >spring-boot-starter-parent</artifactId >
3030 <version >2.3.7.RELEASE</version >
31- <relativePath /> <!-- lookup parent from repository -->
31+ <relativePath /> <!-- lookup parent from repository -->
3232 </parent >
3333
34- <repositories >
35-
36- <!-- Including for fontawesome-->
34+ <repositories >
3735 <repository >
38- <id >fontawesomefx-repo</id >
39- <name >FontAwesome Repository</name >
40- <url >https://dl.bintray.com/jerady/maven</url >
41- </repository >
42-
43- <!-- needed to resolve against central first-->
44- <repository >
4536 <id >central</id >
4637 <name >Maven Central</name >
4738 <layout >default</layout >
4839 <url >https://repo1.maven.org/maven2</url >
4940 </repository >
50- </repositories >
41+ </repositories >
5142
5243 <properties >
5344 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
111102 <type >maven-plugin</type >
112103 </dependency >
113104
114- <dependency >
115- <groupId >de.jensd</groupId >
116- <artifactId >fontawesomefx-commons</artifactId >
117- <version >8.15</version >
118- </dependency >
119-
120- <dependency >
121- <groupId >de.jensd</groupId >
122- <artifactId >fontawesomefx-fontawesome</artifactId >
123- <version >4.7.0-5</version >
124- </dependency >
125105 </dependencies >
126106
127107 <build >
184164 </build >
185165
186166 <reporting >
187- <plugins >
188- <!-- needed for mvn site - see https://stackoverflow.com/a/51099913 -->
189- <plugin >
190- <groupId >org.apache.maven.plugins</groupId >
191- <artifactId >maven-site-plugin</artifactId >
192- <version >3.9.1</version >
193- </plugin >
194-
195- <plugin >
196- <!-- https://mvnrepository.com/artifact/org.owasp/dependency-check-maven -->
197- <groupId >org.owasp</groupId >
198- <artifactId >dependency-check-maven</artifactId >
199- <version >${maven-dependency-check.version} </version >
200- <reportSets >
201- <reportSet >
202- <reports >
203- <report >aggregate</report >
204- </reports >
205- </reportSet >
206- </reportSets >
207- <configuration >
208- <format >${maven-dependency-check.format} </format >
209- <failOnError >${maven-dependency-check.failOnError} </failOnError >
210- <failBuildOnCVSS >${maven-dependency-check.failBuildOnCVSS} </failBuildOnCVSS >
211- <outputDirectory >target/site</outputDirectory >
212- <!-- suppressionFile>${project.basedir}/dependency-check-report_suppressions.xml</suppressionFile -->
213- </configuration >
214- </plugin >
215- </plugins >
216167 </reporting >
217- </project >
168+ </project >
0 commit comments