Skip to content

Commit 3b01f61

Browse files
committed
clarifed maven dependency wording
1 parent 085740e commit 3b01f61

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/project-docs/pages/sdk-full-installation.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,17 @@ You can use your favorite dependency management tool to install the SDK.
4343
Maven::
4444
+
4545
--
46-
The following snippet shows how to do it with https://maven.apache.org/[Maven].
46+
For https://maven.apache.org[Maven], you can insert the following into the dependencies section of your project's `pom.xml` file:
4747
4848
[source,xml]
4949
----
50-
<dependencies>
5150
<dependency>
5251
<groupId>com.couchbase.client</groupId>
5352
<artifactId>java-client</artifactId>
5453
<version>3.4.4</version>
5554
</dependency>
56-
</dependencies>
5755
----
56+
Refer to the https://maven.apache.org/guides/introduction/introduction-to-the-pom.html/[Maven Documentation] for more information regarding the structure of the `pom.xml` file.
5857
--
5958
Gradle::
6059
+

0 commit comments

Comments
 (0)