Skip to content

Commit

Permalink
[pom] Use properties for derby
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Nov 12, 2023
1 parent 499f2bb commit 02b2f5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -291,19 +291,19 @@
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.16.1.1</version>
<version>${derby.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyshared</artifactId>
<version>10.16.1.1</version>
<version>${derby.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyoptionaltools</artifactId>
<version>10.16.1.1</version>
<version>${derby.version}</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 02b2f5c

Please sign in to comment.