Skip to content

Commit 02937ca

Browse files
committed
[MAINTENANCE] Remove unused dependencies in blueprint-spring
1 parent 9eafd73 commit 02937ca

File tree

1 file changed

+0
-57
lines changed

1 file changed

+0
-57
lines changed

blueprint/blueprint-spring/pom.xml

-57
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,7 @@
6565
<blueprint.api.version>1.0.0</blueprint.api.version>
6666
<blueprint.core.version>1.9.0</blueprint.core.version>
6767
<blueprint.parser.version>1.5.0</blueprint.parser.version>
68-
<de.kalpatec.pojosr.framework.version>0.2.1</de.kalpatec.pojosr.framework.version>
69-
<org.apache.aries.proxy.impl.version>1.0.6</org.apache.aries.proxy.impl.version>
70-
<org.apache.felix.configadmin.version>1.2.8</org.apache.felix.configadmin.version>
7168
<org.apache.felix.utils.version>1.11.6</org.apache.felix.utils.version>
72-
<pax-swissbox-tinybundles.version>1.3.2</pax-swissbox-tinybundles.version>
7369
<slf4j.version>1.7.5</slf4j.version>
7470
<spring.version>5.3.39</spring.version>
7571
</properties>
@@ -142,59 +138,6 @@
142138
<version>${org.apache.felix.utils.version}</version>
143139
<scope>provided</scope>
144140
</dependency>
145-
<dependency>
146-
<groupId>com.googlecode.pojosr</groupId>
147-
<artifactId>de.kalpatec.pojosr.framework</artifactId>
148-
<version>${de.kalpatec.pojosr.framework.version}</version>
149-
<scope>test</scope>
150-
</dependency>
151-
<dependency>
152-
<groupId>org.ops4j.pax.swissbox</groupId>
153-
<artifactId>pax-swissbox-tinybundles</artifactId>
154-
<version>${pax-swissbox-tinybundles.version}</version>
155-
<scope>test</scope>
156-
</dependency>
157-
<dependency>
158-
<groupId>junit</groupId>
159-
<artifactId>junit</artifactId>
160-
<scope>test</scope>
161-
</dependency>
162-
<dependency>
163-
<groupId>org.slf4j</groupId>
164-
<artifactId>slf4j-log4j12</artifactId>
165-
<version>${slf4j.version}</version>
166-
<scope>test</scope>
167-
</dependency>
168-
<dependency>
169-
<groupId>org.slf4j</groupId>
170-
<artifactId>jcl-over-slf4j</artifactId>
171-
<version>${slf4j.version}</version>
172-
<scope>test</scope>
173-
</dependency>
174-
<dependency>
175-
<groupId>org.apache.aries.proxy</groupId>
176-
<artifactId>org.apache.aries.proxy.impl</artifactId>
177-
<version>${org.apache.aries.proxy.impl.version}</version>
178-
<scope>test</scope>
179-
</dependency>
180-
<dependency>
181-
<groupId>org.apache.felix</groupId>
182-
<artifactId>org.apache.felix.configadmin</artifactId>
183-
<version>${org.apache.felix.configadmin.version}</version>
184-
<scope>test</scope>
185-
</dependency>
186-
<dependency>
187-
<groupId>org.springframework</groupId>
188-
<artifactId>spring-tx</artifactId>
189-
<version>${spring.version}</version>
190-
<scope>test</scope>
191-
</dependency>
192-
<dependency>
193-
<groupId>org.springframework</groupId>
194-
<artifactId>spring-aop</artifactId>
195-
<version>${spring.version}</version>
196-
<scope>test</scope>
197-
</dependency>
198141
</dependencies>
199142

200143
<build>

0 commit comments

Comments
 (0)