Skip to content

Commit 61dd99b

Browse files
fix: correct module name
1 parent 159eb96 commit 61dd99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
Bundle-Name: Bundle ${project.groupId} : ${project.artifactId}
3838
Bundle-SymbolicName: ${project.groupId}.${project.artifactId}
3939
Bundle-Version: ${project.version}
40-
Automatic-Module-Name: ${project.groupId}.${project.artifactId}
40+
Automatic-Module-Name: ${project.groupId}.${subst;${project.artifactId};-;.}
4141
Import-Package: jakarta.*;resolution:=optional, \
4242
*;
4343
Service-Component: OSGI-INF/io.modelcontextprotocol.json.McpJsonDefaults.xml

0 commit comments

Comments
 (0)