mayocat-shop-taxes-internal
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mayocat.shop</groupId> <artifactId>mayocat-shop-taxes-internal</artifactId> <version>0.40.0</version> </dependency>
<!-- Copyright (c) 2012, Mayocat <hello@mayocat.org> This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <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.mayocat.shop</groupId> <artifactId>mayocat-shop-taxes</artifactId> <version>0.40.0</version> </parent> <groupId>org.mayocat.shop</groupId> <artifactId>mayocat-shop-taxes-internal</artifactId> <packaging>jar</packaging> <name>Mayocat Shop - Taxes - Internal</name> <description>Taxes management internal implementation</description> <dependencies> <dependency> <groupId>org.mayocat.shop</groupId> <artifactId>mayocat-shop-taxes-api</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.mayocat.shop</groupId> <artifactId>mayocat-shop-model</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.mayocat.platform</groupId> <artifactId>mayocat-platform-rest-default</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.mayocat.platform</groupId> <artifactId>mayocat-platform-store-rdbms-jdbi</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.mayocat.platform</groupId> <artifactId>mayocat-platform-store-memory</artifactId> <version>${project.version}</version> </dependency> <!-- Testing dependencies --> <dependency> <groupId>org.xwiki.commons</groupId> <artifactId>xwiki-commons-test-component</artifactId> <version>${xwiki.version}</version> <scope>test</scope> <exclusions> <!-- Exclude JUnit since JMock draws an oldish version of JUnit and we wish to use a newer one --> <exclusion> <groupId>jmock</groupId> <artifactId>jmock</artifactId> </exclusion> <exclusion> <groupId>junit</groupId> <artifactId>junit-dep</artifactId> </exclusion> </exclusions> </dependency> </dependencies> </project>