Skip to content

Commit

Permalink
Hardcode the Derby version
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Nov 22, 2020
1 parent 4c2e143 commit a021d77
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions org.wikipathways.client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.5.3.0_1</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyclient</artifactId>
<version>10.5.3.0_1</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit a021d77

Please sign in to comment.