commit
4b89ba7d20
|
|
@ -3,8 +3,6 @@ plugins {
|
||||||
id "org.springframework.boot"
|
id "org.springframework.boot"
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: "io.spring.dependency-management"
|
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven { url "file:${rootDir}/../docker-test-maven-repository"}
|
maven { url "file:${rootDir}/../docker-test-maven-repository"}
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
@ -12,6 +10,7 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||||
implementation("org.apache.tomcat.embed:tomcat-embed-core")
|
implementation("org.apache.tomcat.embed:tomcat-embed-core")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,6 @@ plugins {
|
||||||
id "org.springframework.boot"
|
id "org.springframework.boot"
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: "io.spring.dependency-management"
|
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven { url "file:${rootDir}/../docker-test-maven-repository"}
|
maven { url "file:${rootDir}/../docker-test-maven-repository"}
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
@ -12,6 +10,7 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||||
implementation("org.springframework.boot:spring-boot-starter-web")
|
implementation("org.springframework.boot:spring-boot-starter-web")
|
||||||
implementation("org.webjars:jquery:3.5.0")
|
implementation("org.webjars:jquery:3.5.0")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,6 @@ plugins {
|
||||||
id "org.springframework.boot"
|
id "org.springframework.boot"
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: "io.spring.dependency-management"
|
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven { url "file:${rootDir}/../docker-test-maven-repository"}
|
maven { url "file:${rootDir}/../docker-test-maven-repository"}
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
@ -12,6 +10,7 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||||
implementation("org.springframework.boot:spring-boot-starter-web")
|
implementation("org.springframework.boot:spring-boot-starter-web")
|
||||||
implementation("org.webjars:jquery:3.5.0")
|
implementation("org.webjars:jquery:3.5.0")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,6 @@ plugins {
|
||||||
id "org.springframework.boot"
|
id "org.springframework.boot"
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: "io.spring.dependency-management"
|
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven { url "file:${rootDir}/../docker-test-maven-repository"}
|
maven { url "file:${rootDir}/../docker-test-maven-repository"}
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
@ -14,6 +12,7 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||||
implementation("org.springframework.boot:spring-boot-starter")
|
implementation("org.springframework.boot:spring-boot-starter")
|
||||||
implementation("org.bouncycastle:bcprov-jdk18on:1.78.1")
|
implementation("org.bouncycastle:bcprov-jdk18on:1.78.1")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,6 @@ plugins {
|
||||||
id "war"
|
id "war"
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: "io.spring.dependency-management"
|
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven { url "file:${rootDir}/../test-repository"}
|
maven { url "file:${rootDir}/../test-repository"}
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
@ -50,6 +48,7 @@ dependencies {
|
||||||
compileOnly("org.eclipse.jetty.ee10:jetty-ee10-servlet")
|
compileOnly("org.eclipse.jetty.ee10:jetty-ee10-servlet")
|
||||||
compileOnly("org.springframework:spring-web")
|
compileOnly("org.springframework:spring-web")
|
||||||
|
|
||||||
|
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||||
implementation("org.springframework.boot:spring-boot-starter")
|
implementation("org.springframework.boot:spring-boot-starter")
|
||||||
|
|
||||||
app(files(resourcesJar))
|
app(files(resourcesJar))
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,6 @@ plugins {
|
||||||
id "org.springframework.boot"
|
id "org.springframework.boot"
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: "io.spring.dependency-management"
|
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven { url "file:${rootDir}/../int-test-maven-repository"}
|
maven { url "file:${rootDir}/../int-test-maven-repository"}
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
@ -13,5 +11,6 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||||
implementation("org.springframework.boot:spring-boot-starter-web")
|
implementation("org.springframework.boot:spring-boot-starter-web")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,6 @@ plugins {
|
||||||
id "org.springframework.boot" version "3.3.0-SNAPSHOT"
|
id "org.springframework.boot" version "3.3.0-SNAPSHOT"
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: "io.spring.dependency-management"
|
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven { url "file:${rootDir}/../int-test-maven-repository"}
|
maven { url "file:${rootDir}/../int-test-maven-repository"}
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
@ -32,6 +30,7 @@ configurations {
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("org.springframework:spring-webflux")
|
compileOnly("org.springframework:spring-webflux")
|
||||||
|
|
||||||
|
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||||
implementation("org.springframework.boot:spring-boot-starter")
|
implementation("org.springframework.boot:spring-boot-starter")
|
||||||
implementation("org.springframework.boot:spring-boot-starter-actuator")
|
implementation("org.springframework.boot:spring-boot-starter-actuator")
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,6 @@ plugins {
|
||||||
id "org.springframework.boot" version "3.3.0-SNAPSHOT"
|
id "org.springframework.boot" version "3.3.0-SNAPSHOT"
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: "io.spring.dependency-management"
|
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven { url "file:${rootDir}/../int-test-maven-repository"}
|
maven { url "file:${rootDir}/../int-test-maven-repository"}
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
@ -28,6 +26,8 @@ configurations {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("jakarta.servlet:jakarta.servlet-api:6.0.0")
|
compileOnly("jakarta.servlet:jakarta.servlet-api:6.0.0")
|
||||||
|
|
||||||
|
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||||
implementation("org.springframework.boot:spring-boot-starter-web") {
|
implementation("org.springframework.boot:spring-boot-starter-web") {
|
||||||
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-tomcat'
|
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-tomcat'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue