Skip to content
Snippets Groups Projects
Commit b02fcf44 authored by Stephan Saalfeld's avatar Stephan Saalfeld
Browse files

added com.google.code.gson 2.2.4 dependency for later introduction of the

openconnectome bindings (and because it is great and we will definitely
use it for other remote backends)
parent b0d678e4
No related branches found
No related tags found
No related merge requests found
...@@ -79,6 +79,12 @@ ...@@ -79,6 +79,12 @@
<artifactId>vecmath</artifactId> <artifactId>vecmath</artifactId>
<version>1.3.1</version> <version>1.3.1</version>
</dependency> </dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.2.4</version>
<scope>compile</scope>
</dependency>
</dependencies> </dependencies>
<developers> <developers>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment