anvil-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>de.rub.nds</groupId>
<artifactId>anvil-core</artifactId>
<version>2.1.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>de.rub.nds</groupId>
<artifactId>anvil-core</artifactId>
<version>2.1.1</version>
<name>Anvil-Core</name>
<description>Bill of Materials POM for the entire protocol attacker ecosystem used to keep dependencies in sync.</description>
<url>https://github.com/tls-attacker/Protocol-Toolkit-BOM/anvil-core</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>jsomorovsky</id>
<name>Juraj Somorovsky</name>
<email>juraj.somorovsky@upb.de</email>
<url>https://github.com/jurajsomorovsky/</url>
<organization>UPB</organization>
<organizationUrl>https://cs.uni-paderborn.de/en/syssec/</organizationUrl>
<roles>
<role>Developer</role>
</roles>
</developer>
<developer>
<id>ic0ns</id>
<name>Robert Merget</name>
<email>robert.merget@tii.ae</email>
<url>https://github.com/ic0ns/</url>
<organization>TII</organization>
<organizationUrl>https://tii.ae</organizationUrl>
<roles>
<role>Developer</role>
</roles>
</developer>
<developer>
<id>mmaehren</id>
<name>Marcel Maehren</name>
<email>marcel.maehren@rub.de</email>
<url>https://github.com/mmaehren/</url>
<organization>NDS</organization>
<organizationUrl>https://informatik.rub.de/nds/</organizationUrl>
<roles>
<role>Developer</role>
</roles>
</developer>
<developer>
<id>NErinola</id>
<name>Nurullah Erinola</name>
<email>nurullah.erinola@rub.de</email>
<url>https://github.com/NErinola/</url>
<organization>NDS</organization>
<organizationUrl>https://informatik.rub.de/nds/</organizationUrl>
<roles>
<role>Developer</role>
</roles>
</developer>
<developer>
<id>TrueSkrillor</id>
<name>Fabian Bäumer</name>
<email>fabian.baeumer@rub.de</email>
<url>https://github.com/TrueSkrillor</url>
<organization>NDS</organization>
<organizationUrl>https://informatik.rub.de/nds/</organizationUrl>
<roles>
<role>Developer</role>
</roles>
</developer>
<developer>
<id>lambdafu</id>
<name>Marcus Brinkmann</name>
<email>marcus.brinkmann@rub.de</email>
<url>https://github.com/lambdafu</url>
<organization>NDS</organization>
<organizationUrl>https://informatik.rub.de/nds/</organizationUrl>
<roles>
<role>Developer</role>
</roles>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/tls-attacker/Anvil-Core.git</connection>
<developerConnection>scm:git:ssh://git@github.com/tls-attacker/Anvil-Core.git</developerConnection>
<tag>v2.1.1</tag>
<url>https://github.com/tls-attacker/Anvil-Core</url>
</scm>
<dependencies>
<dependency>
<groupId>com.beust</groupId>
<artifactId>jcommander</artifactId>
<version>1.82</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.19.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.rub.nds</groupId>
<artifactId>terminal-utils</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.rub.nds.tls</groupId>
<artifactId>coffee4j-anvil-engine</artifactId>
<version>2.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.rub.nds.tls</groupId>
<artifactId>coffee4j-anvil-junit-jupiter</artifactId>
<version>2.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.rub.nds.tls</groupId>
<artifactId>coffee4j-anvil-model</artifactId>
<version>2.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>4.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.25.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.25.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.13.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.13.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.13.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.pcap4j</groupId>
<artifactId>pcap4j-core</artifactId>
<version>1.8.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>