fred-client-db-int
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.coherentlogic.fred.client</groupId> <artifactId>fred-client-db-int</artifactId> <version>2.0.3-RELEASE</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>com.coherentlogic.fred</groupId> <artifactId>client</artifactId> <version>2.0.3-RELEASE</version> </parent> <!-- ${project.parent.groupId}.${project.parent.artifactId} --> <groupId>com.coherentlogic.fred.client</groupId> <artifactId>fred-client-db-int</artifactId> <packaging>jar</packaging> <name>fred-client-db-int</name> <description>Integration of the FRED Client with the h2 database for testing purposes.</description> <url>fred-client-db-int</url> <licenses> <license> <name>LGPL</name> <url>TBD</url> <distribution>manual</distribution> <comments></comments> </license> </licenses> <developers> <developer> <name>Support</name> <email>support@coherentlogic.com</email> <id>support</id> <organization>Coherent Logic Limited</organization> <organizationUrl>www.coherentlogic.com</organizationUrl> <url>www.coherentlogic.com</url> <timezone>+1</timezone> <roles> <role>Support</role> </roles> </developer> </developers> <dependencies> <dependency> <groupId>com.coherentlogic.enterprise-data-adapter</groupId> <artifactId>data-model-core</artifactId> </dependency> <dependency> <groupId>com.coherentlogic.fred.client</groupId> <artifactId>fred-client-core</artifactId> </dependency> <dependency> <groupId>com.coherentlogic.fred.client</groupId> <artifactId>fred-client-misc</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-orm</artifactId> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-entitymanager</artifactId> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>cglib</groupId> <artifactId>cglib</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> <scope>test</scope> </dependency> </dependencies> </project>