30
30
<url >http://github.com/liferay/liferay-nativity</url >
31
31
</scm >
32
32
<version >1.0.4-SNAPSHOT</version >
33
- <build >
34
- <sourceDirectory >java/src</sourceDirectory >
35
- <testSourceDirectory >java/test</testSourceDirectory >
36
- </build >
37
- <dependencies >
38
- <dependency >
39
- <groupId >com.fasterxml.jackson.core</groupId >
40
- <artifactId >jackson-annotations</artifactId >
41
- <version >2.5.3</version >
42
- <scope >compile</scope >
43
- </dependency >
44
- <dependency >
45
- <groupId >com.fasterxml.jackson.core</groupId >
46
- <artifactId >jackson-core</artifactId >
47
- <version >2.5.3</version >
48
- <scope >compile</scope >
49
- </dependency >
50
- <dependency >
51
- <groupId >com.fasterxml.jackson.core</groupId >
52
- <artifactId >jackson-databind</artifactId >
53
- <version >2.5.3</version >
54
- <scope >compile</scope >
55
- </dependency >
56
- <dependency >
57
- <groupId >log4j</groupId >
58
- <artifactId >log4j</artifactId >
59
- <version >1.2.17</version >
60
- <scope >compile</scope >
61
- </dependency >
62
- <dependency >
63
- <groupId >io.netty</groupId >
64
- <artifactId >netty-buffer</artifactId >
65
- <version >4.0.28.Final</version >
66
- <scope >compile</scope >
67
- </dependency >
68
- <dependency >
69
- <groupId >io.netty</groupId >
70
- <artifactId >netty-codec</artifactId >
71
- <version >4.0.28.Final</version >
72
- <scope >compile</scope >
73
- </dependency >
74
- <dependency >
75
- <groupId >io.netty</groupId >
76
- <artifactId >netty-common</artifactId >
77
- <version >4.0.28.Final</version >
78
- <scope >compile</scope >
79
- </dependency >
80
- <dependency >
81
- <groupId >io.netty</groupId >
82
- <artifactId >netty-handler</artifactId >
83
- <version >4.0.28.Final</version >
84
- <scope >compile</scope >
85
- </dependency >
86
- <dependency >
87
- <groupId >io.netty</groupId >
88
- <artifactId >netty-transport</artifactId >
89
- <version >4.0.28.Final</version >
90
- <scope >compile</scope >
91
- </dependency >
92
- <dependency >
93
- <groupId >org.slf4j</groupId >
94
- <artifactId >slf4j-api</artifactId >
95
- <version >1.7.12</version >
96
- <scope >compile</scope >
97
- </dependency >
98
- </dependencies >
99
- </project >
33
+ <build >
34
+ <sourceDirectory >java/src</sourceDirectory >
35
+ <testSourceDirectory >java/test</testSourceDirectory >
36
+ </build >
37
+ <dependencies >
38
+ <dependency >
39
+ <groupId >com.fasterxml.jackson.core</groupId >
40
+ <artifactId >jackson-annotations</artifactId >
41
+ <version >2.5.3</version >
42
+ <scope >compile</scope >
43
+ </dependency >
44
+ <dependency >
45
+ <groupId >com.fasterxml.jackson.core</groupId >
46
+ <artifactId >jackson-core</artifactId >
47
+ <version >2.5.3</version >
48
+ <scope >compile</scope >
49
+ </dependency >
50
+ <dependency >
51
+ <groupId >com.fasterxml.jackson.core</groupId >
52
+ <artifactId >jackson-databind</artifactId >
53
+ <version >2.5.3</version >
54
+ <scope >compile</scope >
55
+ </dependency >
56
+ <dependency >
57
+ <groupId >log4j</groupId >
58
+ <artifactId >log4j</artifactId >
59
+ <version >1.2.17</version >
60
+ <scope >compile</scope >
61
+ </dependency >
62
+ <dependency >
63
+ <groupId >io.netty</groupId >
64
+ <artifactId >netty-buffer</artifactId >
65
+ <version >4.0.28.Final</version >
66
+ <scope >compile</scope >
67
+ </dependency >
68
+ <dependency >
69
+ <groupId >io.netty</groupId >
70
+ <artifactId >netty-codec</artifactId >
71
+ <version >4.0.28.Final</version >
72
+ <scope >compile</scope >
73
+ </dependency >
74
+ <dependency >
75
+ <groupId >io.netty</groupId >
76
+ <artifactId >netty-common</artifactId >
77
+ <version >4.0.28.Final</version >
78
+ <scope >compile</scope >
79
+ </dependency >
80
+ <dependency >
81
+ <groupId >io.netty</groupId >
82
+ <artifactId >netty-handler</artifactId >
83
+ <version >4.0.28.Final</version >
84
+ <scope >compile</scope >
85
+ </dependency >
86
+ <dependency >
87
+ <groupId >io.netty</groupId >
88
+ <artifactId >netty-transport</artifactId >
89
+ <version >4.0.28.Final</version >
90
+ <scope >compile</scope >
91
+ </dependency >
92
+ <dependency >
93
+ <groupId >org.slf4j</groupId >
94
+ <artifactId >slf4j-api</artifactId >
95
+ <version >1.7.12</version >
96
+ <scope >compile</scope >
97
+ </dependency >
98
+ </dependencies >
99
+ </project >
0 commit comments