reactivewizard-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>se.fortnox.reactivewizard</groupId> <artifactId>reactivewizard-client</artifactId> <version>24.4.0</version> </dependency>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" 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>reactivewizard-client</artifactId> <parent> <groupId>se.fortnox.reactivewizard</groupId> <artifactId>reactivewizard-parent</artifactId> <version>24.4.0</version> </parent> <dependencies> <dependency> <groupId>se.fortnox.reactivewizard</groupId> <artifactId>reactivewizard-utils</artifactId> </dependency> <dependency> <groupId>se.fortnox.reactivewizard</groupId> <artifactId>reactivewizard-api</artifactId> </dependency> <dependency> <groupId>io.projectreactor</groupId> <artifactId>reactor-core</artifactId> </dependency> <dependency> <groupId>org.reactivestreams</groupId> <artifactId>reactive-streams</artifactId> </dependency> <dependency> <groupId>se.fortnox.reactivewizard</groupId> <artifactId>reactivewizard-jaxrs</artifactId> </dependency> <dependency> <groupId>se.fortnox.reactivewizard</groupId> <artifactId>reactivewizard-jaxrs-api</artifactId> </dependency> <dependency> <groupId>se.fortnox.reactivewizard</groupId> <artifactId>reactivewizard-binding</artifactId> </dependency> <dependency> <groupId>se.fortnox.reactivewizard</groupId> <artifactId>reactivewizard-config</artifactId> </dependency> <dependency> <groupId>se.fortnox.reactivewizard</groupId> <artifactId>reactivewizard-validation</artifactId> </dependency> <dependency> <groupId>se.fortnox.reactivewizard</groupId> <artifactId>reactivewizard-metrics</artifactId> </dependency> <dependency> <groupId>se.fortnox.reactivewizard</groupId> <artifactId>reactivewizard-test</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>se.fortnox.reactivewizard</groupId> <artifactId>reactivewizard-server</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>se.fortnox.reactivewizard</groupId> <artifactId>reactivewizard-config</artifactId> <scope>test</scope> <classifier>tests</classifier> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk18on</artifactId> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j2-impl</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-resolver-dns-native-macos</artifactId> <scope>test</scope> <classifier>osx-aarch_64</classifier> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <executions> <execution> <goals> <goal>test-jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>