Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
adutra committed Dec 10, 2024
1 parent 2a62e52 commit ac7bafa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/in-dev/unreleased/metastores.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ A single `persistence.xml` can describe multiple [persistence units](https://ecl
To build Polaris with the necessary H2 dependency and start the Polaris service, run the following:
```bash
polaris> ./gradlew --no-daemon --info -PeclipseLink=true -PeclipseLinkDeps=com.h2database:h2:2.3.232 clean shadowJar
polaris> java -jar dropwizard/service/build/libs/polaris-service-*.jar server ./polaris-server.yml
polaris> java -jar dropwizard/service/build/libs/polaris-dropwizard-service-*.jar server ./polaris-server.yml
```

### Postgres
Expand Down Expand Up @@ -108,5 +108,5 @@ The following shows a sample configuration for integrating Polaris with Postgres
To build Polaris with the necessary Postgres dependency and start the Polaris service, run the following:
```bash
polaris> ./gradlew --no-daemon --info -PeclipseLink=true -PeclipseLinkDeps=org.postgresql:postgresql:42.7.4 clean shadowJar
polaris> java -jar dropwizard/service/build/libs/polaris-service-*.jar server ./polaris-server.yml
polaris> java -jar dropwizard/service/build/libs/polaris-dropwizard-service-*.jar server ./polaris-server.yml
```

0 comments on commit ac7bafa

Please sign in to comment.