File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 9292
9393 <build >
9494 <plugins >
95+ <plugin >
96+ <groupId >org.apache.maven.plugins</groupId >
97+ <artifactId >maven-compiler-plugin</artifactId >
98+ <inherited >true</inherited >
99+ <configuration >
100+ <annotationProcessorPaths >
101+ <path >
102+ <groupId >org.projectlombok</groupId >
103+ <artifactId >lombok</artifactId >
104+ </path >
105+ </annotationProcessorPaths >
106+ </configuration >
107+ </plugin >
95108 <plugin >
96109 <groupId >com.google.code.maven-replacer-plugin</groupId >
97110 <artifactId >replacer</artifactId >
Original file line number Diff line number Diff line change 1515 requires static lombok ;
1616
1717 // Additional test lib/framework dependencies
18+ requires org .assertj .core ;
19+ requires org .mockito ;
1820 requires org .junit .jupiter .api ;
21+ requires org .junit .jupiter .params ;
1922
2023 requires org .javamoney .moneta ;
2124
You can’t perform that action at this time.
0 commit comments