| <project xmlns="http://maven.apache.org/POM/4.0.0"> | |
| <modelVersion>4.0.0</modelVersion> | |
| <groupId>poc</groupId><artifactId>dl4j-rce-poc</artifactId><version>1.0</version> | |
| <properties><maven.compiler.release>17</maven.compiler.release></properties> | |
| <dependencies> | |
| <dependency><groupId>org.deeplearning4j</groupId><artifactId>deeplearning4j-nn</artifactId><version>1.0.0-M2.1</version></dependency> | |
| <dependency><groupId>org.nd4j</groupId><artifactId>nd4j-native-platform</artifactId><version>1.0.0-M2.1</version></dependency> | |
| <!-- represents a deserialization gadget present on a real DL4J app classpath (Spark/Hadoop ML pipelines commonly include it) --> | |
| <dependency><groupId>commons-collections</groupId><artifactId>commons-collections</artifactId><version>3.2.1</version></dependency> | |
| </dependencies> | |
| </project> | |