You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.5 KiB

6 years ago
<?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>panda</artifactId>
<groupId>org.panda</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
6 years ago
<packaging>pom</packaging>
6 years ago
<modelVersion>4.0.0</modelVersion>
6 years ago
<version>${project.version}</version>
6 years ago
<artifactId>panda-all</artifactId>
<dependencies>
<!--  熊猫框架 核心类-->
<dependency>
<groupId>org.panda</groupId>
<artifactId>panda-code</artifactId>
6 years ago
<version>${project.version}</version>
6 years ago
</dependency>
<!-- 熊猫框架 数据库相关类-->
<dependency>
<groupId>org.panda</groupId>
<artifactId>panda-jdbc</artifactId>
6 years ago
<version>${project.version}</version>
6 years ago
</dependency>
<!-- 熊猫框架 web相关类-->
<dependency>
<groupId>org.panda</groupId>
<artifactId>panda-web</artifactId>
6 years ago
<version>${project.version}</version>
</dependency>
<!-- 实体类相关操作 -->
<dependency>
<groupId>org.panda</groupId>
<artifactId>panda-beans</artifactId>
<version>${project.version}</version>
6 years ago
</dependency>
</dependencies>
</project>