File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2626 with :
2727 node-version : ' 20'
2828
29- - name : Jackson 2 Integration Tests
30- run : mvn -pl mcp-test -am -Pjackson2 test
29+ - name : Jackson 3 Integration Tests
30+ run : mvn -pl mcp-test -am -Pjackson3 test
3131
3232 - name : Build and Test
3333 run : mvn clean verify
Original file line number Diff line number Diff line change 152152 <profiles >
153153 <profile >
154154 <id >jackson3</id >
155- <activation >
156- <activeByDefault >true</activeByDefault >
157- </activation >
158155 <dependencies >
159156 <dependency >
160157 <groupId >io.modelcontextprotocol.sdk</groupId >
166163 </profile >
167164 <profile >
168165 <id >jackson2</id >
166+ <activation >
167+ <activeByDefault >true</activeByDefault >
168+ </activation >
169169 <dependencies >
170170 <dependency >
171171 <groupId >io.modelcontextprotocol.sdk</groupId >
You can’t perform that action at this time.
0 commit comments