<?xml version="1.0" encoding="UTF-8"?> <!-- ~ The Hefei JingTong RDC(Research and Development Centre) Group. ~ __________________ ~ ~ Copyright 2015-$today.yea ~ All Rights Reserved. ~ ~ NOTICE: All information contained herein is, and remains ~ the property of JingTong Company and its suppliers, ~ if any. --> <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>com.jtech</groupId> <artifactId>t-oa-parent</artifactId> <version>0.0.1-SNAPSHOT</version> <relativePath>../../t-oa-parent/pom.xml</relativePath> </parent> <artifactId>t-oa-info</artifactId> <packaging>jar</packaging> <name>jt::oa::info</name> <description>t-oa info service</description> <dependencies> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatisplus-spring-boot-starter</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifactId> </dependency> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus</artifactId> </dependency> <dependency> <groupId>com.jtech</groupId> <artifactId>marble</artifactId> </dependency> </dependencies> </project>