Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
Merge branch 'v2-alpha' into gh-1005-accumulo-2-update
Browse files Browse the repository at this point in the history
  • Loading branch information
t92549 committed Jul 13, 2022
2 parents fce578b + f1d59f3 commit 4a8e0fc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,15 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<!-- Newer Guava required for Selenium -->
<version>25.0-jre</version>
<!-- Guava >= 25 required for Selenium -->
<version>[25.0-jre,)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
<version>${jersey.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>proxy-store</artifactId>
Expand Down

0 comments on commit 4a8e0fc

Please sign in to comment.