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.7.0compared with

Version Details

Compile Changes (2)

1.6.1 1.7.0
ChangeGroup / ArtifactPreviousCurrent
+ Added com.google.code.gson » gson-2.8.6
+ Added org.springframework.boot » spring-boot-starter-websocket-2.2.6.RELEASE