Skip to content

Commit

Permalink
clean up dependencies in the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Jung committed Jul 22, 2024
1 parent 8d3f448 commit a70e498
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions website/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,11 @@ implementation("com.expediagroup", "graphql-kotlin-spring-server")
<TabItem value="maven">

```xml
<dependencies>
<dependency>
<groupId>com.expediagroup</groupId>
<artifactId>graphql-kotlin-spring-server</artifactId>
<version>${latestVersion}</version>
</dependency>
</dependencies>
<dependency>
<groupId>com.expediagroup</groupId>
<artifactId>graphql-kotlin-spring-server</artifactId>
<version>${latestVersion}</version>
</dependency>
```

</TabItem>
Expand Down

0 comments on commit a70e498

Please sign in to comment.