Skip to content

Commit

Permalink
Merge pull request #235 from clarin-eric/1.6.14-patch
Browse files Browse the repository at this point in the history
1.6.14 patch
  • Loading branch information
WillemElbers authored Nov 25, 2024
2 parents 74e6b31 + 9da6793 commit 7f540aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,9 @@
</dependency>

<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.33</version>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.4.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -428,7 +428,7 @@
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.6.1</version>
<version>2.7.4</version>
<type>jar</type>
<scope>test</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@
<div class="clarin-top visible-xs">
<a class="logo center-block" href="http://www.clarin.eu"></a>
</div>
<!--
<span class="qualifier snapshot">TESTING</span>
<span class="qualifier beta">BETA</span>
-->
<!--<span wicket:id="authstate">[auth]</span>-->
<div wicket:id="menu" class="navbar-static-top" role="banner">[Navigation]</div>
</header>
Expand Down

0 comments on commit 7f540aa

Please sign in to comment.