Skip to content

Commit

Permalink
Apply fixes from @bclozel
Browse files Browse the repository at this point in the history
  • Loading branch information
jjavery committed Oct 17, 2024
1 parent 21cf864 commit e4e3b8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 174 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ java {

repositories {
mavenCentral()
maven { url 'https://repo.spring.io/milestone' }
maven { url 'https://repo.spring.io/snapshot' }
}

ext['spring-graphql.version'] = '1.3.3-SNAPSHOT'

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-graphql'
implementation 'org.springframework.boot:spring-boot-starter-web'
Expand Down
22 changes: 0 additions & 22 deletions src/main/java/com/example/demo/DemoConfiguration.java

This file was deleted.

152 changes: 0 additions & 152 deletions src/main/java/com/example/demo/GraphQlSseHandler133.java

This file was deleted.

0 comments on commit e4e3b8c

Please sign in to comment.