This repository was archived by the owner on Feb 2, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id ' java'
3- id ' application'
4- id ' com.github.johnrengelman.shadow' version ' 4.0.3'
53 id " org.springframework.boot" version " 2.0.5.RELEASE"
64 id " io.spring.dependency-management" version " 1.0.6.RELEASE"
75}
86
9- mainClassName = ' de.zwb3.apiproxy.ApiProxy'
10-
117sourceCompatibility = 1.8
128targetCompatibility = 1.8
139
14-
15- jar {
16- manifest {
17- attributes ' Main-Class' : ' de.zwb3.apiproxy.ApiProxy'
18- }
19- }
20-
2110repositories {
2211 jcenter()
2312}
@@ -41,15 +30,6 @@ dependencies {
4130 // https://mvnrepository.com/artifact/commons-io/commons-io
4231 compile group : ' commons-io' , name : ' commons-io' , version : ' 2.6'
4332
44- // compile("org.springframework.cloud:spring-cloud-starter-gateway")
45- // compile("org.springframework.cloud:spring-cloud-starter-netflix-hystrix")
46- // compile("org.springframework.cloud:spring-cloud-starter-contract-stub-runner"){
47- // exclude group: "org.springframework.boot", module: "spring-boot-starter-web"
48- // }
49-
50- // // https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-gateway
51- // compile group: 'org.springframework.cloud', name: 'spring-cloud-starter-gateway', version: '2.0.1.RELEASE'
52-
5333 // https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
5434 compile group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.8.1'
5535
You can’t perform that action at this time.
0 commit comments