Skip to content

Commit e894bb4

Browse files
committed
Development for 1.50
1 parent b40b440 commit e894bb4

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

pom.xml

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.mapcode</groupId>
77
<artifactId>mapcode-example</artifactId>
88
<packaging>jar</packaging>
9-
<version>1.42</version>
9+
<version>1.50</version>
1010

1111
<name>Mapcode Java Example</name>
1212
<description>
@@ -25,18 +25,34 @@
2525
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2626
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2727

28-
<mapcode.version>1.42.2</mapcode.version>
28+
<mapcode.version>1.50</mapcode.version>
2929
<log4j.version>1.2.17</log4j.version>
3030
<slf4j.version>1.7.12</slf4j.version>
3131
</properties>
3232

3333
<dependencies>
34-
35-
<!-- Mapcode Library. -->
3634
<dependency>
3735
<groupId>com.mapcode</groupId>
3836
<artifactId>mapcode</artifactId>
3937
<version>${mapcode.version}</version>
4038
</dependency>
39+
40+
<dependency>
41+
<groupId>log4j</groupId>
42+
<artifactId>log4j</artifactId>
43+
<version>${log4j.version}</version>
44+
</dependency>
45+
46+
<dependency>
47+
<groupId>org.slf4j</groupId>
48+
<artifactId>slf4j-api</artifactId>
49+
<version>${slf4j.version}</version>
50+
</dependency>
51+
52+
<dependency>
53+
<groupId>org.slf4j</groupId>
54+
<artifactId>slf4j-log4j12</artifactId>
55+
<version>${slf4j.version}</version>
56+
</dependency>
4157
</dependencies>
4258
</project>

0 commit comments

Comments
 (0)