|
60 | 60 | <blueprint.api.version>1.0.1</blueprint.api.version>
|
61 | 61 | <blueprint.core.version>1.10.3</blueprint.core.version>
|
62 | 62 | <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> |
65 | 63 | <maven-release-plugin.version>2.5.2</maven-release-plugin.version>
|
66 | 64 | <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> |
69 | 65 | <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> |
72 | 66 | </properties>
|
73 | 67 |
|
74 | 68 | <profiles>
|
|
128 | 122 | <artifactId>slf4j-api</artifactId>
|
129 | 123 | <scope>provided</scope>
|
130 | 124 | </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> |
173 | 125 | </dependencies>
|
174 | 126 |
|
175 | 127 | <build>
|
|
0 commit comments