Last active
December 12, 2015 10:39
-
-
Save apremalal/4760530 to your computer and use it in GitHub Desktop.
GATE dependencies to add in to pom file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- GATES --> | |
| <dependency> | |
| <groupId>uk.ac.gate</groupId> | |
| <artifactId>gate-core</artifactId> | |
| <version>7.0</version> | |
| </dependency> | |
| <!--Apache commons pool--> | |
| <dependency> | |
| <groupId>commons-pool</groupId> | |
| <artifactId>commons-pool</artifactId> | |
| <version>1.6</version> | |
| </dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment