Skip to content

Commit 6e7742a

Browse files
committed
Merge remote-tracking branch 'origin/main' into TECH-1662_create_sbom
2 parents 41ca700 + e47d058 commit 6e7742a

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

pom.xml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,6 @@
4646
<export-package>
4747
org.jahia.modules.htmlfiltering
4848
</export-package>
49-
<import-package>
50-
graphql.annotations.annotationTypes;version="[6.5,99)",
51-
javax.jcr;version="[2.0,3)",
52-
org.jahia.modules.graphql.provider.dxm;version="[2.7,4)",
53-
org.jahia.osgi,
54-
org.jahia.services.content,
55-
org.osgi.framework;version="[1.8,2)",
56-
org.slf4j;version="[1.7,2)",
57-
org.jahia.services
58-
</import-package>
5949
</properties>
6050

6151
<repositories>
@@ -107,6 +97,18 @@
10797
<configuration>
10898
<instructions>
10999
<_dsannotations>*</_dsannotations>
100+
<Import-Package>
101+
${jahia.plugin.projectPackageImport},
102+
graphql.annotations.annotationTypes;version="[6.5,99)",
103+
javax.jcr;version="[2.0,3)",
104+
org.jahia.modules.graphql.provider.dxm;version="[2.19,4)",
105+
org.jahia.osgi,
106+
org.jahia.services.content,
107+
org.osgi.framework;version="[1.8,2)",
108+
org.slf4j;version="[1.7,2)",
109+
org.jahia.services,
110+
*
111+
</Import-Package>
110112
</instructions>
111113
</configuration>
112114
</plugin>

0 commit comments

Comments
 (0)