Skip to content

Commit 389321a

Browse files
Fix OSGi dependencies #11523
1 parent 4886683 commit 389321a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

modules/core/core-content/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies {
1212

1313
jar {
1414
bundle {
15-
bnd( 'Bundle-Name': 'Enonic XP Core - Content' )
15+
bnd( 'Bundle-Name': 'Enonic XP Core - Content',
16+
'Export-Package': 'com.enonic.xp.core.impl.content.parser')
1617
}
1718
}

modules/core/core-schema/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ dependencies {
1010

1111
jar {
1212
bundle {
13-
bnd( 'Bundle-Name': 'Enonic XP Core - Schema' )
13+
bnd( 'Bundle-Name': 'Enonic XP Core - Schema',
14+
'Export-Package': 'com.enonic.xp.core.impl.schema,com.enonic.xp.core.impl.schema.mapper')
1415
}
1516
}

0 commit comments

Comments
 (0)