pom.xml
Home
/
sm-core-modules /
pom.xml
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.shopizer</groupId>
<artifactId>shopizer</artifactId>
<version>2.0.5-SNAPSHOT</version>
</parent>
<artifactId>sm-core-modules</artifactId>
<packaging>jar</packaging>
<name>sm-core-modules</name>
<url>http://www.shopizer.com</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<!-- sm-core-model -->
<dependency>
<groupId>com.shopizer</groupId>
<artifactId>sm-core-model</artifactId>
<version>${shopizer.version}</version>
</dependency>
</dependencies>
</project>