-
Notifications
You must be signed in to change notification settings - Fork 56
/
pom.xml
30 lines (23 loc) · 917 Bytes
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>hnswlib-utils</artifactId>
<parent>
<groupId>com.github.jelmerk</groupId>
<artifactId>hnswlib-parent-pom</artifactId>
<version>1.1.0</version>
<relativePath>..</relativePath>
</parent>
<description>Utilities for dealing with vectors</description>
<dependencies>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
</dependency>
</dependencies>
</project>