#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> <version>${mapstruct.version}</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>mapstruct-spi</artifactId>
<version>${mapstruct.version}</version>
<scope>provided</scope>
</dependency>
</dependencies> </dependencies>
</profile> </profile>
<profile> <profile>

View File

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