File tree Expand file tree Collapse file tree 11 files changed +29
-187
lines changed
src/generated/main/rsocketRpc/io/netifi/proteus/quickstart/service/protobuf Expand file tree Collapse file tree 11 files changed +29
-187
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,14 @@ subprojects {
22 apply plugin : ' idea'
33
44 group ' io.netifi.proteus.quickstart'
5- version ' 1.5.2 '
5+ version ' 1.5.3 '
66
77 // Proteus Versions
88 ext {
9- proteusVersion = ' 1.5.2'
10- rsocketRpcVersion = ' 0.2.10'
9+ protobufVersion = ' 3.6.1'
10+ proteusVersion = ' 1.5.3'
11+ rsocketRpcVersion = ' 0.2.12'
12+ log4jVersion = ' 2.9.1'
1113 }
1214
1315 repositories {
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ dependencies {
99 compile project(' :service-idl' )
1010
1111 compile " io.netifi.proteus:proteus-client:$proteusVersion "
12- compile ' com.google.protobuf:protobuf-java:3.6.0 '
12+ compile " com.google.protobuf:protobuf-java:$p rotobufVersion "
1313
14- compile ' org.apache.logging.log4j:log4j-api:2.9.0 '
15- compile ' org.apache.logging.log4j:log4j-core:2.9.0 '
16- compile ' org.apache.logging.log4j:log4j-slf4j-impl:2.9.0 '
14+ compile " org.apache.logging.log4j:log4j-api:$l og4jVersion "
15+ compile " org.apache.logging.log4j:log4j-core:$l og4jVersion "
16+ compile " org.apache.logging.log4j:log4j-slf4j-impl:$l og4jVersion "
1717}
1818
1919mainClassName = ' io.netifi.proteus.quickstart.client.Main'
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >io.netifi.proteus.quickstart</groupId >
88 <artifactId >proteus-quickstart</artifactId >
9- <version >1.5.0 </version >
9+ <version >1.5.3 </version >
1010 </parent >
1111
1212 <artifactId >client</artifactId >
1313 <name >client</name >
14- <version >1.5.0 </version >
14+ <version >1.5.3 </version >
1515 <packaging >jar</packaging >
1616
1717 <dependencies >
1818 <dependency >
1919 <groupId >io.netifi.proteus.quickstart</groupId >
2020 <artifactId >service-idl</artifactId >
21- <version >1.5.0 </version >
21+ <version >1.5.3 </version >
2222 <scope >compile</scope >
2323 </dependency >
2424 <dependency >
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >io.netifi.proteus.quickstart</groupId >
55 <artifactId >proteus-quickstart</artifactId >
6- <version >1.5.0 </version >
6+ <version >1.5.3 </version >
77 <packaging >pom</packaging >
88 <name >multi</name >
99
1616 <properties >
1717 <maven .compiler.target>1.8</maven .compiler.target>
1818 <maven .compiler.source>1.8</maven .compiler.source>
19- <proteusVersion >1.5.0 </proteusVersion >
20- <rsocketRpcVersion >0.2.4 </rsocketRpcVersion >
21- <protobufVersion >3.6.0 </protobufVersion >
22- <log4j2Version >2.9.0 </log4j2Version >
19+ <proteusVersion >1.5.3 </proteusVersion >
20+ <rsocketRpcVersion >0.2.12 </rsocketRpcVersion >
21+ <protobufVersion >3.6.1 </protobufVersion >
22+ <log4j2Version >2.9.1 </log4j2Version >
2323 </properties >
2424
2525 <repositories >
Original file line number Diff line number Diff line change 11plugins {
2- id ' com.google.protobuf' version ' 0.8.6 '
2+ id ' com.google.protobuf' version ' 0.8.7 '
33 id ' java'
44}
55
66sourceCompatibility = 1.8
77
88dependencies {
99 compile " io.rsocket.rpc:rsocket-rpc-core:$rsocketRpcVersion "
10- compile ' com.google.protobuf:protobuf-java:3.6.0 '
10+ compile " com.google.protobuf:protobuf-java:$p rotobufVersion "
1111}
1212
1313sourceSets {
@@ -24,7 +24,7 @@ protobuf {
2424 generatedFilesBaseDir = " ${ projectDir} /src/generated"
2525
2626 protoc {
27- artifact = ' com.google.protobuf:protoc:3.6.0 '
27+ artifact = " com.google.protobuf:protoc:$p rotobufVersion "
2828 }
2929
3030 plugins {
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >io.netifi.proteus.quickstart</groupId >
99 <artifactId >proteus-quickstart</artifactId >
10- <version >1.5.0 </version >
10+ <version >1.5.3 </version >
1111 </parent >
1212
1313 <artifactId >service-idl</artifactId >
1414 <name >service-idl</name >
15- <version >1.5.0 </version >
15+ <version >1.5.3 </version >
1616 <packaging >jar</packaging >
1717
1818 <dependencies >
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ dependencies {
99 compile project(' :service-idl' )
1010
1111 compile " io.netifi.proteus:proteus-client:$proteusVersion "
12- compile ' com.google.protobuf:protobuf-java:3.6.0 '
12+ compile " com.google.protobuf:protobuf-java:$p rotobufVersion "
1313
14- compile ' org.apache.logging.log4j:log4j-api:2.9.0 '
15- compile ' org.apache.logging.log4j:log4j-core:2.9.0 '
16- compile ' org.apache.logging.log4j:log4j-slf4j-impl:2.9.0 '
14+ compile " org.apache.logging.log4j:log4j-api:$l og4jVersion "
15+ compile " org.apache.logging.log4j:log4j-core:$l og4jVersion "
16+ compile " org.apache.logging.log4j:log4j-slf4j-impl:$l og4jVersion "
1717}
1818
1919mainClassName = ' io.netifi.proteus.quickstart.service.Main'
You can’t perform that action at this time.
0 commit comments