Revision 43440
Added by Eri Katsari over 8 years ago
pom.xml | ||
---|---|---|
80 | 80 |
<artifactId>rdf4j-rio-api</artifactId> |
81 | 81 |
<version>2.0M2</version> |
82 | 82 |
</dependency> |
83 |
<!-- <dependency> |
|
84 |
<groupId>biz.paluch.redis</groupId> |
|
85 |
<artifactId>lettuce</artifactId> |
|
86 |
<version>3.5.0.Final</version> |
|
87 |
</dependency>--> |
|
83 |
|
|
88 | 84 |
<dependency> |
89 | 85 |
<groupId>org.apache.hadoop</groupId> |
90 | 86 |
<artifactId>hadoop-common</artifactId> |
... | ... | |
145 | 141 |
<artifactId>datanucleus-core</artifactId> |
146 | 142 |
<version>2.0.3</version> |
147 | 143 |
</dependency> |
148 |
|
|
149 |
|
|
144 |
<dependency> |
|
145 |
<groupId>redis.clients</groupId> |
|
146 |
<artifactId>jedis</artifactId> |
|
147 |
<version>2.8.1</version> |
|
148 |
</dependency> |
|
150 | 149 |
</dependencies> |
151 | 150 |
<repositories> |
152 | 151 |
<repository> |
Also available in: Unified diff
fixes for map sorting