Configured the build for intellij

This commit is contained in:
Marcin Grzejszczak
2019-03-15 19:36:26 +01:00
parent 8f639c0499
commit ebb34b278e

View File

@@ -70,6 +70,12 @@
<optional>true</optional>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.sisu</groupId>
<artifactId>org.eclipse.sisu.plexus</artifactId>
@@ -156,6 +162,8 @@
<filter>
<excludes>
<exclude>org/slf4j/</exclude>
<exclude>org/apache/commons/lang3/</exclude>
<exclude>com/google/common/base/</exclude>
</excludes>
</filter>
</filters>