Repository: cxf-dosgi Updated Branches: refs/heads/master d2a3c75f3 -> 951f7c8db
[DOSGI-243] Update to OSGi spec 5.0.0 Project: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/commit/a738fce6 Tree: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/tree/a738fce6 Diff: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/diff/a738fce6 Branch: refs/heads/master Commit: a738fce695403ba8a1adca2448976a6097d1278d Parents: d2a3c75 Author: Christian Schneider <[email protected]> Authored: Sun Jul 3 00:15:49 2016 +0200 Committer: Christian Schneider <[email protected]> Committed: Sun Jul 3 00:15:49 2016 +0200 ---------------------------------------------------------------------- parent/pom.xml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/a738fce6/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 82bb30a..f9d71c5 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -28,8 +28,8 @@ <!-- portable text resource processing --> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <osgi.version>4.3.1</osgi.version> - <osgi.compendium.version>4.3.1</osgi.compendium.version> + <osgi.version>5.0.0</osgi.version> + <osgi.compendium.version>5.0.0</osgi.compendium.version> <aries.rsa.version>1.8.0</aries.rsa.version> <cxf.version>3.1.6</cxf.version> <felix.version>5.4.0</felix.version> @@ -186,12 +186,6 @@ <artifactId>easymockclassextension</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-jdk14</artifactId> - <version>1.7.14</version> - <scope>test</scope> - </dependency> </dependencies> <build>
