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 c3fb1ed commit fa89188Copy full SHA for fa89188
example/pom.xml
@@ -2,6 +2,12 @@
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4
<modelVersion>4.0.0</modelVersion>
5
+ <parent>
6
+ <groupId>org.springframework.boot</groupId>
7
+ <artifactId>spring-boot-starter-parent</artifactId>
8
+ <version>2.0.5.RELEASE</version>
9
+ <relativePath/>
10
+ </parent>
11
12
<groupId>com.expedia.www</groupId>
13
<artifactId>graphql-kotlin-example</artifactId>
0 commit comments