File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 43
43
<dependency >
44
44
<groupId >org.eclipse.microprofile.reactive.streams</groupId >
45
45
<artifactId >microprofile-reactive-streams-operators</artifactId >
46
- <version >1.0-SNAPSHOT</version >
47
46
</dependency >
48
47
</dependencies >
49
48
Original file line number Diff line number Diff line change 37
37
<links >https://osgi.org/javadoc/r6/annotation/</links >
38
38
39
39
<checkstyle .version>2.17</checkstyle .version>
40
+ <microprofile .reactive.streams.operators.version>1.0-SNAPSHOT</microprofile .reactive.streams.operators.version>
40
41
</properties >
41
42
42
43
<licenses >
98
99
<dependencies >
99
100
<dependency >
100
101
<groupId >org.eclipse.microprofile.reactive.streams</groupId >
101
- <artifactId >microprofile-reactive-streams-api </artifactId >
102
- <version >1.0-SNAPSHOT </version >
102
+ <artifactId >microprofile-reactive-streams-operators </artifactId >
103
+ <version >${microprofile.reactive.streams.operators.version} </version >
103
104
</dependency >
104
105
<dependency >
105
106
<groupId >org.osgi</groupId >
You can’t perform that action at this time.
0 commit comments