Skip to content

Commit 63d3a1f

Browse files
author
Dennis Ju
committed
SF
1 parent e197bec commit 63d3a1f

File tree

2 files changed

+71
-71
lines changed

2 files changed

+71
-71
lines changed

pom.template

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
</scm>
3232
<url>${ivy.pom.url}</url>
3333
<version>${ivy.pom.version}</version>
34-
<build>
35-
<sourceDirectory>java/src</sourceDirectory>
36-
<testSourceDirectory>java/test</testSourceDirectory>
37-
</build>
34+
<build>
35+
<sourceDirectory>java/src</sourceDirectory>
36+
<testSourceDirectory>java/test</testSourceDirectory>
37+
</build>
3838
</project>

pom.xml

+67-67
Original file line numberDiff line numberDiff line change
@@ -30,70 +30,70 @@
3030
<url>http://github.com/liferay/liferay-nativity</url>
3131
</scm>
3232
<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

Comments
 (0)