wb-client-db-int
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.coherentlogic.wb.client</groupId>
<artifactId>wb-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.wb</groupId>
<artifactId>client</artifactId>
<version>2.0.3-RELEASE</version>
</parent>
<groupId>com.coherentlogic.wb.client</groupId>
<artifactId>wb-client-db-int</artifactId>
<packaging>jar</packaging>
<name>wb-client-db-int</name>
<description>Integration of the World Bank Client with the h2 database for
testing purposes.</description>
<url>www.coherentlogic.com</url>
<licenses>
<license>
<name>LGPL</name>
<url>http://www.coherentlogic.com/wordpress/?page_id=2324</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-adapter-core</artifactId>
<exclusions>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>yasson</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- https://mvnrepository.com/artifact/org.eclipse/yasson
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>yasson</artifactId>
<version>1.0.1</version>
<scope>test</scope>
</dependency -->
<dependency>
<groupId>com.coherentlogic.wb.client</groupId>
<artifactId>wb-client-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</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>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
</dependency>
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>