Adding Couchbase Repository to pom.xml
This commit is contained in:
12
pom.xml
12
pom.xml
@@ -14,6 +14,18 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>couchbase</id>
|
||||
<name>Couchbase Maven Repository</name>
|
||||
<layout>default</layout>
|
||||
<url>http://files.couchbase.com/maven2/</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>couchbase</groupId>
|
||||
|
||||
Reference in New Issue
Block a user