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.
2 parents b91a240 + f01bb43 commit 3579380Copy full SHA for 3579380
pom.xml
@@ -32,13 +32,22 @@
32
</parent>
33
34
<repositories>
35
- <!-- Including for fontawesome -->
+
36
+ <!-- Including for fontawesome-->
37
<repository>
38
<id>fontawesomefx-repo</id>
39
<name>FontAwesome Repository</name>
- <url>https://bintray.com/jerady/maven/FontAwesomeFX</url>
40
+ <url>https://dl.bintray.com/jerady/maven</url>
41
</repository>
- </repositories>
42
43
+ <!-- needed to resolve against central first-->
44
+ <repository>
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