Skip to content

Commit

Permalink
Fix #2809: h2 dependency in DB Client doc (#2832)
Browse files Browse the repository at this point in the history
* Fix #2809: h2 dependency in DB Client doc
  • Loading branch information
barchetta authored and paulparkinson committed Mar 29, 2021
1 parent 2032042 commit d857729
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/se/dbclient/01_introduction.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////////

Copyright (c) 2020 Oracle and/or its affiliates.
Copyright (c) 2020, 2021 Oracle and/or its affiliates.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -81,9 +81,8 @@ For the DB Client using JDBC implementation and H2 database, you must include th
<artifactId>helidon-dbclient-jdbc</artifactId>
</dependency>
<dependency>
<groupId>com.h2.database</groupId> // <3>
<groupId>com.h2database</groupId> // <3>
<artifactId>h2</artifactId>
<version>1.4.200</version>
</dependency>
</dependencies>
----
Expand Down

0 comments on commit d857729

Please sign in to comment.