Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'externalpoms/org.eclipse.osgi.services-3.2.100.v20100503.pom')
-rw-r--r--externalpoms/org.eclipse.osgi.services-3.2.100.v20100503.pom27
1 files changed, 0 insertions, 27 deletions
diff --git a/externalpoms/org.eclipse.osgi.services-3.2.100.v20100503.pom b/externalpoms/org.eclipse.osgi.services-3.2.100.v20100503.pom
deleted file mode 100644
index 633dc87..0000000
--- a/externalpoms/org.eclipse.osgi.services-3.2.100.v20100503.pom
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project 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" xsi:noNamespaceSchemaLocation="http://maven.apache.org/POM/4.0.0">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.eclipse.osgi</groupId>
- <artifactId>org.eclipse.osgi.services</artifactId>
- <version>3.2.100.v20100503</version>
- <description>OSGi Release 4.2.0 Services
-OSGi Service Platform Release 4.2.0 Service Interfaces and Classes</description>
- <!-- See https://issues.sonatype.org/browse/OSSRH-739 -->
- <dependencies>
- <dependency>
- <groupId>org.eclipse.osgi</groupId>
- <artifactId>org.eclipse.osgi</artifactId>
- <version>3.6.0.v20100517</version>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.5</version>
- </dependency>
- <dependency>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.osgi.foundation</artifactId>
- <version>1.2.0</version>
- </dependency>
- </dependencies>
-</project> \ No newline at end of file

Back to the top