Skip to content

Commit

Permalink
Merge pull request #193 from RepreZen/task/191
Browse files Browse the repository at this point in the history
[#191] Remvoe uses of Guava
  • Loading branch information
andylowry authored Aug 24, 2018
2 parents 172ae39 + ec48f31 commit 6a78b07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kaizen-openapi-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
<repositories>
<repository>
<id>jovl-staging</id>
<url>https://oss.sonatype.org/content/repositories/comreprezenjsonoverlay-1033/</url>
<url>https://oss.sonatype.org/content/repositories/comreprezenjsonoverlay-1034/</url>
</repository>
</repositories>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import java.util.Arrays;
import java.util.Collection;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.stream.Collectors;

Expand Down

0 comments on commit 6a78b07

Please sign in to comment.