|
65 | 65 | <blueprint.api.version>1.0.0</blueprint.api.version>
|
66 | 66 | <blueprint.core.version>1.9.0</blueprint.core.version>
|
67 | 67 | <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> |
71 | 68 | <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> |
73 | 69 | <slf4j.version>1.7.5</slf4j.version>
|
74 | 70 | <spring.version>5.3.39</spring.version>
|
75 | 71 | </properties>
|
|
142 | 138 | <version>${org.apache.felix.utils.version}</version>
|
143 | 139 | <scope>provided</scope>
|
144 | 140 | </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> |
198 | 141 | </dependencies>
|
199 | 142 |
|
200 | 143 | <build>
|
|
0 commit comments