File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
maven-plugins/java2wadl-plugin/src/it/java-generate-rx Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
3030 - name : Checkout repository
3131 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3232
33- - name : Setup JDK 21
33+ - name : Setup JDK 17
3434 uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
3535 with :
3636 distribution : ' temurin'
37- java-version : ' 21 '
37+ java-version : ' 17 '
3838 - name : Cache local Maven repository
3939 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4040 with :
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 timeout-minutes : 130
2020 steps :
2121 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v3.6.0
22- - name : Set up JDK 21
22+ - name : Set up JDK 17
2323 uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
2424 with :
25- java-version : ' 21 '
25+ java-version : ' 17 '
2626 distribution : ' temurin'
2727 cache : maven
2828 - name : Build with Apache Maven (Windows)
Original file line number Diff line number Diff line change 2121 <artifactId >maven-compiler-plugin</artifactId >
2222 <version >3.13.0</version >
2323 <configuration >
24- <source >21 </source >
25- <target >21 </target >
24+ <source >17 </source >
25+ <target >17 </target >
2626 </configuration >
2727 </plugin >
2828 <plugin >
Original file line number Diff line number Diff line change 107107 <cxf .commons-lang3.version>3.18.0</cxf .commons-lang3.version>
108108 <cxf .commons-logging.version>1.3.5</cxf .commons-logging.version>
109109 <cxf .commons-text.version>1.13.1</cxf .commons-text.version>
110- <cxf .derby.version>10.17 .1.0 </cxf .derby.version>
110+ <cxf .derby.version>10.16 .1.1 </cxf .derby.version>
111111 <cxf .dom4j.version>2.2.0</cxf .dom4j.version>
112112 <cxf .dropwizard3.version>3.2.6</cxf .dropwizard3.version>
113113 <cxf .dropwizard4.version>4.2.37</cxf .dropwizard4.version>
175175 <cxf .ldapsdk.version>7.0.3</cxf .ldapsdk.version>
176176 <cxf .littleproxy.version>2.4.6</cxf .littleproxy.version>
177177 <cxf .logback.classic.version>1.5.21</cxf .logback.classic.version>
178- <cxf .lucene.version>10.3.1 </cxf .lucene.version>
178+ <cxf .lucene.version>9.12.3 </cxf .lucene.version>
179179 <cxf .maven.core.version>3.9.10</cxf .maven.core.version>
180180 <cxf .micrometer.version>1.16.0</cxf .micrometer.version>
181181 <cxf .micrometer-tracing.version>1.6.0</cxf .micrometer-tracing.version>
You can’t perform that action at this time.
0 commit comments