Skip to content

Commit a42bba0

Browse files
committed
Clean up packaging
1 parent 12d9b3b commit a42bba0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
</plugin>
146146
<plugin>
147147
<artifactId>maven-assembly-plugin</artifactId>
148-
<version>2.3</version>
148+
<version>2.4</version>
149149
<configuration>
150150
<appendAssemblyId>false</appendAssemblyId>
151151
<outputDirectory>${project.build.directory}/releases/</outputDirectory>

src/main/assemblies/plugin.xml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<useTransitiveFiltering>true</useTransitiveFiltering>
1313
<excludes>
1414
<exclude>org.elasticsearch:elasticsearch</exclude>
15+
<exclude>log4j:log4j</exclude>
16+
<exclude>junit:junit</exclude>
1517
</excludes>
1618
</dependencySet>
1719
</dependencySets>

0 commit comments

Comments
 (0)