Skip to content

Commit 55ea653

Browse files
committed
Fixing versions
1 parent f06e7bc commit 55ea653

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.classpath

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<attributes>
1616
<attribute name="optional" value="true"/>
1717
<attribute name="maven.pomderived" value="true"/>
18+
<attribute name="test" value="true"/>
1819
</attributes>
1920
</classpathentry>
2021
<classpathentry kind="lib" path="lib/junit-4.8.2.jar"/>
@@ -30,6 +31,10 @@
3031
<attribute name="maven.pomderived" value="true"/>
3132
</attributes>
3233
</classpathentry>
33-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
34+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
35+
<attributes>
36+
<attribute name="maven.pomderived" value="true"/>
37+
</attributes>
38+
</classpathentry>
3439
<classpathentry kind="output" path="target/classes"/>
3540
</classpath>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
<dependency>
4949
<groupId>org.apache.httpcomponents</groupId>
5050
<artifactId>httpclient</artifactId>
51-
<version>4.5.3</version>
51+
<version>4.5.13</version>
5252
<scope>compile</scope>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.apache.httpcomponents</groupId>
5656
<artifactId>httpcore</artifactId>
57-
<version>4.4.6</version>
57+
<version>4.4.14</version>
5858
<scope>compile</scope>
5959
</dependency>
6060
<!-- Log4j Dependencies -->

0 commit comments

Comments
 (0)