mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-06 16:48:24 +08:00
28 lines
926 B
XML
28 lines
926 B
XML
<?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">
|
|
<parent>
|
|
<artifactId>parent</artifactId>
|
|
<groupId>com.mybatis-flex</groupId>
|
|
<version>1.3.4</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>mybatis-flex-solon-plugin</artifactId>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.noear</groupId>
|
|
<artifactId>mybatis-solon-plugin</artifactId>
|
|
<version>${solon.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.mybatis-flex</groupId>
|
|
<artifactId>mybatis-flex-core</artifactId>
|
|
<version>1.3.4</version>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
</project> |