This pom module contains the needed dependencies for the code generated by graphql-java-generator,
when the plugin is in server mode. When you use maven plugin or the gradle plugin, just add this dependency
so that the generated code embeds the necessary dependencies: <dependency><groupId>com.xyz</groupId>
<artifactId>mvn-web-deps</artifactId> <version>0.0.0-SNAPSHOT</version> <type>pom</type>
</dependency>
Version2.0compared with
Version Details
| 2.0RC1 | 2.0 | |
|---|---|---|
| Release date | Apr 10, 2023 | Apr 29, 2023 |
| Licenses | MIT | MIT |
| Vulnerabilities | None | None |
Compile Changes (3)
| 2.0RC1 | 2.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | org.springframework.boot » spring-boot-starter-webflux | - | 2.7.10 |
| ~ Updated | com.graphql-java-generator » graphql-java-common-dependencies | 2.0RC1 | 2.0 |
| - Removed | org.springframework.boot » spring-boot-starter-web | 2.7.10 | - |