From 9f7fb1155290ae4a5d5993af82c8d5153437474e Mon Sep 17 00:00:00 2001 From: Christian Schuster Date: Tue, 26 May 2015 23:33:39 +0200 Subject: [PATCH] #365 include mapstruct-spi in mapstruct-processor --- integrationtest/src/test/resources/pom.xml | 6 ------ processor/pom.xml | 5 ----- 2 files changed, 11 deletions(-) diff --git a/integrationtest/src/test/resources/pom.xml b/integrationtest/src/test/resources/pom.xml index 016376ddf..0e0cc4f3e 100644 --- a/integrationtest/src/test/resources/pom.xml +++ b/integrationtest/src/test/resources/pom.xml @@ -77,12 +77,6 @@ ${mapstruct.version} provided - - ${project.groupId} - mapstruct-spi - ${mapstruct.version} - provided - diff --git a/processor/pom.xml b/processor/pom.xml index 309c0305f..706f8424d 100644 --- a/processor/pom.xml +++ b/processor/pom.xml @@ -154,11 +154,6 @@ true - - - ${project.groupId}:mapstruct-spi - - org.freemarker:freemarker