|
14 | 14 |
|
15 | 15 | <name>SLF4J Android Logger</name>
|
16 | 16 | <description>SLF4J Android binding.</description>
|
17 |
| - <url>http://psdev.de/energylogger-parser/</url> |
| 17 | + <url>http://psdev.de/slf4j-android-logger/</url> |
18 | 18 | <inceptionYear>2013</inceptionYear>
|
19 | 19 | <version>1.0.2-SNAPSHOT</version>
|
20 | 20 |
|
|
65 | 65 | <android.version>4.1.1.4</android.version>
|
66 | 66 | <slf4j-api.version>1.7.5</slf4j-api.version>
|
67 | 67 | <junit.version>4.11</junit.version>
|
68 |
| - <robolectric.version>2.1.1</robolectric.version> |
| 68 | + <robolectric.version>2.2</robolectric.version> |
69 | 69 |
|
70 | 70 | <!-- Plugin Versions -->
|
71 | 71 | <maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
|
72 | 72 | <maven-source-plugin.version>2.2.1</maven-source-plugin.version>
|
73 | 73 | <maven-javadoc-plugin.version>2.9.1</maven-javadoc-plugin.version>
|
74 |
| - <maven-release-plugin.version>2.4.1</maven-release-plugin.version> |
| 74 | + <maven-release-plugin.version>2.4.2</maven-release-plugin.version> |
75 | 75 | <maven-gpg-plugin.version>1.4</maven-gpg-plugin.version>
|
76 | 76 | <jacoco-maven-plugin.version>0.6.4.201312101107</jacoco-maven-plugin.version>
|
77 | 77 | </properties>
|
78 | 78 |
|
79 | 79 | <dependencies>
|
| 80 | + <!-- Testing --> |
| 81 | + <dependency> |
| 82 | + <groupId>junit</groupId> |
| 83 | + <artifactId>junit</artifactId> |
| 84 | + <version>${junit.version}</version> |
| 85 | + <scope>test</scope> |
| 86 | + </dependency> |
| 87 | + <dependency> |
| 88 | + <groupId>org.robolectric</groupId> |
| 89 | + <artifactId>robolectric</artifactId> |
| 90 | + <version>${robolectric.version}</version> |
| 91 | + <scope>test</scope> |
| 92 | + </dependency> |
| 93 | + |
80 | 94 | <!-- Android -->
|
81 | 95 | <dependency>
|
82 | 96 | <groupId>com.google.android</groupId>
|
|
91 | 105 | <artifactId>slf4j-api</artifactId>
|
92 | 106 | <version>${slf4j-api.version}</version>
|
93 | 107 | </dependency>
|
94 |
| - |
95 |
| - <!-- Testing --> |
96 |
| - <dependency> |
97 |
| - <groupId>junit</groupId> |
98 |
| - <artifactId>junit</artifactId> |
99 |
| - <version>${junit.version}</version> |
100 |
| - <scope>test</scope> |
101 |
| - </dependency> |
102 |
| - <dependency> |
103 |
| - <groupId>org.robolectric</groupId> |
104 |
| - <artifactId>robolectric</artifactId> |
105 |
| - <version>${robolectric.version}</version> |
106 |
| - <scope>test</scope> |
107 |
| - </dependency> |
108 | 108 | </dependencies>
|
109 | 109 |
|
110 | 110 | <build>
|
|
0 commit comments