|
50 | 50 | <dependency> |
51 | 51 | <groupId>commons-io</groupId> |
52 | 52 | <artifactId>commons-io</artifactId> |
53 | | - <version>2.17.0</version> |
| 53 | + <version>${commons.io.version}</version> |
54 | 54 | </dependency> |
55 | 55 | <dependency> |
56 | 56 | <groupId>commons-codec</groupId> |
57 | 57 | <artifactId>commons-codec</artifactId> |
58 | | - <version>1.17.1</version> |
| 58 | + <version>${commons.codec.version}</version> |
59 | 59 | </dependency> |
60 | 60 | <dependency> |
61 | 61 | <groupId>org.apache.commons</groupId> |
|
185 | 185 | <japicmp.skip>false</japicmp.skip> |
186 | 186 | <commons.release.isDistModule>true</commons.release.isDistModule> |
187 | 187 | <project.build.outputTimestamp>2024-09-25T02:03:48Z</project.build.outputTimestamp> |
| 188 | + |
| 189 | + <commons.codec.version>1.17.1</commons.codec.version> |
| 190 | + <commons.io.version>2.17.0</commons.io.version> |
| 191 | + |
| 192 | + <!-- Apache Felix maven-bundle-plugin --> |
| 193 | + <commons.osgi.import> |
| 194 | + org.apache.commons.codec.binary;version="${commons.codec.version}", |
| 195 | + org.apache.commons.io;version="${commons.io.version}", |
| 196 | + org.apache.commons.io.build;version="${commons.io.version}", |
| 197 | + org.apache.commons.io.function;version="${commons.io.version}", |
| 198 | + org.apache.commons.io.input;version="${commons.io.version}", |
| 199 | + org.apache.commons.io.output;version="${commons.io.version}", |
| 200 | + * |
| 201 | + </commons.osgi.import> |
| 202 | + |
188 | 203 | <!-- JaCoCo: Don't make code coverage worse than: --> |
189 | 204 | <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure> |
190 | 205 | <commons.jacoco.classRatio>1.00</commons.jacoco.classRatio> |
|
0 commit comments