File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
graphqlcodegen-bootstrap-plugin
graphqlcodegen-maven-plugin
src/test/java/io/github/deweyjose/graphqlcodegen/services Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3030 </dependency >
3131 <dependency >
3232 <groupId >org.apache.maven</groupId >
33- <artifactId >maven-project </artifactId >
33+ <artifactId >maven-core </artifactId >
3434 <scope >provided</scope >
3535 </dependency >
3636 <dependency >
Original file line number Diff line number Diff line change 1111 </parent >
1212
1313 <artifactId >graphqlcodegen-maven-plugin</artifactId >
14- <version >3.3.0 </version >
14+ <version >3.3.1 </version >
1515 <packaging >maven-plugin</packaging >
1616
1717 <name >GraphQL Code Generator Maven Plugin</name >
3434 </dependency >
3535 <dependency >
3636 <groupId >org.apache.maven</groupId >
37- <artifactId >maven-project </artifactId >
37+ <artifactId >maven-core </artifactId >
3838 <scope >provided</scope >
3939 </dependency >
4040 <dependency >
Original file line number Diff line number Diff line change 11package io .github .deweyjose .graphqlcodegen .services ;
22
3- import static junit .framework .Assert .assertFalse ;
43import static org .junit .jupiter .api .Assertions .assertEquals ;
4+ import static org .junit .jupiter .api .Assertions .assertFalse ;
55import static org .junit .jupiter .api .Assertions .assertNotNull ;
66import static org .junit .jupiter .api .Assertions .assertThrows ;
77import static org .junit .jupiter .api .Assertions .assertTrue ;
Original file line number Diff line number Diff line change 4949 <maven-plugin-plugin .version>3.15.1</maven-plugin-plugin .version>
5050 <maven-plugin-api .version>3.9.9</maven-plugin-api .version>
5151 <maven-plugin-annotations .version>3.15.1</maven-plugin-annotations .version>
52- <maven-project .version>2.2.1</maven-project .version>
5352 <maven-release-plugin .version>3.0.0-M4</maven-release-plugin .version>
5453 <maven-source-plugin .version>3.3.1</maven-source-plugin .version>
5554 <maven-javadoc-plugin .version>3.11.2</maven-javadoc-plugin .version>
5857 <junit .version>5.12.2</junit .version>
5958 <lombok .version>1.18.38</lombok .version>
6059 <kotlinpoet-jvm .version>1.18.1</kotlinpoet-jvm .version>
61- <spotless .version>2.44.4</spotless .version>
60+ <spotless .version>2.44.4</spotless .version>
61+ <maven-core .version>3.9.9</maven-core .version>
6262 </properties >
6363
6464 <dependencyManagement >
8585 </dependency >
8686 <dependency >
8787 <groupId >org.apache.maven</groupId >
88- <artifactId >maven-project </artifactId >
89- <version >${maven-project .version} </version >
88+ <artifactId >maven-core </artifactId >
89+ <version >${maven-core .version} </version >
9090 </dependency >
9191 <dependency >
9292 <groupId >com.netflix.graphql.dgs.codegen</groupId >
You can’t perform that action at this time.
0 commit comments