Files
graphql-java/graphql-java-21.4.pom
Fridrich Strba 697d912475 Accepting request 1159820 from home:urbic:branches:Java:packages
- Update to v21.4
  * This is a special release to help control introspection
    queries. This release adds a default check for introspection
    queries, to check that they are sensible. This feature is a
    backport of #3526 and #3527. This release also adds an optional
    maximum result nodes limit, which is a backport of #3525.
  * What's Changed
    + 21.x Backport PR 3526 and PR 3527 by @dondonz in #3529
    + 21.x backport 3525 max result nodes by @dondonz in #3528
- Modify patch:
  * java8.patch
    + add some new occurrences

OBS-URL: https://build.opensuse.org/request/show/1159820
OBS-URL: https://build.opensuse.org/package/show/Java:packages/graphql-java?expand=0&rev=8
2024-03-21 08:39:20 +00:00

49 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.graphql-java</groupId>
<artifactId>graphql-java</artifactId>
<version>21.4</version>
<dependencies>
<dependency>
<groupId>com.graphql-java</groupId>
<artifactId>java-dataloader</artifactId>
<version>3.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams</artifactId>
<version>1.0.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.7</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<name>graphql-java</name>
<description>GraphqL Java</description>
<url>https://github.com/graphql-java/graphql-java</url>
<scm>
<url>https://github.com/graphql-java/graphql-java</url>
<connection>https://github.com/graphql-java/graphql-java</connection>
<developerConnection>https://github.com/graphql-java/graphql-java</developerConnection>
</scm>
<licenses>
<license>
<name>MIT</name>
<url>https://github.com/graphql-java/graphql-java/blob/master/LICENSE.md</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>andimarek</id>
<name>Andreas Marek</name>
</developer>
</developers>
</project>