|
85 | 85 | <!-- Non-essential dependencies --> |
86 | 86 | <jco-api.version>4.87.9</jco-api.version> |
87 | 87 | <jackson.version>2.19.0</jackson.version> |
88 | | - <commons-configuration2.version>2.12.0</commons-configuration2.version> |
89 | 88 | <!-- WordUtils used twice in OData generator --> |
90 | 89 | <json.version>20250107</json.version> |
91 | 90 | <!-- XML used once in SOAP payload deserialisation --> |
|
125 | 124 | <commons-codec.version>1.18.0</commons-codec.version> |
126 | 125 | <jsr305.optional>true</jsr305.optional> |
127 | 126 | <maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version> |
128 | | - <commons-beanutils.version>1.10.1</commons-beanutils.version> |
129 | 127 | <maven.compiler.proc>full</maven.compiler.proc> |
130 | 128 | </properties> |
131 | 129 | <dependencyManagement> |
|
192 | 190 | At runtime, the actual JCo artifacts from the buildpack take effect, not this dependency.--> |
193 | 191 | <scope>provided</scope> |
194 | 192 | </dependency> |
195 | | - <dependency> |
196 | | - <groupId>org.apache.commons</groupId> |
197 | | - <artifactId>commons-configuration2</artifactId> |
198 | | - <version>${commons-configuration2.version}</version> |
199 | | - </dependency> |
200 | 193 | <!--Used in odata-generator--> |
201 | 194 | <dependency> |
202 | 195 | <groupId>com.sun.codemodel</groupId> |
|
241 | 234 | <artifactId>olingo-odata2-core</artifactId> |
242 | 235 | <version>${olingo-v2.version}</version> |
243 | 236 | </dependency> |
244 | | - <dependency> |
245 | | - <groupId>commons-beanutils</groupId> |
246 | | - <artifactId>commons-beanutils</artifactId> |
247 | | - <version>${commons-beanutils.version}</version> |
248 | | - </dependency> |
249 | 237 | <!--Used in datamodel-metadata-generator and odata-generator-utility--> |
250 | 238 | <dependency> |
251 | 239 | <groupId>com.thoughtworks.qdox</groupId> |
|
0 commit comments