From f5f5292e18cf3a93d2b0194eb6c2b293f74a370b Mon Sep 17 00:00:00 2001 From: olim7t Date: Tue, 18 Aug 2020 09:35:28 -0700 Subject: [PATCH] Configure the annotation processor via the Maven compiler plugin This is the recommended approach. See https://docs.datastax.com/en/developer/java-driver/latest/manual/mapper/config/#maven --- pom.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index aa38534..b949912 100644 --- a/pom.xml +++ b/pom.xml @@ -25,11 +25,6 @@ java-driver-mapper-runtime ${datastax-driver.version} - - com.datastax.oss - java-driver-mapper-processor - ${datastax-driver.version} - at.favre.lib bcrypt @@ -47,9 +42,17 @@ org.apache.maven.plugins maven-compiler-plugin + 3.8.1 14 14 + + + com.datastax.oss + java-driver-mapper-processor + ${datastax-driver.version} + +