File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
com.microsoft.java.debug.core
com.microsoft.java.debug.plugin Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5757 <dependency >
5858 <groupId >org.reactivestreams</groupId >
5959 <artifactId >reactive-streams</artifactId >
60- <version >1.0.3 </version >
60+ <version >1.0.4 </version >
6161 </dependency >
6262 <dependency >
6363 <groupId >commons-io</groupId >
Original file line number Diff line number Diff line change 1010 <classpathentry exported =" true" kind =" lib" path =" lib/commons-io-2.11.0.jar" />
1111 <classpathentry kind =" src" path =" src/main/java" />
1212 <classpathentry exported =" true" kind =" lib" path =" lib/rxjava-2.2.21.jar" />
13- <classpathentry exported =" true" kind =" lib" path =" lib/reactive-streams-1.0.3 .jar" />
13+ <classpathentry exported =" true" kind =" lib" path =" lib/reactive-streams-1.0.4 .jar" />
1414 <classpathentry exported =" true" kind =" lib" path =" lib/com.microsoft.java.debug.core-0.37.0.jar" sourcepath =" /com.microsoft.java.debug.core" />
1515 <classpathentry kind =" output" path =" target/classes" />
1616</classpath >
Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ Require-Bundle: org.eclipse.core.runtime,
2424Bundle-ClassPath : lib/commons-io-2.11.0.jar,
2525 .,
2626 lib/rxjava-2.2.21.jar,
27- lib/reactive-streams-1.0.3 .jar,
27+ lib/reactive-streams-1.0.4 .jar,
2828 lib/com.microsoft.java.debug.core-0.37.0.jar
Original file line number Diff line number Diff line change 4646 <artifactItem >
4747 <groupId >org.reactivestreams</groupId >
4848 <artifactId >reactive-streams</artifactId >
49- <version >1.0.3 </version >
49+ <version >1.0.4 </version >
5050 </artifactItem >
5151 <artifactItem >
5252 <groupId >commons-io</groupId >
You can’t perform that action at this time.
0 commit comments