11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5- <parent >
6- <artifactId >jooby-project</artifactId >
7- <groupId >org.jooby</groupId >
8- <version >0.17.0-SNAPSHOT</version >
9- </parent >
10- <modelVersion >4.0.0</modelVersion >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4+ <parent >
5+ <artifactId >jooby-project</artifactId >
6+ <groupId >org.jooby</groupId >
7+ <version >0.17.0-SNAPSHOT</version >
8+ </parent >
9+ <modelVersion >4.0.0</modelVersion >
1110
12- <artifactId >jooby-querydsl</artifactId >
11+ <artifactId >jooby-querydsl</artifactId >
1312
14- <dependencies >
15- <dependency >
16- <groupId >com.querydsl</groupId >
17- <artifactId >querydsl-core</artifactId >
18- <version >${querydsl.version} </version >
19- </dependency >
20- <dependency >
21- <groupId >com.querydsl</groupId >
22- <artifactId >querydsl-sql</artifactId >
23- <version >${querydsl.version} </version >
24- </dependency >
25- <dependency >
26- <groupId >org.jooby</groupId >
27- <artifactId >jooby-jdbc</artifactId >
28- <version >${project.version} </version >
29- </dependency >
13+ <dependencies >
14+ <dependency >
15+ <groupId >com.querydsl</groupId >
16+ <artifactId >querydsl-core</artifactId >
17+ <version >${querydsl.version} </version >
18+ </dependency >
19+ <dependency >
20+ <groupId >com.querydsl</groupId >
21+ <artifactId >querydsl-sql</artifactId >
22+ <version >${querydsl.version} </version >
23+ </dependency >
24+ <dependency >
25+ <groupId >org.jooby</groupId >
26+ <artifactId >jooby-jdbc</artifactId >
27+ <version >${project.version} </version >
28+ </dependency >
3029
31- <!-- Test dependencies -->
32- <dependency >
33- <groupId >org.jooby</groupId >
34- <artifactId >jooby</artifactId >
35- <version >${project.version} </version >
36- <scope >test</scope >
37- <classifier >tests</classifier >
38- </dependency >
30+ <!-- Test dependencies -->
31+ <dependency >
32+ <groupId >org.jooby</groupId >
33+ <artifactId >jooby</artifactId >
34+ <version >${project.version} </version >
35+ <scope >test</scope >
36+ <classifier >tests</classifier >
37+ </dependency >
3938
40- <dependency >
41- <groupId >junit</groupId >
42- <artifactId >junit</artifactId >
43- <scope >test</scope >
44- </dependency >
39+ <dependency >
40+ <groupId >junit</groupId >
41+ <artifactId >junit</artifactId >
42+ <scope >test</scope >
43+ </dependency >
4544
46- <dependency >
47- <groupId >org.easymock</groupId >
48- <artifactId >easymock</artifactId >
49- <scope >test</scope >
50- </dependency >
45+ <dependency >
46+ <groupId >org.easymock</groupId >
47+ <artifactId >easymock</artifactId >
48+ <scope >test</scope >
49+ </dependency >
5150
52- <dependency >
53- <groupId >org.powermock</groupId >
54- <artifactId >powermock-api-easymock</artifactId >
55- <scope >test</scope >
56- </dependency >
51+ <dependency >
52+ <groupId >org.powermock</groupId >
53+ <artifactId >powermock-api-easymock</artifactId >
54+ <scope >test</scope >
55+ </dependency >
5756
58- <dependency >
59- <groupId >org.powermock</groupId >
60- <artifactId >powermock-module-junit4</artifactId >
61- <scope >test</scope >
62- </dependency >
57+ <dependency >
58+ <groupId >org.powermock</groupId >
59+ <artifactId >powermock-module-junit4</artifactId >
60+ <scope >test</scope >
61+ </dependency >
6362
64- <dependency >
65- <groupId >org.jacoco</groupId >
66- <artifactId >org.jacoco.agent</artifactId >
67- <classifier >runtime</classifier >
68- <scope >test</scope >
69- </dependency >
70- <dependency >
71- <groupId >com.h2database</groupId >
72- <artifactId >h2</artifactId >
73- <scope >test</scope >
74- </dependency >
75- </dependencies >
63+ <dependency >
64+ <groupId >org.jacoco</groupId >
65+ <artifactId >org.jacoco.agent</artifactId >
66+ <classifier >runtime</classifier >
67+ <scope >test</scope >
68+ </dependency >
69+ <dependency >
70+ <groupId >com.h2database</groupId >
71+ <artifactId >h2</artifactId >
72+ <scope >test</scope >
73+ </dependency >
74+ </dependencies >
7675
7776</project >
0 commit comments