forked from gchq/gaffer-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.patch
More file actions
21 lines (20 loc) · 745 Bytes
/
library.patch
File metadata and controls
21 lines (20 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/rest-api/accumulo-rest/pom.xml b/rest-api/accumulo-rest/pom.xml
index 455c00ae2..001001e47 100644
--- a/rest-api/accumulo-rest/pom.xml
+++ b/rest-api/accumulo-rest/pom.xml
@@ -52,6 +52,16 @@
<scope>test</scope>
<type>test-jar</type>
</dependency>
+ <dependency>
+ <groupId>uk.gov.gchq.gaffer</groupId>
+ <artifactId>time-library</artifactId>
+ <version>${project.parent.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>uk.gov.gchq.gaffer</groupId>
+ <artifactId>sketches-library</artifactId>
+ <version>${project.parent.version}</version>
+ </dependency>
</dependencies>
<build>