summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-06-13 15:41:24 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-06-13 15:41:24 +0200
commit71c1c6ce2779282d70981efb4ee6c336c0d209e6 (patch)
treec8becc6487f00578564f2411f4262f301ff30add /pom.xml
parent3bbba8d6c70ab5f668bed935182574d0ae164765 (diff)
POM: Remove MapStruct and TestContainers.
Change-Id: I2e343e97d9591f6d543b7f1afdb5b1750d9d72b4
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml54
1 files changed, 0 insertions, 54 deletions
diff --git a/pom.xml b/pom.xml
index ad267c6..c853d48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,9 +36,7 @@
<jakarta-jacc-api.version>1.6.1</jakarta-jacc-api.version>
<jna.version>5.5.0</jna.version>
<jsoup.version>1.13.1</jsoup.version>
- <mapstruct.version>1.4.0.Beta1</mapstruct.version>
<rome.version>1.13.0</rome.version>
- <testcontainers.version>1.14.3</testcontainers.version>
</properties>
<dependencyManagement>
@@ -109,13 +107,6 @@
<version>0.7.0</version>
</dependency>
- <!-- MapStruct -->
- <dependency>
- <groupId>org.mapstruct</groupId>
- <artifactId>mapstruct</artifactId>
- <version>${mapstruct.version}</version>
- </dependency>
-
<!-- Annotations -->
<dependency>
<groupId>com.google.code.findbugs</groupId>
@@ -124,20 +115,6 @@
<scope>provided</scope>
</dependency>
- <!-- Testing -->
- <dependency>
- <groupId>org.testcontainers</groupId>
- <artifactId>testcontainers</artifactId>
- <version>${testcontainers.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.testcontainers</groupId>
- <artifactId>postgresql</artifactId>
- <version>${testcontainers.version}</version>
- <scope>test</scope>
- </dependency>
-
</dependencies>
</dependencyManagement>
@@ -241,12 +218,6 @@
<artifactId>jose4j</artifactId>
</dependency>
- <!-- MapStruct -->
- <dependency>
- <groupId>org.mapstruct</groupId>
- <artifactId>mapstruct</artifactId>
- </dependency>
-
<!-- Annotations -->
<dependency>
<groupId>com.google.code.findbugs</groupId>
@@ -265,21 +236,6 @@
<artifactId>rest-assured</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.testcontainers</groupId>
- <artifactId>junit-jupiter</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.testcontainers</groupId>
- <artifactId>testcontainers</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.testcontainers</groupId>
- <artifactId>postgresql</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
@@ -312,13 +268,6 @@
<artifactId>hibernate-jpamodelgen</artifactId>
<version>${hibernate.version}</version>
</annotationProcessorPath>
-
- <!-- MapStruct -->
- <annotationProcessorPath>
- <groupId>org.mapstruct</groupId>
- <artifactId>mapstruct-processor</artifactId>
- <version>${mapstruct.version}</version>
- </annotationProcessorPath>
</annotationProcessorPaths>
</configuration>
</plugin>
@@ -329,9 +278,6 @@
<configuration>
<systemProperties>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
- <compilerArgs>
- <compilerArg>-Amapstruct.defaultComponentModel=cdi</compilerArg>
- </compilerArgs>
</systemProperties>
</configuration>
</plugin>