|
1 | 1 |
|
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"> |
3 | 4 | <modelVersion>4.0.0</modelVersion> |
4 | 5 | <parent> |
5 | 6 | <groupId>de.taimos</groupId> |
|
25 | 26 | <contributor> |
26 | 27 | <name>Andrew Evdokimov</name> |
27 | 28 | </contributor> |
| 29 | + <contributor> |
| 30 | + <name>Frank Kusters</name> |
| 31 | + </contributor> |
| 32 | + <contributor> |
| 33 | + <name>Michael Erskine</name> |
| 34 | + </contributor> |
28 | 35 | </contributors> |
29 | 36 |
|
30 | 37 | <dependencies> |
|
33 | 40 | <artifactId>json</artifactId> |
34 | 41 | <version>20090211</version> |
35 | 42 | </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> |
41 | 48 | <dependency> |
42 | 49 | <groupId>junit</groupId> |
43 | 50 | <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> |
45 | 58 | <scope>test</scope> |
46 | 59 | </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> |
53 | 60 | </dependencies> |
54 | 61 |
|
55 | 62 | <scm> |
56 | 63 | < connection>scm:git: [email protected]:taimos/GPSd4Java.git</ connection> |
57 | 64 | < developerConnection>scm:git: [email protected]:taimos/GPSd4Java.git</ developerConnection> |
58 | 65 | < url> [email protected]:taimos/GPSd4Java.git</ url> |
59 | | - <tag>HEAD</tag> |
60 | | - </scm> |
| 66 | + <tag>HEAD</tag> |
| 67 | + </scm> |
61 | 68 |
|
62 | 69 | <build> |
63 | 70 | <pluginManagement> |
|
0 commit comments