This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
graphql-spring-boot-autoconfigure Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 17
17
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
18
18
#
19
19
20
- version = 5.11.0-SNAPSHOT
20
+ version = 5.11.0
21
21
22
22
PROJECT_GROUP = com.graphql-java-kickstart
23
23
PROJECT_NAME = graphql-spring-boot
Original file line number Diff line number Diff line change 19
19
20
20
dependencies {
21
21
annotationProcessor " org.springframework.boot:spring-boot-configuration-processor:$LIB_SPRING_BOOT_VER "
22
-
23
22
compileOnly " org.springframework.boot:spring-boot-configuration-processor:$LIB_SPRING_BOOT_VER "
24
23
25
24
compile " org.springframework.boot:spring-boot-autoconfigure:$LIB_SPRING_BOOT_VER "
26
25
compile " org.springframework.boot:spring-boot-starter-websocket:$LIB_SPRING_BOOT_VER "
27
26
compile " org.springframework.boot:spring-boot-starter-actuator:$LIB_SPRING_BOOT_VER "
28
27
compile " com.graphql-java-kickstart:graphql-java-servlet:$LIB_GRAPHQL_SERVLET_VER "
29
- compile " commons-io:commons-io:$LIB_COMMONS_IO_VER "
30
28
compile " com.graphql-java-kickstart:graphql-java-tools:$LIB_GRAPHQL_JAVA_TOOLS_VER "
29
+ compile " commons-io:commons-io:$LIB_COMMONS_IO_VER "
31
30
32
31
compileOnly " org.springframework.boot:spring-boot-starter-web:$LIB_SPRING_BOOT_VER "
33
32
You can’t perform that action at this time.
0 commit comments