Skip to content

Commit

Permalink
JCR-5022: Update derby dependency to 10.15.2.0 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
reschke committed Jan 29, 2024
1 parent e3a82cf commit d32af89
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 1 deletion.
5 changes: 5 additions & 0 deletions jackrabbit-core/pom.xml
Expand Up @@ -293,6 +293,11 @@ org.apache.jackrabbit.core.version.ModifyNonVersionableCheckedOutTest#testModify
<artifactId>derby</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbytools</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-jcr-tests</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions jackrabbit-jca/pom.xml
Expand Up @@ -130,6 +130,12 @@
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbytools</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down
5 changes: 5 additions & 0 deletions jackrabbit-jcr-rmi/pom.xml
Expand Up @@ -573,6 +573,11 @@ org.apache.jackrabbit.test.api.observation.EventJournalTest
<artifactId>derby</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbytools</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

</project>
5 changes: 5 additions & 0 deletions jackrabbit-jcr-server/pom.xml
Expand Up @@ -282,6 +282,11 @@
<artifactId>derby</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbytools</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

</project>
5 changes: 5 additions & 0 deletions jackrabbit-jcr2dav/pom.xml
Expand Up @@ -207,6 +207,11 @@
<artifactId>derby</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbytools</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

</project>
7 changes: 6 additions & 1 deletion jackrabbit-parent/pom.xml
Expand Up @@ -560,7 +560,12 @@
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.14.2.0</version>
<version>10.15.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbytools</artifactId>
<version>10.15.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
Expand Down
5 changes: 5 additions & 0 deletions jackrabbit-spi2dav/pom.xml
Expand Up @@ -252,6 +252,11 @@
<artifactId>derby</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbytools</artifactId>
<scope>test</scope>
</dependency>
<!-- for testing connection via a proxy -->
<dependency>
<groupId>org.littleshoot</groupId>
Expand Down
5 changes: 5 additions & 0 deletions jackrabbit-spi2jcr/pom.xml
Expand Up @@ -181,5 +181,10 @@ org.apache.jackrabbit.test.api.query.qom.EquiJoinConditionTest#testLeftOuterJoin
<artifactId>derby</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbytools</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
6 changes: 6 additions & 0 deletions jackrabbit-webapp/pom.xml
Expand Up @@ -127,6 +127,12 @@
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbytools</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit d32af89

Please sign in to comment.