We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49c454 commit 44db5d8Copy full SHA for 44db5d8
.classpath
@@ -12,5 +12,6 @@
12
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
13
<classpathentry kind="lib" path="lib/hamcrest-library-1.3.jar"/>
14
<classpathentry kind="lib" path="lib/jmock-2.6.0.jar"/>
15
+ <classpathentry kind="lib" path="lib/gson-2.3.1.jar" />
16
<classpathentry kind="output" path="target/classes"/>
17
</classpath>
lib/gson-2.3.1.jar
206 KB
pom.xml
@@ -85,6 +85,7 @@
85
<groupId>com.google.code.gson</groupId>
86
<artifactId>gson</artifactId>
87
<version>2.3.1</version>
88
+ <scope>compile</scope>
89
</dependency>
90
</dependencies>
91
<properties>
0 commit comments