From afbe62bd73f601fcad080160cb7096d789135165 Mon Sep 17 00:00:00 2001 From: Steve Hu Date: Thu, 9 Apr 2020 21:12:20 -0400 Subject: [PATCH] fixes #431 remove fast-classpath-scanner from hybrid dependency --- codegen-web/pom.xml | 4 ---- .../resources/templates/hybrid/server/pom.xml.rocker.raw | 5 ----- .../resources/templates/hybrid/service/pom.xml.rocker.raw | 5 ----- .../main/resources/templates/rest/openapi/pom.xml.rocker.raw | 5 ----- .../main/resources/templates/rest/swagger/pom.xml.rocker.raw | 5 ----- pom.xml | 5 ----- 6 files changed, 29 deletions(-) diff --git a/codegen-web/pom.xml b/codegen-web/pom.xml index 03ca6b781..9b5c19692 100644 --- a/codegen-web/pom.xml +++ b/codegen-web/pom.xml @@ -106,10 +106,6 @@ com.beust jcommander - - io.github.lukehutch - fast-classpath-scanner - ch.qos.logback logback-classic diff --git a/light-hybrid-4j/src/main/resources/templates/hybrid/server/pom.xml.rocker.raw b/light-hybrid-4j/src/main/resources/templates/hybrid/server/pom.xml.rocker.raw index 813129546..c5ae356f1 100644 --- a/light-hybrid-4j/src/main/resources/templates/hybrid/server/pom.xml.rocker.raw +++ b/light-hybrid-4j/src/main/resources/templates/hybrid/server/pom.xml.rocker.raw @@ -120,11 +120,6 @@ undertow-core ${version.undertow} - - io.github.lukehutch - fast-classpath-scanner - ${version.fastscanner} - @if(config.toBoolean("supportDb") || config.toBoolean("supportH2ForTest")){ com.zaxxer diff --git a/light-hybrid-4j/src/main/resources/templates/hybrid/service/pom.xml.rocker.raw b/light-hybrid-4j/src/main/resources/templates/hybrid/service/pom.xml.rocker.raw index b2d866afd..c7e4275cf 100644 --- a/light-hybrid-4j/src/main/resources/templates/hybrid/service/pom.xml.rocker.raw +++ b/light-hybrid-4j/src/main/resources/templates/hybrid/service/pom.xml.rocker.raw @@ -104,11 +104,6 @@ undertow-core ${version.undertow} - - io.github.lukehutch - fast-classpath-scanner - ${version.fastscanner} - @if(config.toBoolean("supportDb") || config.toBoolean("supportH2ForTest")){ com.zaxxer diff --git a/light-rest-4j/src/main/resources/templates/rest/openapi/pom.xml.rocker.raw b/light-rest-4j/src/main/resources/templates/rest/openapi/pom.xml.rocker.raw index 41f212cb0..fb2ab6b94 100644 --- a/light-rest-4j/src/main/resources/templates/rest/openapi/pom.xml.rocker.raw +++ b/light-rest-4j/src/main/resources/templates/rest/openapi/pom.xml.rocker.raw @@ -232,11 +232,6 @@ undertow-core ${version.undertow} - - io.github.lukehutch - fast-classpath-scanner - ${version.fastscanner} - @if(config.toBoolean("supportDb") || config.toBoolean("supportH2ForTest")){ com.zaxxer diff --git a/light-rest-4j/src/main/resources/templates/rest/swagger/pom.xml.rocker.raw b/light-rest-4j/src/main/resources/templates/rest/swagger/pom.xml.rocker.raw index fca1f298e..656bd344e 100644 --- a/light-rest-4j/src/main/resources/templates/rest/swagger/pom.xml.rocker.raw +++ b/light-rest-4j/src/main/resources/templates/rest/swagger/pom.xml.rocker.raw @@ -223,11 +223,6 @@ undertow-core ${version.undertow} - - io.github.lukehutch - fast-classpath-scanner - ${version.fastscanner} - @if(config.toBoolean("supportDb") || config.toBoolean("supportH2ForTest")){ com.zaxxer diff --git a/pom.xml b/pom.xml index 2e09af0bb..868cc8a04 100644 --- a/pom.xml +++ b/pom.xml @@ -293,11 +293,6 @@ jcommander ${version.jcommander} - - io.github.lukehutch - fast-classpath-scanner - ${version.fastscanner} - com.graphql-java graphql-java