Skip to content

Commit bedf075

Browse files
committed
Fix for missing <scope>test</scope> in mcp-core. Thanks to
@LucaButBoring for catch
1 parent 003eb6e commit bedf075

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mcp-core/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
<groupId>tools.jackson.core</groupId>
104104
<artifactId>jackson-databind</artifactId>
105105
<version>${jackson3.version}</version>
106+
<scope>test</scope>
106107
</dependency>
107108

108109
<dependency>

0 commit comments

Comments
 (0)