|
21 | 21 | <dependency> |
22 | 22 | <groupId>org.scala-lang</groupId> |
23 | 23 | <artifactId>scala-library</artifactId> |
24 | | - <version>${scala.full.version}</version> |
| 24 | + <version>${scala.version}</version> |
25 | 25 | </dependency> |
26 | 26 | </dependencies> |
27 | 27 | </dependencyManagement> |
|
40 | 40 | <dependency> |
41 | 41 | <groupId>org.scala-lang</groupId> |
42 | 42 | <artifactId>scala-library</artifactId> |
43 | | - <version>${scala.full.version}</version> |
| 43 | + <version>${scala.version}</version> |
44 | 44 | <scope>provided</scope> |
45 | 45 | </dependency> |
46 | 46 | <dependency> |
47 | 47 | <groupId>org.scala-lang</groupId> |
48 | 48 | <artifactId>scala-compiler</artifactId> |
49 | | - <version>${scala.full.version}</version> |
| 49 | + <version>${scala.version}</version> |
50 | 50 | <scope>test</scope> |
51 | 51 | </dependency> |
52 | 52 |
|
|
153 | 153 | <plugin> |
154 | 154 | <groupId>net.alchim31.maven</groupId> |
155 | 155 | <artifactId>scala-maven-plugin</artifactId> |
156 | | - <version>3.4.6</version> |
| 156 | + <version>4.8.1</version> |
157 | 157 | <configuration> |
158 | 158 | <charset>${character.encoding}</charset> |
159 | | - <scalaVersion>${scala.full.version}</scalaVersion> |
| 159 | + <scalaVersion>${scala.version}</scalaVersion> |
160 | 160 | <args> |
161 | 161 | <arg>-encoding</arg> |
162 | 162 | <arg>${character.encoding}</arg> |
|
173 | 173 | <!-- <recompileMode>incremental</recompileMode> --> |
174 | 174 | <!-- <useZincServer>true</useZincServer> --> |
175 | 175 | </configuration> |
176 | | - <dependencies> |
177 | | - <dependency> |
178 | | - <groupId>org.scala-lang</groupId> |
179 | | - <artifactId>scala-compiler</artifactId> |
180 | | - <version>${scala.full.version}</version> |
181 | | - </dependency> |
182 | | - </dependencies> |
183 | 176 | <executions> |
184 | 177 | <execution> |
185 | 178 | <id>scala-compile</id> |
|
197 | 190 | </execution> |
198 | 191 | </executions> |
199 | 192 | </plugin> |
200 | | - <!-- |
201 | | - <plugin> |
202 | | - <groupId>io.github.openfeign.querydsl</groupId> |
203 | | - <artifactId>querydsl-maven-plugin</artifactId> |
204 | | - <version>${project.version}</version> |
205 | | - <configuration> |
206 | | - <testClasspath>true</testClasspath> |
207 | | - <targetFolder>target/genericExporter</targetFolder> |
208 | | - <scala>true</scala> |
209 | | - <packages> |
210 | | - <package>com.querydsl.scala</package> |
211 | | - </packages> |
212 | | - </configuration> |
213 | | - <dependencies> |
214 | | - <dependency> |
215 | | - <groupId>io.github.openfeign.querydsl</groupId> |
216 | | - <artifactId>querydsl-scala</artifactId> |
217 | | - <version>${project.version}</version> |
218 | | - </dependency> |
219 | | - <dependency> |
220 | | - <groupId>org.scala-lang</groupId> |
221 | | - <artifactId>scala-library</artifactId> |
222 | | - <version>${scala.full.version}</version> |
223 | | - </dependency> |
224 | | - </dependencies> |
225 | | - </plugin> |
226 | | - --> |
227 | 193 | <plugin> |
228 | 194 | <groupId>org.apache.maven.plugins</groupId> |
229 | 195 | <artifactId>maven-surefire-plugin</artifactId> |
|
0 commit comments