|
41 | 41 | </scm> |
42 | 42 |
|
43 | 43 | <properties> |
| 44 | + <asm.version>5.0.3</asm.version> |
| 45 | + <depends-maven-plugin.version>1.2</depends-maven-plugin.version> |
44 | 46 | <exam.version>3.4.0</exam.version> |
45 | | - <url.version>2.5.3</url.version> |
46 | 47 | <logback.version>1.5.16</logback.version> |
| 48 | + <org.apache.aries.blueprint.sample.version>1.0.0</org.apache.aries.blueprint.sample.version> |
| 49 | + <org.apache.aries.blueprint.version>1.0.0</org.apache.aries.blueprint.version> |
| 50 | + <org.apache.aries.proxy.version>1.0.1</org.apache.aries.proxy.version> |
| 51 | + <org.apache.aries.testsupport.unit.version>2.0.0-SNAPSHOT</org.apache.aries.testsupport.unit.version> |
| 52 | + <org.apache.aries.util.version>1.0.0</org.apache.aries.util.version> |
| 53 | + <org.apache.aries.web.urlhandler.version>1.0.1-SNAPSHOT</org.apache.aries.web.urlhandler.version> |
| 54 | + <org.apache.felix.configadmin.version>1.2.4</org.apache.felix.configadmin.version> |
| 55 | + <org.eclipse.osgi.version>3.8.0.v20120529-1548</org.eclipse.osgi.version> |
| 56 | + <slf4j-api.version>1.7.7</slf4j-api.version> |
| 57 | + <tinybundles.version>2.0.0</tinybundles.version> |
| 58 | + <url.version>2.5.3</url.version> |
47 | 59 | </properties> |
48 | 60 |
|
49 | 61 | <dependencies> |
50 | 62 | <dependency> |
51 | 63 | <groupId>org.ow2.asm</groupId> |
52 | 64 | <artifactId>asm-debug-all</artifactId> |
53 | | - <version>5.0.3</version> |
| 65 | + <version>${asm.version}</version> |
54 | 66 | </dependency> |
55 | 67 | <dependency> |
56 | 68 | <groupId>org.apache.aries.testsupport</groupId> |
57 | 69 | <artifactId>org.apache.aries.testsupport.unit</artifactId> |
58 | 70 | <scope>test</scope> |
59 | | - <version>2.0.0-SNAPSHOT</version> |
| 71 | + <version>${org.apache.aries.testsupport.unit.version}</version> |
60 | 72 | </dependency> |
61 | 73 | <dependency> |
62 | 74 | <groupId>org.osgi</groupId> |
|
67 | 79 | <groupId>org.apache.aries.blueprint</groupId> |
68 | 80 | <artifactId>org.apache.aries.blueprint.sample</artifactId> |
69 | 81 | <scope>test</scope> |
70 | | - <version>1.0.0</version> |
| 82 | + <version>${org.apache.aries.blueprint.sample.version}</version> |
71 | 83 | </dependency> |
72 | 84 | <dependency> |
73 | 85 | <groupId>org.apache.felix</groupId> |
74 | 86 | <artifactId>org.apache.felix.configadmin</artifactId> |
75 | | - <version>1.2.4</version> |
| 87 | + <version>${org.apache.felix.configadmin.version}</version> |
76 | 88 | <exclusions> |
77 | 89 | <exclusion> |
78 | 90 | <groupId>org.apache.felix</groupId> |
|
89 | 101 | <groupId>org.apache.aries</groupId> |
90 | 102 | <artifactId>org.apache.aries.util</artifactId> |
91 | 103 | <scope>test</scope> |
92 | | - <version>1.0.0</version> |
| 104 | + <version>${org.apache.aries.util.version}</version> |
93 | 105 | </dependency> |
94 | 106 | <dependency> |
95 | 107 | <groupId>org.apache.aries.proxy</groupId> |
96 | 108 | <artifactId>org.apache.aries.proxy</artifactId> |
97 | 109 | <scope>test</scope> |
98 | | - <version>1.0.1</version> |
| 110 | + <version>${org.apache.aries.proxy.version}</version> |
99 | 111 | </dependency> |
100 | 112 | <dependency> |
101 | 113 | <groupId>org.apache.aries.blueprint</groupId> |
102 | 114 | <artifactId>org.apache.aries.blueprint</artifactId> |
103 | 115 | <scope>test</scope> |
104 | | - <version>1.0.0</version> |
| 116 | + <version>${org.apache.aries.blueprint.version}</version> |
105 | 117 | </dependency> |
106 | 118 |
|
107 | 119 | <!-- pax exam --> |
108 | 120 | <dependency> |
109 | 121 | <groupId>org.slf4j</groupId> |
110 | 122 | <artifactId>slf4j-api</artifactId> |
111 | | - <version>1.7.7</version> |
| 123 | + <version>${slf4j-api.version}</version> |
112 | 124 | </dependency> |
113 | 125 | <dependency> |
114 | 126 | <groupId>org.ops4j.pax.exam</groupId> |
|
155 | 167 | <dependency> |
156 | 168 | <groupId>org.ops4j.pax.tinybundles</groupId> |
157 | 169 | <artifactId>tinybundles</artifactId> |
158 | | - <version>2.0.0</version> |
| 170 | + <version>${tinybundles.version}</version> |
159 | 171 | <exclusions> |
160 | 172 | <exclusion> |
161 | 173 | <artifactId>org.osgi.core</artifactId> |
|
171 | 183 | <dependency> |
172 | 184 | <groupId>org.eclipse</groupId> |
173 | 185 | <artifactId>org.eclipse.osgi</artifactId> |
174 | | - <version>3.8.0.v20120529-1548</version> |
| 186 | + <version>${org.eclipse.osgi.version}</version> |
175 | 187 | </dependency> |
176 | 188 |
|
177 | 189 | <dependency> |
178 | 190 | <groupId>org.apache.aries.web</groupId> |
179 | 191 | <artifactId>org.apache.aries.web.urlhandler</artifactId> |
180 | 192 | <scope>provided</scope> |
181 | | - <version>1.0.1-SNAPSHOT</version> |
| 193 | + <version>${org.apache.aries.web.urlhandler.version}</version> |
182 | 194 | </dependency> |
183 | 195 | </dependencies> |
184 | 196 |
|
|
187 | 199 | <plugin> |
188 | 200 | <groupId>org.apache.servicemix.tooling</groupId> |
189 | 201 | <artifactId>depends-maven-plugin</artifactId> |
190 | | - <version>1.2</version> |
| 202 | + <version>${depends-maven-plugin.version}</version> |
191 | 203 | <executions> |
192 | 204 | <execution> |
193 | 205 | <phase>generate-resources</phase> |
|
0 commit comments