Changeset View
Changeset View
Standalone View
Standalone View
java/pom.xml
| Show First 20 Lines • Show All 51 Lines • ▼ Show 20 Lines | <dependencies> | ||||
| <dependency> | <dependency> | ||||
| <groupId>it.unimi.dsi</groupId> | <groupId>it.unimi.dsi</groupId> | ||||
| <artifactId>webgraph-big</artifactId> | <artifactId>webgraph-big</artifactId> | ||||
| <version>3.6.0</version> | <version>3.6.0</version> | ||||
| </dependency> | </dependency> | ||||
| <dependency> | <dependency> | ||||
| <groupId>it.unimi.dsi</groupId> | <groupId>it.unimi.dsi</groupId> | ||||
| <artifactId>fastutil</artifactId> | <artifactId>fastutil</artifactId> | ||||
| <version>8.4.1</version> | <version>8.4.2</version> | ||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>it.unimi.dsi</groupId> | |||||
| <artifactId>dsiutils</artifactId> | |||||
| <version>2.6.7</version> | |||||
| </dependency> | </dependency> | ||||
| <dependency> | <dependency> | ||||
| <groupId>it.unimi.dsi</groupId> | <groupId>it.unimi.dsi</groupId> | ||||
| <artifactId>law</artifactId> | <artifactId>law</artifactId> | ||||
| <version>2.6.2</version> | <version>2.6.2</version> | ||||
| <exclusions> | <exclusions> | ||||
| <exclusion> | <exclusion> | ||||
| <groupId>org.apache.hadoop</groupId> | <groupId>org.apache.hadoop</groupId> | ||||
| ▲ Show 20 Lines • Show All 157 Lines • Show Last 20 Lines | |||||