Skip to content

Commit

Permalink
Add dependency to fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bvsharp committed Oct 4, 2023
1 parent 7e6cd5d commit b3506f2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<edge-common-spring.version>2.3.0-SNAPSHOT</edge-common-spring.version>
<openapi-generator.version>6.2.1</openapi-generator.version>
<mapstruct.version>1.5.2.Final</mapstruct.version>
<folio-spring-system-user.version>7.2.0</folio-spring-system-user.version>

<!-- test dependencies -->
<wiremock.version>2.35.0</wiremock.version>
Expand Down Expand Up @@ -190,6 +191,16 @@
</dependency>
</dependencies>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.folio</groupId>
<artifactId>folio-spring-system-user</artifactId>
<version>${folio-spring-system-user.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

<build>
<plugins>

Expand Down

0 comments on commit b3506f2

Please sign in to comment.