Skip to content

Commit

Permalink
Merge pull request #11 from AndreiOla/fix/updateLibsSeptember
Browse files Browse the repository at this point in the history
  • Loading branch information
tlawrie authored Sep 22, 2022
2 parents ba12dd3 + 71f4fb3 commit 68b74b9
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.boomerang</groupId>
<artifactId>lib-eventing</artifactId>
<version>0.3.1</version>
<version>0.4.0</version>
<name>Boomerang Lib Eventing</name>
<url>https://github.com/boomerang-io/lib.eventing</url>

Expand All @@ -15,7 +15,15 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.24</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>io.nats</groupId>
Expand Down

0 comments on commit 68b74b9

Please sign in to comment.