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.2compared with
Version Details
| 1.0 | 1.2 | |
|---|---|---|
| Release date | Dec 05, 2019 | Jan 26, 2020 |
| Licenses | MIT | MIT |
| Vulnerabilities | None | None |
Compile Changes (2)
| 1.0 | 1.2 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | com.graphql-java » graphql-java-spring-boot-starter-webmvc | 2019-11-16T19-22-11-31ab4f9 | 2019-06-24T11-47-27-31ab4f9 |
| - Removed | org.springframework.boot » spring-boot-starter-data-jpa | 2.1.3.RELEASE | - |