Skip to content

Commit

Permalink
Add jcr-specs and jcr-core to managed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherpard committed Feb 4, 2021
1 parent e2e730e commit 9e69ce6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions seedstack-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,16 @@
<artifactId>jcr</artifactId>
<version>${jcr-addon.version}</version>
</dependency>
<dependency>
<groupId>org.seedstack.addons.jcr</groupId>
<artifactId>jcr-specs</artifactId>
<version>${jcr-addon.version}</version>
</dependency>
<dependency>
<groupId>org.seedstack.addons.jcr</groupId>
<artifactId>jcr-core</artifactId>
<version>${jcr-addon.version}</version>
</dependency>

<!-- JDBC add-on -->
<dependency>
Expand Down

0 comments on commit 9e69ce6

Please sign in to comment.