File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 231231 </dependencies >
232232 <build >
233233 <plugins >
234+ <plugin >
235+ <artifactId >maven-compiler-plugin</artifactId >
236+ <configuration >
237+ <annotationProcessorPaths >
238+ <path >
239+ <groupId >com.google.errorprone</groupId >
240+ <artifactId >error_prone_core</artifactId >
241+ <version >2.31.0</version >
242+ </path >
243+ <path >
244+ <groupId >com.scylladb</groupId >
245+ <artifactId >java-driver-mapper-processor</artifactId >
246+ <version >${project.version} </version >
247+ </path >
248+ <path >
249+ <groupId >com.scylladb</groupId >
250+ <artifactId >java-driver-mapper-runtime</artifactId >
251+ <version >${project.version} </version >
252+ </path >
253+ </annotationProcessorPaths >
254+ </configuration >
255+ </plugin >
234256 <plugin >
235257 <groupId >org.apache.maven.plugins</groupId >
236258 <artifactId >maven-failsafe-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments