diff options
| author | RncLsn <rnc.lsn@gmail.com> | 2015-05-15 17:32:22 +0100 |
|---|---|---|
| committer | RncLsn <rnc.lsn@gmail.com> | 2015-05-15 17:32:22 +0100 |
| commit | 1b6a128137e5d7a6ff75566869232fc054afabef (patch) | |
| tree | 3def49c3c9c1e2ebebc49b82d9eb562b6d097cad /pom.xml | |
| parent | bd995407098d1b0c79c17a28b0b23a2c24a493c6 (diff) | |
| download | ACQuA-1b6a128137e5d7a6ff75566869232fc054afabef.tar.gz ACQuA-1b6a128137e5d7a6ff75566869232fc054afabef.zip | |
Testing and fixing. Executed successfully on UOBM{1,2,3,4,5,6,7,8}.
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -118,5 +118,10 @@ | |||
| 118 | <artifactId>gson</artifactId> | 118 | <artifactId>gson</artifactId> |
| 119 | <version>2.3.1</version> | 119 | <version>2.3.1</version> |
| 120 | </dependency> | 120 | </dependency> |
| 121 | <dependency> | ||
| 122 | <groupId>net.sf.ehcache</groupId> | ||
| 123 | <artifactId>ehcache</artifactId> | ||
| 124 | <version>2.10.0</version> | ||
| 125 | </dependency> | ||
| 121 | </dependencies> | 126 | </dependencies> |
| 122 | </project> | 127 | </project> |
