Skip to content

Commit 44db5d8

Browse files
committed
Update classpath to include gson - SensitiveLogger
1 parent f49c454 commit 44db5d8

3 files changed

Lines changed: 2 additions & 0 deletions

File tree

.classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
1313
<classpathentry kind="lib" path="lib/hamcrest-library-1.3.jar"/>
1414
<classpathentry kind="lib" path="lib/jmock-2.6.0.jar"/>
15+
<classpathentry kind="lib" path="lib/gson-2.3.1.jar" />
1516
<classpathentry kind="output" path="target/classes"/>
1617
</classpath>

lib/gson-2.3.1.jar

206 KB
Binary file not shown.

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
<groupId>com.google.code.gson</groupId>
8686
<artifactId>gson</artifactId>
8787
<version>2.3.1</version>
88+
<scope>compile</scope>
8889
</dependency>
8990
</dependencies>
9091
<properties>

0 commit comments

Comments
 (0)