1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2- <modelVersion >4.0.0</modelVersion >
3- <parent >
4- <groupId >com.introproventures</groupId >
5- <artifactId >graphql-jpa-query-build</artifactId >
6- <version >0.5.4-SNAPSHOT </version >
7- <relativePath >../graphql-jpa-query-build</relativePath >
8- </parent >
9- <artifactId >graphql-jpa-query-autoconfigure</artifactId >
10-
11- <dependencies >
12- <dependency >
13- <groupId >com.introproventures</groupId >
14- <artifactId >graphql-jpa-query-scalars</artifactId >
15- </dependency >
16- <dependency >
17- <groupId >com.introproventures</groupId >
18- <artifactId >graphql-jpa-query-schema</artifactId >
19- <optional >true</optional >
20- </dependency >
21- <dependency >
22- <groupId >com.graphql-java</groupId >
23- <artifactId >graphql-java</artifactId >
24- <optional >true</optional >
25- </dependency >
26- <dependency >
27- <groupId >org.springframework.boot</groupId >
28- <artifactId >spring-boot-starter-graphql</artifactId >
29- <optional >true</optional >
30- </dependency >
31- <dependency >
32- <groupId >org.springframework.boot</groupId >
33- <artifactId >spring-boot-autoconfigure</artifactId >
34- </dependency >
35- <dependency >
36- <groupId >javax.validation</groupId >
37- <artifactId >validation-api</artifactId >
38- </dependency >
39- <dependency >
40- <groupId >org.hibernate.validator</groupId >
41- <artifactId >hibernate-validator</artifactId >
42- </dependency >
43- <dependency >
44- <groupId >org.springframework.boot</groupId >
45- <artifactId >spring-boot-configuration-processor</artifactId >
46- <optional >true</optional >
47- </dependency >
48- <dependency >
49- <groupId >io.github.graphql-java</groupId >
50- <artifactId >graphql-java-annotations</artifactId >
51- <version >9.1</version >
52- <scope >test</scope >
53- </dependency >
54- <dependency >
55- <groupId >org.reflections</groupId >
56- <artifactId >reflections</artifactId >
57- <version >0.10.2</version >
58- <scope >test</scope >
59- </dependency >
60- <dependency >
61- <groupId >io.projectreactor</groupId >
62- <artifactId >reactor-test</artifactId >
63- <scope >test</scope >
64- </dependency >
65- <dependency >
66- <groupId >org.springframework.boot</groupId >
67- <artifactId >spring-boot-starter-data-jpa</artifactId >
68- <scope >test</scope >
69- </dependency >
70- </dependencies >
71-
1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <modelVersion >4.0.0</modelVersion >
3+ <parent >
4+ <groupId >com.introproventures</groupId >
5+ <artifactId >graphql-jpa-query-build</artifactId >
6+ <version >0.5.4</version >
7+ <relativePath >../graphql-jpa-query-build</relativePath >
8+ </parent >
9+ <artifactId >graphql-jpa-query-autoconfigure</artifactId >
10+
11+ <dependencies >
12+ <dependency >
13+ <groupId >com.introproventures</groupId >
14+ <artifactId >graphql-jpa-query-scalars</artifactId >
15+ </dependency >
16+ <dependency >
17+ <groupId >com.introproventures</groupId >
18+ <artifactId >graphql-jpa-query-schema</artifactId >
19+ <optional >true</optional >
20+ </dependency >
21+ <dependency >
22+ <groupId >com.graphql-java</groupId >
23+ <artifactId >graphql-java</artifactId >
24+ <optional >true</optional >
25+ </dependency >
26+ <dependency >
27+ <groupId >org.springframework.boot</groupId >
28+ <artifactId >spring-boot-starter-graphql</artifactId >
29+ <optional >true</optional >
30+ </dependency >
31+ <dependency >
32+ <groupId >org.springframework.boot</groupId >
33+ <artifactId >spring-boot-autoconfigure</artifactId >
34+ </dependency >
35+ <dependency >
36+ <groupId >javax.validation</groupId >
37+ <artifactId >validation-api</artifactId >
38+ </dependency >
39+ <dependency >
40+ <groupId >org.hibernate.validator</groupId >
41+ <artifactId >hibernate-validator</artifactId >
42+ </dependency >
43+ <dependency >
44+ <groupId >org.springframework.boot</groupId >
45+ <artifactId >spring-boot-configuration-processor</artifactId >
46+ <optional >true</optional >
47+ </dependency >
48+ <dependency >
49+ <groupId >io.github.graphql-java</groupId >
50+ <artifactId >graphql-java-annotations</artifactId >
51+ <version >9.1</version >
52+ <scope >test</scope >
53+ </dependency >
54+ <dependency >
55+ <groupId >org.reflections</groupId >
56+ <artifactId >reflections</artifactId >
57+ <version >0.10.2</version >
58+ <scope >test</scope >
59+ </dependency >
60+ <dependency >
61+ <groupId >io.projectreactor</groupId >
62+ <artifactId >reactor-test</artifactId >
63+ <scope >test</scope >
64+ </dependency >
65+ <dependency >
66+ <groupId >org.springframework.boot</groupId >
67+ <artifactId >spring-boot-starter-data-jpa</artifactId >
68+ <scope >test</scope >
69+ </dependency >
70+ </dependencies >
71+
7272</project >
0 commit comments