Skip to content

Commit

Permalink
update README.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoten committed Jul 1, 2022
1 parent 40fafc5 commit 331ffde
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Use maven:
```bash
mvn clean install
```
The project builds fine on Java 8 to 17.

== Getting started
Use this maven dependency:
Expand All @@ -45,7 +46,7 @@ If you want to use the built-in test database then add the Apache Derby dependen
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.14.1.0</version>
<version>10.14.2.0</version>
</dependency>
```

Expand All @@ -70,7 +71,7 @@ To use the built-in test database you will need the Apache Derby dependency:
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.14.1.1</version>
<version>10.14.2.0</version>
</dependency>
```

Expand Down

0 comments on commit 331ffde

Please sign in to comment.