We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a22bf commit a67d339Copy full SHA for a67d339
couchbase-analytics-java-client/extensions/couchbase-analytics-java-client-reactor/pom.xml
@@ -17,20 +17,6 @@
17
<name>Couchbase Analytics Java Client Reactor Extension</name>
18
<description>Adapter for integrating with Project Reactor</description>
19
20
- <!-- Required when using a *-SNAPSHOT version of the SDK. -->
21
- <repositories>
22
- <repository>
23
- <id>sonatype-snapshots</id>
24
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
25
- <releases>
26
- <enabled>false</enabled>
27
- </releases>
28
- <snapshots>
29
- <enabled>true</enabled>
30
- </snapshots>
31
- </repository>
32
- </repositories>
33
-
34
<dependencies>
35
<dependency>
36
<groupId>com.couchbase.client</groupId>
0 commit comments