summaryrefslogtreecommitdiffstats
path: root/simple/simple-http/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'simple/simple-http/pom.xml')
-rw-r--r--simple/simple-http/pom.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/simple/simple-http/pom.xml b/simple/simple-http/pom.xml
index 2a079fc..0146cea 100644
--- a/simple/simple-http/pom.xml
+++ b/simple/simple-http/pom.xml
@@ -1,9 +1,4 @@
<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/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.sonatype.oss</groupId>
- <artifactId>oss-parent</artifactId>
- <version>7</version>
- </parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.simpleframework</groupId>
<artifactId>simple-http</artifactId>
@@ -50,7 +45,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.1</version>
+ <version>3.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -67,7 +62,7 @@
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh-external</artifactId>
- <version>1.0-alpha-5</version>
+ <version>1.0</version>
</extension>
</extensions>
<plugins>