#365 include mapstruct-spi in mapstruct-processor

This commit is contained in:
Christian Schuster 2015-05-26 23:33:39 +02:00 committed by Andreas Gudian
parent d0c685f6b8
commit 9f7fb11552
2 changed files with 0 additions and 11 deletions

View File

@ -77,12 +77,6 @@
<version>${mapstruct.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>mapstruct-spi</artifactId>
<version>${mapstruct.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</profile>
<profile>

View File

@ -154,11 +154,6 @@
</goals>
<configuration>
<minimizeJar>true</minimizeJar>
<artifactSet>
<excludes>
<exclude>${project.groupId}:mapstruct-spi</exclude>
</excludes>
</artifactSet>
<filters>
<filter>
<artifact>org.freemarker:freemarker</artifact>