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.
2 parents ce33ba0 + 415510a commit 6e3e739Copy full SHA for 6e3e739
pom.xml
@@ -97,7 +97,7 @@
97
<maven.compiler.source>1.8</maven.compiler.source>
98
<maven.compiler.target>1.8</maven.compiler.target>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
100
- <jackrabbit.version>2.8.0</jackrabbit.version>
+ <jackrabbit.version>2.14.4</jackrabbit.version>
101
</properties>
102
103
<dependencies>
@@ -122,7 +122,8 @@
122
<dependency>
123
<groupId>commons-codec</groupId>
124
<artifactId>commons-codec</artifactId>
125
- <version>1.8</version>
+ <version>1.10</version>
126
+ <scope>provided</scope>
127
</dependency>
128
129
<groupId>junit</groupId>
0 commit comments