summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-01-25 23:50:32 +0100
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-01-28 23:34:03 +0100
commitff464ee8fab2bdf478adaac7b70e451e7a1c69dc (patch)
tree6e2a6d5acade17188751e7c1ee7b0549bd95ecda
parentf69532ba07fb46ca2c0bb52a540766bd643313b6 (diff)
downloadtoolchain_jack-ff464ee8fab2bdf478adaac7b70e451e7a1c69dc.tar.gz
toolchain_jack-ff464ee8fab2bdf478adaac7b70e451e7a1c69dc.tar.bz2
toolchain_jack-ff464ee8fab2bdf478adaac7b70e451e7a1c69dc.zip
simple: adapt dependencies for Debian Jessie
Change-Id: Ie40fc3cde6b3b85dfa8f048bf7d7252a13db8a01 Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
-rw-r--r--simple/README.android1
-rw-r--r--simple/simple-common-6.0.1.jarbin44261 -> 0 bytes
-rw-r--r--simple/simple-common/pom.xml9
-rw-r--r--simple/simple-http-6.0.1.jarbin176269 -> 0 bytes
-rw-r--r--simple/simple-http/pom.xml9
-rw-r--r--simple/simple-transport-6.0.1.jarbin70497 -> 0 bytes
-rw-r--r--simple/simple-transport/pom.xml9
7 files changed, 7 insertions, 21 deletions
diff --git a/simple/README.android b/simple/README.android
index 45a2cf8a..8c44b0b4 100644
--- a/simple/README.android
+++ b/simple/README.android
@@ -4,3 +4,4 @@ License: Apache 2
Description: A small, embeddable HTPP and WebSocket engine.
Local Modifications: None.
+build by running mvn-debian clean package -Dmaven.test.skip=true
diff --git a/simple/simple-common-6.0.1.jar b/simple/simple-common-6.0.1.jar
deleted file mode 100644
index 039e7131..00000000
--- a/simple/simple-common-6.0.1.jar
+++ /dev/null
Binary files differ
diff --git a/simple/simple-common/pom.xml b/simple/simple-common/pom.xml
index e1a4b3ad..ce5a5767 100644
--- a/simple/simple-common/pom.xml
+++ b/simple/simple-common/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-common</artifactId>
@@ -40,7 +35,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.1</version>
+ <version>3.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -57,7 +52,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>
diff --git a/simple/simple-http-6.0.1.jar b/simple/simple-http-6.0.1.jar
deleted file mode 100644
index e165cfeb..00000000
--- a/simple/simple-http-6.0.1.jar
+++ /dev/null
Binary files differ
diff --git a/simple/simple-http/pom.xml b/simple/simple-http/pom.xml
index 2a079fc5..0146cead 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>
diff --git a/simple/simple-transport-6.0.1.jar b/simple/simple-transport-6.0.1.jar
deleted file mode 100644
index 87b1dc89..00000000
--- a/simple/simple-transport-6.0.1.jar
+++ /dev/null
Binary files differ
diff --git a/simple/simple-transport/pom.xml b/simple/simple-transport/pom.xml
index 061e5b52..60612745 100644
--- a/simple/simple-transport/pom.xml
+++ b/simple/simple-transport/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-transport</artifactId>
@@ -45,7 +40,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.1</version>
+ <version>3.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -62,7 +57,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>