Skip to content

Commit

Permalink
fixes #143 kotin.internal classes must not be included in kmongo
Browse files Browse the repository at this point in the history
  • Loading branch information
zigzago committed Aug 24, 2019
1 parent 5f89f92 commit bd97a76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>${plugin.jar.version}</version>
<configuration>
<excludes>
<exclude>kotlin/internal/*</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit bd97a76

Please sign in to comment.