t-oa-info-0.0.1-SNAPSHOT.pom 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ The Hefei JingTong RDC(Research and Development Centre) Group.
  4. ~ __________________
  5. ~
  6. ~ Copyright 2015-$today.yea
  7. ~ All Rights Reserved.
  8. ~
  9. ~ NOTICE: All information contained herein is, and remains
  10. ~ the property of JingTong Company and its suppliers,
  11. ~ if any.
  12. -->
  13. <project xmlns="http://maven.apache.org/POM/4.0.0"
  14. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  15. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  16. <modelVersion>4.0.0</modelVersion>
  17. <parent>
  18. <groupId>com.jtech</groupId>
  19. <artifactId>t-oa-parent</artifactId>
  20. <version>0.0.1-SNAPSHOT</version>
  21. <relativePath>../../t-oa-parent/pom.xml</relativePath>
  22. </parent>
  23. <artifactId>t-oa-info</artifactId>
  24. <packaging>jar</packaging>
  25. <name>jt::oa::info</name>
  26. <description>t-oa info service</description>
  27. <dependencies>
  28. <dependency>
  29. <groupId>com.baomidou</groupId>
  30. <artifactId>mybatisplus-spring-boot-starter</artifactId>
  31. </dependency>
  32. <dependency>
  33. <groupId>org.springframework.boot</groupId>
  34. <artifactId>spring-boot-starter-jdbc</artifactId>
  35. </dependency>
  36. <dependency>
  37. <groupId>com.baomidou</groupId>
  38. <artifactId>mybatis-plus</artifactId>
  39. </dependency>
  40. <dependency>
  41. <groupId>com.jtech</groupId>
  42. <artifactId>marble</artifactId>
  43. </dependency>
  44. </dependencies>
  45. </project>