We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87bfe15 commit f01bb43Copy full SHA for f01bb43
pom.xml
@@ -32,13 +32,22 @@
32
</parent>
33
34
<repositories>
35
- <!-- Including for fontawesome -->
36
- <repository>
+
+ <!-- Including for fontawesome-->
37
+ <repository>
38
<id>fontawesomefx-repo</id>
39
<name>FontAwesome Repository</name>
40
<url>https://dl.bintray.com/jerady/maven</url>
41
</repository>
- </repositories>
42
43
+ <!-- needed to resolve against central first-->
44
45
+ <id>central</id>
46
+ <name>Maven Central</name>
47
+ <layout>default</layout>
48
+ <url>https://repo1.maven.org/maven2</url>
49
+ </repository>
50
+ </repositories>
51
52
<properties>
53
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
0 commit comments