Skip to content

Issue with schema validation on OsgiGraphQLHttpServlet v15 #555

Discussion options

You must be logged in to vote

@gflores-jahia I merged your PR on master and you can find the fix in the 15.2.1-SNAPSHOT version:

      <dependency>
        <groupId>com.graphql-java-kickstart</groupId>
        <artifactId>graphql-java-servlet-javax</artifactId>
        <version>15.2.1-SNAPSHOT</version>
      </dependency>

the specification of the following repository is required:

    <repository>
      <id>oss.sonatype.org-snapshot</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
      <releases>
        <enabled>false</enabled>
      </releases>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
    </repository>

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by federicorispo
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants