coffee-deltaspike-data
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>hu.icellmobilsoft.coffee</groupId> <artifactId>coffee-deltaspike-data</artifactId> <version>2.7.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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>hu.icellmobilsoft.coffee</groupId> <artifactId>coffee-deltaspike</artifactId> <version>2.7.0</version> </parent> <artifactId>coffee-deltaspike-data</artifactId> <dependencies> <dependency> <groupId>hu.icellmobilsoft.coffee</groupId> <artifactId>coffee-cdi</artifactId> </dependency> <dependency> <groupId>hu.icellmobilsoft.coffee</groupId> <artifactId>coffee-deltaspike-message</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> <!--Test dependecies --> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> </dependency> <dependency> <groupId>org.jboss.weld</groupId> <artifactId>weld-junit5</artifactId> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-junit-jupiter</artifactId> </dependency> <dependency> <groupId>io.smallrye.config</groupId> <artifactId>smallrye-config</artifactId> </dependency> <dependency> <groupId>io.smallrye.config</groupId> <artifactId>smallrye-config-source-yaml</artifactId> <version>3.1.0</version> <scope>test</scope> </dependency> </dependencies> </project>