pnc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.jboss.pnc.bacon</groupId> <artifactId>pnc</artifactId> <version>3.2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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> <parent> <groupId>org.jboss.pnc.bacon</groupId> <artifactId>parent</artifactId> <version>3.2.0</version> </parent> <artifactId>pnc</artifactId> <name>pnc</name> <dependencies> <dependency> <groupId>org.jboss.pnc.bacon</groupId> <artifactId>auth</artifactId> </dependency> <dependency> <groupId>org.jboss.pnc.bacon</groupId> <artifactId>config</artifactId> </dependency> <dependency> <groupId>org.jboss.pnc.bacon</groupId> <artifactId>common</artifactId> </dependency> <dependency> <groupId>org.jboss.pnc</groupId> <artifactId>rest-client</artifactId> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> </dependency> <dependency> <groupId>org.jboss.pnc.rex</groupId> <artifactId>rex-api</artifactId> <classifier>javax</classifier> </dependency> <dependency> <groupId>org.jboss.pnc.rex</groupId> <artifactId>rex-model</artifactId> </dependency> <dependency> <groupId>org.jboss.pnc.rex</groupId> <artifactId>rex-common</artifactId> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-inline</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <scope>test</scope> </dependency> </dependencies> </project>