File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828
2929jobs :
3030 test :
31- name : ' ${{ matrix.platform }} with Java 8 '
31+ name : ' ${{ matrix.platform }} with Java ${{ matrix.java-version }} '
3232 strategy :
3333 matrix :
3434 platform :
3535 - ubuntu-latest
3636 - windows-latest
3737 - macos-latest
38+ java-version :
39+ - 8
40+ - 11
3841 runs-on : ${{ matrix.platform }}
3942 steps :
4043 - name : Checkout
4346 uses : actions/setup-java@v3
4447 with :
4548 distribution : adopt-hotspot
46- java-version : 8
49+ java-version : ${{ matrix.java-version }}
4750 - name : Build and Test
4851 run : ' mvn -B package'
Original file line number Diff line number Diff line change 6060 <resource-server .version>1.0.44</resource-server .version>
6161 <servlet-api .version>2.5</servlet-api .version>
6262 <spring .version>4.3.30.RELEASE</spring .version>
63- <logbackVersion >1.4 .5</logbackVersion >
64- <slf4jVersion >1.7.36 </slf4jVersion >
63+ <logbackVersion >1.3 .5</logbackVersion >
64+ <slf4jVersion >2.0.6 </slf4jVersion >
6565 <mockito .version>4.9.0</mockito .version>
6666 <portlet .mvc.util.version>1.1.3</portlet .mvc.util.version>
6767 <uportal-libs .version>5.12.0</uportal-libs .version>
236236 </dependencyManagement >
237237
238238 <dependencies >
239+ <dependency >
240+ <groupId >javax.annotation</groupId >
241+ <artifactId >javax.annotation-api</artifactId >
242+ <version >1.3.2</version >
243+ </dependency >
239244 <dependency >
240245 <groupId >commons-io</groupId >
241246 <artifactId >commons-io</artifactId >
You can’t perform that action at this time.
0 commit comments