Skip to content

Commit e5911fb

Browse files
committed
[MAINTENANCE] Remove unused test helper and dependencies in blueprint-cm
1 parent 690cd19 commit e5911fb

File tree

2 files changed

+0
-832
lines changed
  • blueprint/blueprint-cm

2 files changed

+0
-832
lines changed

blueprint/blueprint-cm/pom.xml

-48
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,9 @@
6060
<blueprint.api.version>1.0.1</blueprint.api.version>
6161
<blueprint.core.version>1.10.3</blueprint.core.version>
6262
<blueprint.parser.version>1.6.0</blueprint.parser.version>
63-
<de.kalpatec.pojosr.framework.version>0.2.1</de.kalpatec.pojosr.framework.version>
64-
<jcl-over-slf4j.version>1.7.5</jcl-over-slf4j.version>
6563
<maven-release-plugin.version>2.5.2</maven-release-plugin.version>
6664
<org.apache.aries.blueprint.core.version>1.10.0</org.apache.aries.blueprint.core.version>
67-
<org.apache.aries.proxy.version>1.1.0</org.apache.aries.proxy.version>
68-
<org.apache.felix.configadmin.version>1.2.8</org.apache.felix.configadmin.version>
6965
<org.osgi.compendium.version>4.1.0</org.osgi.compendium.version>
70-
<pax-swissbox-tinybundles.version>1.3.2</pax-swissbox-tinybundles.version>
71-
<slf4j-log4j12.version>1.7.5</slf4j-log4j12.version>
7266
</properties>
7367

7468
<profiles>
@@ -128,48 +122,6 @@
128122
<artifactId>slf4j-api</artifactId>
129123
<scope>provided</scope>
130124
</dependency>
131-
132-
<dependency>
133-
<groupId>com.googlecode.pojosr</groupId>
134-
<artifactId>de.kalpatec.pojosr.framework</artifactId>
135-
<version>${de.kalpatec.pojosr.framework.version}</version>
136-
<scope>test</scope>
137-
</dependency>
138-
<dependency>
139-
<groupId>org.ops4j.pax.swissbox</groupId>
140-
<artifactId>pax-swissbox-tinybundles</artifactId>
141-
<version>${pax-swissbox-tinybundles.version}</version>
142-
<scope>test</scope>
143-
</dependency>
144-
<dependency>
145-
<groupId>junit</groupId>
146-
<artifactId>junit</artifactId>
147-
<scope>test</scope>
148-
</dependency>
149-
<dependency>
150-
<groupId>org.slf4j</groupId>
151-
<artifactId>slf4j-log4j12</artifactId>
152-
<version>${slf4j-log4j12.version}</version>
153-
<scope>test</scope>
154-
</dependency>
155-
<dependency>
156-
<groupId>org.slf4j</groupId>
157-
<artifactId>jcl-over-slf4j</artifactId>
158-
<version>${jcl-over-slf4j.version}</version>
159-
<scope>test</scope>
160-
</dependency>
161-
<dependency>
162-
<groupId>org.apache.aries.proxy</groupId>
163-
<artifactId>org.apache.aries.proxy</artifactId>
164-
<version>${org.apache.aries.proxy.version}</version>
165-
<scope>test</scope>
166-
</dependency>
167-
<dependency>
168-
<groupId>org.apache.felix</groupId>
169-
<artifactId>org.apache.felix.configadmin</artifactId>
170-
<version>${org.apache.felix.configadmin.version}</version>
171-
<scope>test</scope>
172-
</dependency>
173125
</dependencies>
174126

175127
<build>

0 commit comments

Comments
 (0)