flatpack-policy
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.getperka.flatpack</groupId>
<artifactId>flatpack-policy</artifactId>
<version>2.21.0</version>
</dependency><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">
<modelVersion>4.0.0</modelVersion>
<artifactId>flatpack-policy</artifactId>
<name>FlatPack Security Policy</name>
<parent>
<groupId>com.getperka.flatpack</groupId>
<artifactId>flatpack-parent</artifactId>
<version>2.21.0</version>
</parent>
<scm>
<connection>scm:git:git@git.getperka.com:flatpack.git</connection>
<url>scm:git:git@git.getperka.com:flatpack.git</url>
<developerConnection>scm:git:git@git.getperka.com:flatpack.git</developerConnection>
<tag>flatpack-2.21.0</tag>
</scm>
<dependencies>
<dependency>
<groupId>com.getperka.flatpack</groupId>
<artifactId>flatpack-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.getperka.flatpack</groupId>
<artifactId>flatpack-thirdparty</artifactId>
<version>${project.version}</version>
</dependency>
<!-- Injection -->
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>