We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e5a90f commit faf4975Copy full SHA for faf4975
web/pom.xml
@@ -364,6 +364,8 @@
364
<outputDirectory>${project.basedir}/target/lib/</outputDirectory>
365
<includeScope>runtime</includeScope>
366
<prependGroupId>true</prependGroupId>
367
+ <!-- ekskluderer rocksdbjni som er 50 + MB, inkluder fra kafka streams, men ikke brukes av applikasjonen -->
368
+ <excludeArtifactIds>rocksdbjni</excludeArtifactIds>
369
</configuration>
370
</execution>
371
</executions>
0 commit comments