Skip to content

Commit 7ec2103

Browse files
committed
Remove unused dependency declaration
1 parent 3ca8662 commit 7ec2103

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@
8585
<!-- Non-essential dependencies -->
8686
<jco-api.version>4.87.9</jco-api.version>
8787
<jackson.version>2.19.0</jackson.version>
88-
<commons-configuration2.version>2.12.0</commons-configuration2.version>
8988
<!-- WordUtils used twice in OData generator -->
9089
<json.version>20250107</json.version>
9190
<!-- XML used once in SOAP payload deserialisation -->
@@ -125,7 +124,6 @@
125124
<commons-codec.version>1.18.0</commons-codec.version>
126125
<jsr305.optional>true</jsr305.optional>
127126
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
128-
<commons-beanutils.version>1.10.1</commons-beanutils.version>
129127
<maven.compiler.proc>full</maven.compiler.proc>
130128
</properties>
131129
<dependencyManagement>
@@ -192,11 +190,6 @@
192190
At runtime, the actual JCo artifacts from the buildpack take effect, not this dependency.-->
193191
<scope>provided</scope>
194192
</dependency>
195-
<dependency>
196-
<groupId>org.apache.commons</groupId>
197-
<artifactId>commons-configuration2</artifactId>
198-
<version>${commons-configuration2.version}</version>
199-
</dependency>
200193
<!--Used in odata-generator-->
201194
<dependency>
202195
<groupId>com.sun.codemodel</groupId>
@@ -241,11 +234,6 @@
241234
<artifactId>olingo-odata2-core</artifactId>
242235
<version>${olingo-v2.version}</version>
243236
</dependency>
244-
<dependency>
245-
<groupId>commons-beanutils</groupId>
246-
<artifactId>commons-beanutils</artifactId>
247-
<version>${commons-beanutils.version}</version>
248-
</dependency>
249237
<!--Used in datamodel-metadata-generator and odata-generator-utility-->
250238
<dependency>
251239
<groupId>com.thoughtworks.qdox</groupId>

0 commit comments

Comments
 (0)