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>
Version1.13compared with
Version Details
| 1.12.5 | 1.13 | |
|---|---|---|
| Release date | Mar 09, 2021 | Mar 27, 2021 |
| Licenses | MIT | MIT |
| Vulnerabilities | None | None |
Compile Changes (2)
| 1.12.5 | 1.13 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | com.graphql-java-generator » graphql-java-spring-mvc | - | 1.13 |
| - Removed | com.graphql-java » graphql-java-spring-boot-starter-webmvc | 2.0 | - |
