Skip to content

Commit 2bcba4a

Browse files
committed
Add font-awesome dependency
1 parent bc788f2 commit 2bcba4a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@
123123
<groupId>com.vaadin</groupId>
124124
<artifactId>vaadin-testbench</artifactId>
125125
<scope>test</scope>
126+
</dependency>
127+
<dependency>
128+
<groupId>org.webjars</groupId>
129+
<artifactId>font-awesome</artifactId>
130+
<version>4.7.0</version>
131+
<scope>test</scope>
126132
</dependency>
127133
<dependency>
128134
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)