| | |
| | | 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> |
| | | |
| | | <groupId>com.hx.gitee</groupId> |
| | | <groupId>com.yunyin</groupId> |
| | | <artifactId>hx-parent</artifactId> |
| | | <version>stander</version> |
| | | <packaging>pom</packaging> |
| | |
| | | |
| | | <!-- 依赖版本统一管理 --> |
| | | <properties> |
| | | |
| | | <!--设置机构缀名--> |
| | | <version.tag>stander</version.tag> |
| | | |
| | | <mybatis.version>1.1.1</mybatis.version> |
| | | <druid.version>1.1.9</druid.version> |
| | | <druid-boot.version>1.1.23</druid-boot.version> |
| | |
| | | </exclusions> |
| | | </dependency> |
| | | |
| | | <!--开发包-开始--> |
| | | <dependency> |
| | | <groupId>com.yunyin</groupId> |
| | | <artifactId>hx-redisson</artifactId> |
| | | <version>${version.tag}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.yunyin</groupId> |
| | | <artifactId>hx-auto</artifactId> |
| | | <version>${version.tag}</version> |
| | | <scope>compile</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.yunyin</groupId> |
| | | <artifactId>hx-common</artifactId> |
| | | <version>${version.tag}</version> |
| | | </dependency> |
| | | <!--开发包-结束--> |
| | | |
| | | </dependencies> |
| | | </dependencyManagement> |
| | | |