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
- <artifactId >graphql-jpa-query-schema</artifactId >
3
- <name >graphql-jpa-query-schema</name >
4
-
5
- <parent >
6
- <groupId >com.introproventures</groupId >
7
- <artifactId >graphql-jpa-query</artifactId >
8
- <version >0.3.0-SNAPSHOT </version >
9
- <relativePath >../pom.xml</relativePath >
10
- </parent >
11
-
12
- <modelVersion >4.0.0</modelVersion >
13
-
14
- <dependencies >
15
-
16
- <dependency >
17
- <groupId >com.introproventures</groupId >
18
- <artifactId >graphql-jpa-query-annotations</artifactId >
19
- </dependency >
20
-
21
- <dependency >
22
- <groupId >com.graphql-java</groupId >
23
- <artifactId >graphql-java</artifactId >
24
- </dependency >
25
-
26
- <dependency >
27
- <groupId >org.atteo</groupId >
28
- <artifactId >evo-inflector</artifactId >
29
- </dependency >
30
-
31
- <dependency >
32
- <groupId >org.slf4j</groupId >
33
- <artifactId >slf4j-api</artifactId >
34
- </dependency >
35
-
36
- <dependency >
37
- <groupId >joda-time</groupId >
38
- <artifactId >joda-time</artifactId >
39
- <optional >true</optional >
40
- </dependency >
41
-
42
- <dependency >
43
- <groupId >org.hibernate.javax.persistence</groupId >
44
- <artifactId >hibernate-jpa-2.1-api</artifactId >
45
- <version >1.0.0.Final</version >
46
- </dependency >
47
-
48
- <dependency >
49
- <groupId >javax.transaction</groupId >
50
- <artifactId >javax.transaction-api</artifactId >
51
- </dependency >
52
-
53
- <dependency >
54
- <groupId >javax.interceptor</groupId >
55
- <artifactId >javax.interceptor-api</artifactId >
56
- </dependency >
57
-
58
- <dependency >
59
- <groupId >org.springframework.boot</groupId >
60
- <artifactId >spring-boot-starter-data-jpa</artifactId >
61
- <scope >test</scope >
62
- </dependency >
63
-
64
- </dependencies >
65
-
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
+ <artifactId >graphql-jpa-query-schema</artifactId >
3
+ <name >graphql-jpa-query-schema</name >
4
+
5
+ <parent >
6
+ <groupId >com.introproventures</groupId >
7
+ <artifactId >graphql-jpa-query</artifactId >
8
+ <version >0.3.0</version >
9
+ <relativePath >../pom.xml</relativePath >
10
+ </parent >
11
+
12
+ <modelVersion >4.0.0</modelVersion >
13
+
14
+ <dependencies >
15
+
16
+ <dependency >
17
+ <groupId >com.introproventures</groupId >
18
+ <artifactId >graphql-jpa-query-annotations</artifactId >
19
+ </dependency >
20
+
21
+ <dependency >
22
+ <groupId >com.graphql-java</groupId >
23
+ <artifactId >graphql-java</artifactId >
24
+ </dependency >
25
+
26
+ <dependency >
27
+ <groupId >org.atteo</groupId >
28
+ <artifactId >evo-inflector</artifactId >
29
+ </dependency >
30
+
31
+ <dependency >
32
+ <groupId >org.slf4j</groupId >
33
+ <artifactId >slf4j-api</artifactId >
34
+ </dependency >
35
+
36
+ <dependency >
37
+ <groupId >joda-time</groupId >
38
+ <artifactId >joda-time</artifactId >
39
+ <optional >true</optional >
40
+ </dependency >
41
+
42
+ <dependency >
43
+ <groupId >org.hibernate.javax.persistence</groupId >
44
+ <artifactId >hibernate-jpa-2.1-api</artifactId >
45
+ <version >1.0.0.Final</version >
46
+ </dependency >
47
+
48
+ <dependency >
49
+ <groupId >javax.transaction</groupId >
50
+ <artifactId >javax.transaction-api</artifactId >
51
+ </dependency >
52
+
53
+ <dependency >
54
+ <groupId >javax.interceptor</groupId >
55
+ <artifactId >javax.interceptor-api</artifactId >
56
+ </dependency >
57
+
58
+ <dependency >
59
+ <groupId >org.springframework.boot</groupId >
60
+ <artifactId >spring-boot-starter-data-jpa</artifactId >
61
+ <scope >test</scope >
62
+ </dependency >
63
+
64
+ </dependencies >
65
+
66
66
</project >
0 commit comments