Skip to content

Commit c654892

Browse files
authored
Merge pull request #217 from ProgrammingLife2016/feat/improved-search
Feat/improved search
2 parents 516c766 + 2f7c881 commit c654892

File tree

3 files changed

+231
-81
lines changed

3 files changed

+231
-81
lines changed

PL2/PL2-gui/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@
4040
<artifactId>mockito-core</artifactId>
4141
<version>1.10.19</version>
4242
</dependency>
43+
<dependency>
44+
<groupId>org.controlsfx</groupId>
45+
<artifactId>controlsfx</artifactId>
46+
<version>8.40.10</version>
47+
</dependency>
4348
</dependencies>
4449

4550
</project>

0 commit comments

Comments
 (0)