Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 618233a

Browse files
committed
Merge pull request #18 from taimos/feature/updates
Feature/updates
2 parents c2319f2 + 2b931b5 commit 618233a

File tree

1 file changed

+22
-15
lines changed

1 file changed

+22
-15
lines changed

pom.xml

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

2-
<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+
<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">
34
<modelVersion>4.0.0</modelVersion>
45
<parent>
56
<groupId>de.taimos</groupId>
@@ -25,6 +26,12 @@
2526
<contributor>
2627
<name>Andrew Evdokimov</name>
2728
</contributor>
29+
<contributor>
30+
<name>Frank Kusters</name>
31+
</contributor>
32+
<contributor>
33+
<name>Michael Erskine</name>
34+
</contributor>
2835
</contributors>
2936

3037
<dependencies>
@@ -33,31 +40,31 @@
3340
<artifactId>json</artifactId>
3441
<version>20090211</version>
3542
</dependency>
36-
<dependency>
37-
<groupId>org.slf4j</groupId>
38-
<artifactId>slf4j-api</artifactId>
39-
<version>1.7.7</version>
40-
</dependency>
43+
<dependency>
44+
<groupId>org.slf4j</groupId>
45+
<artifactId>slf4j-api</artifactId>
46+
<version>1.7.12</version>
47+
</dependency>
4148
<dependency>
4249
<groupId>junit</groupId>
4350
<artifactId>junit</artifactId>
44-
<version>4.11</version>
51+
<version>4.12</version>
52+
<scope>test</scope>
53+
</dependency>
54+
<dependency>
55+
<groupId>ch.qos.logback</groupId>
56+
<artifactId>logback-classic</artifactId>
57+
<version>1.1.2</version>
4558
<scope>test</scope>
4659
</dependency>
47-
<dependency>
48-
<groupId>ch.qos.logback</groupId>
49-
<artifactId>logback-classic</artifactId>
50-
<version>1.1.2</version>
51-
<scope>test</scope>
52-
</dependency>
5360
</dependencies>
5461

5562
<scm>
5663
<connection>scm:git:[email protected]:taimos/GPSd4Java.git</connection>
5764
<developerConnection>scm:git:[email protected]:taimos/GPSd4Java.git</developerConnection>
5865
<url>[email protected]:taimos/GPSd4Java.git</url>
59-
<tag>HEAD</tag>
60-
</scm>
66+
<tag>HEAD</tag>
67+
</scm>
6168

6269
<build>
6370
<pluginManagement>

0 commit comments

Comments
 (0)