Skip to content

Commit 8b73ab7

Browse files
committed
Added missing dependency
1 parent e9c330e commit 8b73ab7

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

logicaldoc-webdav/pom.xml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
<artifactId>jackrabbit-jcr-commons</artifactId>
3131
<version>${jackrabbit.version}</version>
3232
</dependency>
33+
<dependency>
34+
<groupId>javax.jcr</groupId>
35+
<artifactId>jcr</artifactId>
36+
<version>2.0</version>
37+
</dependency>
3338
<dependency>
3439
<groupId>org.apache.jackrabbit</groupId>
3540
<artifactId>jackrabbit-jcr-server</artifactId>
@@ -40,12 +45,13 @@
4045
<artifactId>tika-core</artifactId>
4146
</exclusion>
4247
</exclusions>
43-
</dependency>
48+
</dependency>
4449
<dependency>
4550
<groupId>org.apache.jackrabbit</groupId>
4651
<artifactId>jackrabbit-webdav</artifactId>
4752
<version>${jackrabbit.version}</version>
48-
</dependency>
53+
</dependency>
54+
4955
<dependency>
5056
<groupId>org.slf4j</groupId>
5157
<artifactId>slf4j-api</artifactId>
@@ -160,20 +166,21 @@
160166
<repositories>
161167
<repository>
162168
<id>central</id>
163-
<name>Central Repository</name>
169+
<name>Central Repository</name>
164170
<url>https://repo1.maven.org/maven2/</url>
165171
</repository>
166172
<repository>
167173
<id>mulesoft-public</id>
168174
<name>Mulesoft Repository</name>
169-
<url>https://repository.mulesoft.org/nexus/content/repositories/public/</url>
170-
</repository>
175+
<url>
176+
https://repository.mulesoft.org/nexus/content/repositories/public/</url>
177+
</repository>
171178
<repository>
172179
<id>logicaldoc</id>
173180
<name>LogicalDOC Repository</name>
174181
<url>http://logicaldoc.sourceforge.net/maven</url>
175-
</repository>
176-
</repositories>
182+
</repository>
183+
</repositories>
177184

178185
<build>
179186
<plugins>

0 commit comments

Comments
 (0)