Skip to content

Commit

Permalink
TECH-1416 Ensure compatibility with new guava and graphql migrations. (
Browse files Browse the repository at this point in the history
  • Loading branch information
jayblanc authored Mar 4, 2024
1 parent d9bf219 commit e47d058
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,6 @@
<export-package>
org.jahia.modules.htmlfiltering
</export-package>
<import-package>
graphql.annotations.annotationTypes;version="[6.5,99)",
javax.jcr;version="[2.0,3)",
org.jahia.modules.graphql.provider.dxm;version="[2.7,4)",
org.jahia.osgi,
org.jahia.services.content,
org.osgi.framework;version="[1.8,2)",
org.slf4j;version="[1.7,2)",
org.jahia.services
</import-package>
</properties>

<repositories>
Expand Down Expand Up @@ -107,6 +97,18 @@
<configuration>
<instructions>
<_dsannotations>*</_dsannotations>
<Import-Package>
${jahia.plugin.projectPackageImport},
graphql.annotations.annotationTypes;version="[6.5,99)",
javax.jcr;version="[2.0,3)",
org.jahia.modules.graphql.provider.dxm;version="[2.19,4)",
org.jahia.osgi,
org.jahia.services.content,
org.osgi.framework;version="[1.8,2)",
org.slf4j;version="[1.7,2)",
org.jahia.services,
*
</Import-Package>
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit e47d058

Please sign in to comment.