Skip to content

Commit 0ca3a95

Browse files
committed
removed unnecessary dependencies and files
1 parent 077ceb9 commit 0ca3a95

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,7 @@
4949
<artifactId>spring-boot-starter-test</artifactId>
5050
<scope>test</scope>
5151
</dependency>
52-
<!-- <dependency>
53-
<groupId>com.graphql-java-kickstart</groupId>
54-
<artifactId>graphql-spring-boot-starter</artifactId>
55-
<version>15.0.0</version>
56-
</dependency>
57-
<dependency>
58-
<groupId>com.graphql-java-kickstart</groupId>
59-
<artifactId>graphql-java-tools</artifactId>
60-
<version>13.0.3</version>
61-
</dependency> -->
52+
6253
<dependency>
6354
<groupId>org.postgresql</groupId>
6455
<artifactId>postgresql</artifactId>

src/main/java/com/graphql/demo/GraphQLConfig.java

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)