Skip to content

Commit

Permalink
[#180] Use latest staged build of JsonOverlay
Browse files Browse the repository at this point in the history
  • Loading branch information
andylowry committed Aug 19, 2018
1 parent 5258c0b commit 0522291
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion kaizen-openapi-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@
<artifactId>guava</artifactId>
<version>19.0</version>
</dependency>
<dependency>
<groupId>com.reprezen.jsonoverlay</groupId>
<artifactId>jsonoverlay</artifactId>
<version>[3.0,4.0)</version>
</dependency>
</dependencies>
<profiles>
<profile>
Expand Down Expand Up @@ -238,7 +243,7 @@
<repositories>
<repository>
<id>jovl-staging</id>
<url>https://oss.sonatype.org/content/repositories/comreprezenjsonoverlay-1031/</url>
<url>https://oss.sonatype.org/content/repositories/comreprezenjsonoverlay-1032/</url>
</repository>
</repositories>
</project>

0 comments on commit 0522291

Please sign in to comment.