File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed
azure-toolkit-ide-hdinsight-libs Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1010 <artifact .name>${project.artifactId} -${project.version} .jar</artifact .name>
1111 <hdinsight .htmlcopy.enabled>true</hdinsight .htmlcopy.enabled>
1212 <project .build.encoding>UTF-8</project .build.encoding>
13- <scala .version>2.12.10 </scala .version>
13+ <scala .version>2.12.18 </scala .version>
1414 <spark .version>3.4.0</spark .version>
1515 <checkstyle .skip>true</checkstyle .skip>
1616 </properties >
108108 <plugin >
109109 <groupId >net.alchim31.maven</groupId >
110110 <artifactId >scala-maven-plugin</artifactId >
111- <version >4.8.0 </version >
111+ <version >4.8.1 </version >
112112 <executions >
113113 <execution >
114114 <goals >
147147 <plugin >
148148 <groupId >org.apache.maven.plugins</groupId >
149149 <artifactId >maven-compiler-plugin</artifactId >
150- <version >3.5.1 </version >
150+ <version >3.13.0 </version >
151151 <executions >
152152 <!-- Replacing default-testCompile as it is treated specially by maven -->
153153 <execution >
Original file line number Diff line number Diff line change 2424 <woodstox .version>6.4.0</woodstox .version>
2525 <hadoop .version>3.4.0</hadoop .version>
2626 <snappyjava .version>1.1.10.4</snappyjava .version>
27+ <lombok .version>1.18.36</lombok .version>
2728 </properties >
2829 <modules >
2930 <module >azuretools-core</module >
5960 <type >pom</type >
6061 <scope >import</scope >
6162 </dependency >
63+ <dependency >
64+ <groupId >org.projectlombok</groupId >
65+ <artifactId >lombok</artifactId >
66+ <version >${lombok.version} </version >
67+ </dependency >
6268 <dependency >
6369 <groupId >com.microsoft.hdinsight</groupId >
6470 <artifactId >hdinsight-node-common</artifactId >
Original file line number Diff line number Diff line change 1212 <artifact .name>${project.artifactId} -${project.version} .jar</artifact .name>
1313 <hdinsight .htmlcopy.enabled>false</hdinsight .htmlcopy.enabled>
1414 <project .build.encoding>UTF-8</project .build.encoding>
15- <scala .version>2.12.10 </scala .version>
15+ <scala .version>2.12.18 </scala .version>
1616 <spark .version>3.4.0</spark .version>
1717 <checkstyle .skip>true</checkstyle .skip>
1818 </properties >
Original file line number Diff line number Diff line change 5757 <properties >
5858 <maven .compiler.source>17</maven .compiler.source>
5959 <maven .compiler.target>17</maven .compiler.target>
60+ <lombok .version>1.18.36</lombok .version>
6061 <azure .toolkit-lib.version>0.52.2</azure .toolkit-lib.version>
6162 </properties >
6263 <dependencies >
7576 <type >pom</type >
7677 <scope >import</scope >
7778 </dependency >
79+ <dependency >
80+ <groupId >org.projectlombok</groupId >
81+ <artifactId >lombok</artifactId >
82+ <version >${lombok.version} </version >
83+ </dependency >
7884 <dependency >
7985 <groupId >com.microsoft.azure</groupId >
8086 <artifactId >azure-toolkit-ide-common-lib</artifactId >
You can’t perform that action at this time.
0 commit comments