|
65 | 65 | <blueprint.api.version>1.0.0</blueprint.api.version>
|
66 | 66 | <blueprint.core.version>1.6.2</blueprint.core.version>
|
67 | 67 | <blueprint.parser.version>1.4.0</blueprint.parser.version>
|
68 |
| - <de.kalpatec.pojosr.framework.version>0.2.1</de.kalpatec.pojosr.framework.version> |
69 | 68 | <junit.version>4.13.2</junit.version>
|
70 |
| - <org.apache.aries.proxy.impl.version>1.0.6</org.apache.aries.proxy.impl.version> |
71 |
| - <org.apache.felix.configadmin.version>1.2.8</org.apache.felix.configadmin.version> |
72 | 69 | <org.apache.felix.utils.version>1.11.6</org.apache.felix.utils.version>
|
73 | 70 | <org.osgi.compendium.version>4.3.1</org.osgi.compendium.version>
|
74 |
| - <pax-swissbox-tinybundles.version>1.3.2</pax-swissbox-tinybundles.version> |
75 | 71 | <slf4j.version>1.7.5</slf4j.version>
|
76 | 72 | <spring.version>5.3.39</spring.version>
|
77 | 73 | </properties>
|
|
145 | 141 | <version>${org.apache.felix.utils.version}</version>
|
146 | 142 | <scope>provided</scope>
|
147 | 143 | </dependency>
|
148 |
| - <dependency> |
149 |
| - <groupId>com.googlecode.pojosr</groupId> |
150 |
| - <artifactId>de.kalpatec.pojosr.framework</artifactId> |
151 |
| - <version>${de.kalpatec.pojosr.framework.version}</version> |
152 |
| - <scope>test</scope> |
153 |
| - </dependency> |
154 |
| - <dependency> |
155 |
| - <groupId>org.ops4j.pax.swissbox</groupId> |
156 |
| - <artifactId>pax-swissbox-tinybundles</artifactId> |
157 |
| - <version>${pax-swissbox-tinybundles.version}</version> |
158 |
| - <scope>test</scope> |
159 |
| - </dependency> |
160 | 144 | <dependency>
|
161 | 145 | <groupId>junit</groupId>
|
162 | 146 | <artifactId>junit</artifactId>
|
163 | 147 | <version>${junit.version}</version>
|
164 | 148 | <scope>test</scope>
|
165 | 149 | </dependency>
|
166 |
| - <dependency> |
167 |
| - <groupId>org.slf4j</groupId> |
168 |
| - <artifactId>slf4j-log4j12</artifactId> |
169 |
| - <version>${slf4j.version}</version> |
170 |
| - <scope>test</scope> |
171 |
| - </dependency> |
172 |
| - <dependency> |
173 |
| - <groupId>org.slf4j</groupId> |
174 |
| - <artifactId>jcl-over-slf4j</artifactId> |
175 |
| - <version>${slf4j.version}</version> |
176 |
| - <scope>test</scope> |
177 |
| - </dependency> |
178 |
| - <dependency> |
179 |
| - <groupId>org.apache.aries.proxy</groupId> |
180 |
| - <artifactId>org.apache.aries.proxy.impl</artifactId> |
181 |
| - <version>${org.apache.aries.proxy.impl.version}</version> |
182 |
| - <scope>test</scope> |
183 |
| - </dependency> |
184 |
| - <dependency> |
185 |
| - <groupId>org.apache.felix</groupId> |
186 |
| - <artifactId>org.apache.felix.configadmin</artifactId> |
187 |
| - <version>${org.apache.felix.configadmin.version}</version> |
188 |
| - <scope>test</scope> |
189 |
| - </dependency> |
190 |
| - <dependency> |
191 |
| - <groupId>org.springframework</groupId> |
192 |
| - <artifactId>spring-tx</artifactId> |
193 |
| - <version>${spring.version}</version> |
194 |
| - <scope>test</scope> |
195 |
| - </dependency> |
196 |
| - <dependency> |
197 |
| - <groupId>org.springframework</groupId> |
198 |
| - <artifactId>spring-aop</artifactId> |
199 |
| - <version>${spring.version}</version> |
200 |
| - <scope>test</scope> |
201 |
| - </dependency> |
202 | 150 | </dependencies>
|
203 | 151 |
|
204 | 152 | <build>
|
|
0 commit comments