File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 3030 <dependency >
3131 <groupId >org.immutables</groupId >
3232 <artifactId >value</artifactId >
33- <version >2.10.1 </version >
33+ <version >${immutables.version} </version >
3434 <scope >provided</scope >
3535 </dependency >
3636
Original file line number Diff line number Diff line change 7575 <hamcrest .jpa-matchers>1.8</hamcrest .jpa-matchers>
7676 <lambdaj .version>2.3.3</lambdaj .version>
7777 <mockito .version>3.3.0</mockito .version>
78+
79+ <immutables .version>2.10.1</immutables .version>
7880
7981
8082 <maven-jar-plugin .version>3.0.2</maven-jar-plugin .version>
147149 <debug >${jdk.debug} </debug >
148150 <optimize >${jdk.optimize} </optimize >
149151 <parameters >true</parameters >
152+ <annotationProcessorPaths >
153+ <path >
154+ <groupId >org.immutables</groupId >
155+ <artifactId >value</artifactId >
156+ <version >${immutables.version} </version >
157+ </path >
158+ </annotationProcessorPaths >
150159 </configuration >
151160 </plugin >
152161
You can’t perform that action at this time.
0 commit comments