Skip to content

Commit 1a95d2f

Browse files
committed
docs: update CHANGELOG.md
1 parent 6987448 commit 1a95d2f

4 files changed

Lines changed: 4 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ Update dependencies:
1515
#### Test:
1616
- [#408](https://github.com/influxdata/influxdb-client-java/pull/408): `logback-classic` to `1.3.0`
1717
- [#417](https://github.com/influxdata/influxdb-client-java/pull/417): `mockito` to `4.8.0`
18+
19+
Remove dependencies:
20+
#### Test:
21+
- [#418](https://github.com/influxdata/influxdb-client-java/pull/418): `junit-platform-runner`
1822

1923
## 6.5.0 [2022-08-29]
2024

client-osgi/src/test/java/com/influxdb/client/osgi/ITConnectionTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
import static org.hamcrest.CoreMatchers.equalTo;
2727
import static org.hamcrest.MatcherAssert.assertThat;
2828

29-
3029
public class ITConnectionTest extends InfluxDBConnectorTest {
3130

3231
@Test

client/src/test/java/com/influxdb/client/ITBackpressure.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
/**
5858
* @author Jakub Bednar (24/01/2020 09:40)
5959
*/
60-
6160
@EnabledIfSystemProperty(named = "clientBackpressure", matches = "true")
6261
class ITBackpressure extends AbstractITWrite {
6362

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -637,12 +637,6 @@
637637
<version>${junit-jupiter.version}</version>
638638
</dependency>
639639

640-
<!-- <dependency>-->
641-
<!-- <groupId>org.junit.platform</groupId>-->
642-
<!-- <artifactId>junit-platform-runner</artifactId>-->
643-
<!-- <version>1.9.0</version>-->
644-
<!-- </dependency>-->
645-
646640
<dependency>
647641
<groupId>org.hamcrest</groupId>
648642
<artifactId>hamcrest</artifactId>

0 commit comments

Comments
 (0)