We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5a94d commit 0dd4821Copy full SHA for 0dd4821
docs/Server.groovy
@@ -1,17 +1,10 @@
1
// Simplistic GraphQL Server using SparkJava
2
@Grapes([
3
-<<<<<<< HEAD
4
@Grab('com.sparkjava:spark-core:2.7.2'),
5
@Grab('org.neo4j.driver:neo4j-java-driver:4.1.1'),
6
- @Grab('org.neo4j:neo4j-graphql-java:1.1.0'),
+ @Grab('org.neo4j:neo4j-graphql-java:1.2.0'),
7
@Grab('com.google.code.gson:gson:2.8.5'),
8
@Grab('org.slf4j:slf4j-simple:1.7.30')
9
-=======
10
- @Grab('com.sparkjava:spark-core:2.7.2'),
11
- @Grab('org.neo4j.driver:neo4j-java-driver:1.7.2'),
12
- @Grab('org.neo4j:neo4j-graphql-java:1.2.0'),
13
- @Grab('com.google.code.gson:gson:2.8.5')
14
->>>>>>> Release 1.2.0
15
])
16
import com.google.gson.Gson
17
0 commit comments