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 1717# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1818#
1919
20- version = 5.11.0-SNAPSHOT
20+ version = 5.11.0
2121
2222PROJECT_GROUP = com.graphql-java-kickstart
2323PROJECT_NAME = graphql-spring-boot
Original file line number Diff line number Diff line change 1919
2020dependencies {
2121 annotationProcessor " org.springframework.boot:spring-boot-configuration-processor:$LIB_SPRING_BOOT_VER "
22-
2322 compileOnly " org.springframework.boot:spring-boot-configuration-processor:$LIB_SPRING_BOOT_VER "
2423
2524 compile " org.springframework.boot:spring-boot-autoconfigure:$LIB_SPRING_BOOT_VER "
2625 compile " org.springframework.boot:spring-boot-starter-websocket:$LIB_SPRING_BOOT_VER "
2726 compile " org.springframework.boot:spring-boot-starter-actuator:$LIB_SPRING_BOOT_VER "
2827 compile " com.graphql-java-kickstart:graphql-java-servlet:$LIB_GRAPHQL_SERVLET_VER "
29- compile " commons-io:commons-io:$LIB_COMMONS_IO_VER "
3028 compile " com.graphql-java-kickstart:graphql-java-tools:$LIB_GRAPHQL_JAVA_TOOLS_VER "
29+ compile " commons-io:commons-io:$LIB_COMMONS_IO_VER "
3130
3231 compileOnly " org.springframework.boot:spring-boot-starter-web:$LIB_SPRING_BOOT_VER "
3332
You can’t perform that action at this time.
0 commit comments