File tree Expand file tree Collapse file tree 8 files changed +288
-161
lines changed
java/de/doubleslash/keeptime/view Expand file tree Collapse file tree 8 files changed +288
-161
lines changed Original file line number Diff line number Diff line change 3131 <relativePath /> <!-- lookup parent from repository -->
3232 </parent >
3333
34+ <repositories >
35+ <!-- Including for fontawesome -->
36+ <repository >
37+ <id >fontawesomefx-repo</id >
38+ <name >FontAwesome Repository</name >
39+ <url >https://bintray.com/jerady/maven/FontAwesomeFX</url >
40+ </repository >
41+ </repositories >
42+
3443 <properties >
3544 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3645 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
93102 <version >3.1.1</version >
94103 <type >maven-plugin</type >
95104 </dependency >
96-
105+
97106 <dependency >
98107 <groupId >de.jensd</groupId >
99108 <artifactId >fontawesomefx-commons</artifactId >
100109 <version >8.15</version >
101110 </dependency >
102-
111+
103112 <dependency >
104113 <groupId >de.jensd</groupId >
105114 <artifactId >fontawesomefx-fontawesome</artifactId >
144153 <failOnError >${maven-dependency-check.failOnError} </failOnError >
145154 <failBuildOnCVSS >${maven-dependency-check.failBuildOnCVSS} </failBuildOnCVSS >
146155 <outputDirectory >target/site</outputDirectory >
147- <!-- suppressionFile>${project.basedir}/dependency-check-report_suppressions.xml</suppressionFile-->
156+ <!-- suppressionFile>${project.basedir}/dependency-check-report_suppressions.xml</suppressionFile -->
148157 </configuration >
149158 <executions >
150159 <execution >
184193 <failOnError >${maven-dependency-check.failOnError} </failOnError >
185194 <failBuildOnCVSS >${maven-dependency-check.failBuildOnCVSS} </failBuildOnCVSS >
186195 <outputDirectory >target/site</outputDirectory >
187- <!-- suppressionFile>${project.basedir}/dependency-check-report_suppressions.xml</suppressionFile-->
196+ <!-- suppressionFile>${project.basedir}/dependency-check-report_suppressions.xml</suppressionFile -->
188197 </configuration >
189198 </plugin >
190199 </plugins >
You can’t perform that action at this time.
0 commit comments