This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
graphiql-spring-boot-autoconfigure
graphql-spring-boot-autoconfigure
voyager-spring-boot-autoconfigure Expand file tree Collapse file tree 3 files changed +7
-4
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 */
1919dependencies {
20- compile " org.springframework.boot:spring-boot-configuration-processor:$LIB_SPRING_BOOT_VER "
20+ annotationProcessor " org.springframework.boot:spring-boot-configuration-processor:$LIB_SPRING_BOOT_VER "
21+
2122 compile " org.springframework.boot:spring-boot-autoconfigure:$LIB_SPRING_BOOT_VER "
2223 compile " org.apache.commons:commons-text:1.1"
2324 compileOnly " org.springframework.boot:spring-boot-starter-web:$LIB_SPRING_BOOT_VER "
Original file line number Diff line number Diff line change 1818 */
1919
2020dependencies {
21- compile " org.springframework.boot:spring-boot-configuration-processor:$LIB_SPRING_BOOT_VER "
21+ annotationProcessor " org.springframework.boot:spring-boot-configuration-processor:$LIB_SPRING_BOOT_VER "
22+
2223 compile " org.springframework.boot:spring-boot-autoconfigure:$LIB_SPRING_BOOT_VER "
2324 compile " org.springframework.boot:spring-boot-starter-websocket:$LIB_SPRING_BOOT_VER "
2425 compile " com.graphql-java-kickstart:graphql-java-servlet:$LIB_GRAPHQL_SERVLET_VER "
2526 compile " commons-io:commons-io:$LIB_COMMONS_IO_VER "
2627 compile " com.graphql-java-kickstart:graphql-java-tools:$LIB_GRAPHQL_JAVA_TOOLS_VER "
27-
28+
2829 compileOnly " org.springframework.boot:spring-boot-starter-web:$LIB_SPRING_BOOT_VER "
2930
3031 testCompile " com.graphql-java:graphql-java:$LIB_GRAPHQL_JAVA_VER "
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 */
1919dependencies {
20- compile " org.springframework.boot:spring-boot-configuration-processor:$LIB_SPRING_BOOT_VER "
20+ annotationProcessor " org.springframework.boot:spring-boot-configuration-processor:$LIB_SPRING_BOOT_VER "
21+
2122 compile " org.springframework.boot:spring-boot-autoconfigure:$LIB_SPRING_BOOT_VER "
2223 compile " org.apache.commons:commons-text:1.1"
2324 compileOnly " org.springframework.boot:spring-boot-starter-web:$LIB_SPRING_BOOT_VER "
You can’t perform that action at this time.
0 commit comments