We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e71ef commit 9f49bb6Copy full SHA for 9f49bb6
6 files changed
changelog/README.md
@@ -4,6 +4,7 @@
4
5
### 4.0.0-alpha2 (in progress)
6
7
+- [new feature] JAVA-1514: Port Uuids utility class
8
- [new feature] JAVA-1520: Add node state listeners
9
- [new feature] JAVA-1493: Handle schema metadata
10
- [improvement] JAVA-1605: Refactor request execution model
core/pom.xml
@@ -59,6 +59,10 @@
59
<groupId>com.github.jnr</groupId>
60
<artifactId>jnr-ffi</artifactId>
61
</dependency>
62
+ <dependency>
63
+ <groupId>com.github.jnr</groupId>
64
+ <artifactId>jnr-posix</artifactId>
65
+ </dependency>
66
<dependency>
67
<groupId>org.slf4j</groupId>
68
<artifactId>slf4j-api</artifactId>
0 commit comments