From 3b6bad29e782f3eed6c7844770fa55cacfcca37c Mon Sep 17 00:00:00 2001 From: YasasRangika Date: Mon, 14 Oct 2024 15:36:04 +0530 Subject: [PATCH] Add graphQL version 19.11 --- graphQL/19.11-wso2v1/pom.xml | 103 +++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 graphQL/19.11-wso2v1/pom.xml diff --git a/graphQL/19.11-wso2v1/pom.xml b/graphQL/19.11-wso2v1/pom.xml new file mode 100644 index 000000000..4c2905ffd --- /dev/null +++ b/graphQL/19.11-wso2v1/pom.xml @@ -0,0 +1,103 @@ + + + + + + 4.0.0 + org.wso2.orbit.graphQL + graphQL + 19.11.wso2v1 + + bundle + WSO2 Carbon Orbit - GraphQL + + This bundle will export packages from graphQL + + http://wso2.org + + + + com.graphql-java + graphql-java + ${com.graphql.version} + + + org.antlr + antlr4-runtime + ${antlr.runtime.version} + + + org.reactivestreams + reactive-streams + ${reactivestreams.version} + + + com.graphql-java + java-dataloader + ${dataloader.version} + + + + + 3.3.0 + 4.9.3 + 1.0.3 + 3.2.0 + 19.11 + 19.11.wso2v1 + + + + + + org.apache.felix + maven-bundle-plugin + ${maven.bundle.plugin.version} + true + + + ${project.artifactId} + ${project.artifactId} + + graphql.*; version="${orbit.graphql.version}", + org.dataloader.*; version="${dataloader.version}", + org.reactivestreams.*; version="${reactivestreams.version}", + + + + + + + @graphql-java-${com.graphql.version}.jar!/i18n/* + + + + + + + + + + wso2.releases + WSO2 internal Repository + https://maven.wso2.org/nexus/content/repositories/releases/ + + + +