Skip to content

Commit

Permalink
switch to different maven endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jun 13, 2023
1 parent 9dcd555 commit 1413a93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
</dependency>
<dependency>
<groupId>org.lucee</groupId>
<artifactId>hsqldb-jdk8</artifactId>
<artifactId>hsqldb</artifactId>
<version>2.7.2.jdk8</version>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@
</dependency>
<dependency>
<groupId>org.lucee</groupId>
<artifactId>hsqldb-jdk8</artifactId>
<artifactId>hsqldb</artifactId>
<version>2.7.2.jdk8</version>
<scope>provided</scope>
</dependency>
Expand Down

0 comments on commit 1413a93

Please sign in to comment.