Skip to content

Commit

Permalink
Add fontawesome dependency to Maven build
Browse files Browse the repository at this point in the history
This resolves a disparity in installed files between Maven and CMake now
that fontawesome is not bundled in the CMake build anymore.
  • Loading branch information
ckelleyRH committed Sep 18, 2023
1 parent 6c01ba6 commit 3668ab4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,12 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.webjars</groupId>
<artifactId>font-awesome</artifactId>
<version>4.7.0</version>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit 3668ab4

Please sign in to comment.