Skip to content

Commit

Permalink
Merge pull request #2 from dcsaorg/add-shared-kernel
Browse files Browse the repository at this point in the history
add shared kernel for dcsa libraries
  • Loading branch information
FinnNielsen authored Apr 19, 2022
2 parents 4f4ab6a + 3decbcc commit 3f05450
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dcsa-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<!-- Projects need to override these -->
<core.version />
<event-core.version />
<shared-kernel.version />
</properties>

<dependencyManagement>
Expand All @@ -33,6 +34,11 @@
<artifactId>dcsa_core</artifactId>
<version>${core.version}</version>
</dependency>
<dependency>
<groupId>org.dcsa</groupId>
<artifactId>shared_kernel</artifactId>
<version>${shared-kernel.version}</version>
</dependency>
<dependency>
<groupId>org.dcsa</groupId>
<artifactId>dcsa_event_core</artifactId>
Expand Down

0 comments on commit 3f05450

Please sign in to comment.