Skip to content

Commit

Permalink
only use stable Jackrabbit releases (fixes adobe#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
reschke authored Aug 24, 2022
1 parent c9ed299 commit ea213a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aemanalyser-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,18 +201,18 @@ governing permissions and limitations under the License.
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-api</artifactId>
<version>2.19.3</version>
<artifactId>oak-jackrabbit-api</artifactId>
<version>1.44.0</version>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-jcr-commons</artifactId>
<version>2.21.12</version>
<version>2.20.6</version>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-spi-commons</artifactId>
<version>2.21.12</version>
<version>2.20.6</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
Expand Down

0 comments on commit ea213a5

Please sign in to comment.