Skip to content

Commit fa89188

Browse files
tapadersterdariuszkuc
authored andcommitted
update example app pom with spring-boot starter parent (#38)
1 parent c3fb1ed commit fa89188

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

example/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<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>
511

612
<groupId>com.expedia.www</groupId>
713
<artifactId>graphql-kotlin-example</artifactId>

0 commit comments

Comments
 (0)