Skip to content

Commit

Permalink
BACKLOG-22005 Remove graphql API for html filtering (#111)
Browse files Browse the repository at this point in the history
* BACKLOG-22005 Remove graphql API

* BACKLOG-22005 Update jahia depends
  • Loading branch information
AKarmanov authored Jan 12, 2024
1 parent c75af64 commit 9cecc88
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 249 deletions.
14 changes: 1 addition & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<export-package>org.jahia.modules.sitesettings.users.management</export-package>
<jahia-module-type>system</jahia-module-type>
<jahia-deploy-on-site>all</jahia-deploy-on-site>
<jahia-depends>default,graphql-dxm-provider</jahia-depends>
<jahia-depends>default</jahia-depends>
<jahia-module-signature>MCwCFDXWsQAmA0Dssn4e9Lk4Xwr6agrbAhQRrzd/uiwvmRg/RXYNewhNF8KiLw==</jahia-module-signature>
<require-capability>osgi.extender;filter:="(osgi.extender=org.jahia.bundles.blueprint.extender.config)"</require-capability>
<yarn.arguments>build:production</yarn.arguments>
Expand All @@ -55,18 +55,6 @@
<version>2.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jahia.modules</groupId>
<artifactId>graphql-dxm-provider</artifactId>
<version>2.20.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.github.graphql-java</groupId>
<artifactId>graphql-java-annotations</artifactId>
<version>${graphql-java-annotations.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>

<repositories>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 9cecc88

Please sign in to comment.