File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ jobs:
208208 - name : Info
209209 run : mvn -version
210210 - name : Test
211- run : mvn --no-transfer-progress -am -pl driver test -Djackson .version=${{matrix.jackson-version}}
211+ run : mvn --no-transfer-progress -am -pl driver test -Dadb.jackson .version=${{matrix.jackson-version}}
212212
213213 shaded-integration-tests :
214214 timeout-minutes : 20
Original file line number Diff line number Diff line change 3232 <maven .compiler.source>1.8</maven .compiler.source>
3333 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3434 <maven .deploy.skip>true</maven .deploy.skip>
35- <jackson .version>2.14.1</jackson .version>
35+ <adb . jackson.version>2.14.1</adb . jackson.version>
3636 </properties >
3737
3838 <developers >
9090 <dependency >
9191 <groupId >com.fasterxml.jackson</groupId >
9292 <artifactId >jackson-bom</artifactId >
93- <version >${jackson.version} </version >
93+ <version >${adb. jackson.version} </version >
9494 <scope >import</scope >
9595 <type >pom</type >
9696 </dependency >
Original file line number Diff line number Diff line change 1212 <maven .compiler.target>17</maven .compiler.target>
1313 <maven .compiler.source>17</maven .compiler.source>
1414 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15- <jackson .version>2.14.1</jackson .version>
15+ <adb . jackson.version>2.14.1</adb . jackson.version>
1616 </properties >
1717
1818 <dependencies >
6161 <dependency >
6262 <groupId >com.fasterxml.jackson</groupId >
6363 <artifactId >jackson-bom</artifactId >
64- <version >${jackson.version} </version >
64+ <version >${adb. jackson.version} </version >
6565 <scope >import</scope >
6666 <type >pom</type >
6767 </dependency >
You can’t perform that action at this time.
0 commit comments