META-INF.maven.de.fraunhofer.iem.testCore.pom.xml Maven / Gradle / Ivy
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>de.fraunhofer.iem</groupId> <artifactId>SPDS</artifactId> <version>3.2.1</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>testCore</artifactId> <dependencies> <dependency> <groupId>org.soot-oss</groupId> <artifactId>soot</artifactId> </dependency> <dependency> <groupId>de.fraunhofer.iem</groupId> <artifactId>synchronizedPDS</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>compile</scope> </dependency> </dependencies> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy