-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathivy.xml
More file actions
15 lines (14 loc) · 770 Bytes
/
ivy.xml
File metadata and controls
15 lines (14 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<ivy-module version="2.0">
<info organisation="com.warriorwebpros" module="RoundKeeper"/>
<dependencies>
<!-- Dependency Injection -->
<dependency org="com.google.inject" name="guice" rev="5.1.0"/>
<!-- SWT GUI-->
<dependency org="org.eclipse.swt" name="org.eclipse.swt.gtk.linux.x86_64" rev="4.3"/>
<!--<dependency org="org.eclipse.swt" name="org.eclipse.swt.gtk.linux.x86" rev="4.3"/>-->
<!-- Test -->
<dependency org="junit" name="junit" rev="4.8.1"/> <!-- Unit Testing -->
<dependency org="org.hamcrest" name="hamcrest-all" rev="1.3"/> <!-- Unit TestingMatchers -->
<dependency org="org.mockito" name="mockito-core" rev="4.11.0" /> <!-- Mocking Objects -->
</dependencies>
</ivy-module>