Skip to content

Commit

Permalink
Fix sample
Browse files Browse the repository at this point in the history
  • Loading branch information
tegorov committed Jan 24, 2022
1 parent ead8a0d commit ee0eb29
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
<version>1.0.0-SNAPSHOT</version>
<modelVersion>4.0.0</modelVersion>

<pluginRepositories>
<pluginRepository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</pluginRepository>
</pluginRepositories>

<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
Expand Down

0 comments on commit ee0eb29

Please sign in to comment.