|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 5 | + <parent> |
| 6 | + <artifactId>mybatis-plus-extensions</artifactId> |
| 7 | + <groupId>in.hocg.boot</groupId> |
| 8 | + <version>${revision}</version> |
| 9 | + </parent> |
| 10 | + <modelVersion>4.0.0</modelVersion> |
| 11 | + |
| 12 | + <name>Mybatis Plus :: Extensions :: WebMagic</name> |
| 13 | + <artifactId>mybatis-plus-extensions-webmagic-autoconfigure</artifactId> |
| 14 | + |
| 15 | + <dependencies> |
| 16 | + <dependency> |
| 17 | + <groupId>${project.groupId}</groupId> |
| 18 | + <artifactId>mybatis-plus-extensions-context</artifactId> |
| 19 | + </dependency> |
| 20 | + <dependency> |
| 21 | + <groupId>${project.groupId}</groupId> |
| 22 | + <artifactId>mybatis-plus-spring-boot-starter</artifactId> |
| 23 | + </dependency> |
| 24 | + <dependency> |
| 25 | + <groupId>org.springframework.boot</groupId> |
| 26 | + <artifactId>spring-boot-starter-web</artifactId> |
| 27 | + <optional>true</optional> |
| 28 | + </dependency> |
| 29 | + <!-- Basic --> |
| 30 | + <dependency> |
| 31 | + <groupId>org.springframework.boot</groupId> |
| 32 | + <artifactId>spring-boot-autoconfigure</artifactId> |
| 33 | + </dependency> |
| 34 | + <dependency> |
| 35 | + <groupId>org.springframework.boot</groupId> |
| 36 | + <artifactId>spring-boot-configuration-processor</artifactId> |
| 37 | + <optional>true</optional> |
| 38 | + </dependency> |
| 39 | + <dependency> |
| 40 | + <groupId>org.springframework.boot</groupId> |
| 41 | + <artifactId>spring-boot-autoconfigure-processor</artifactId> |
| 42 | + <optional>true</optional> |
| 43 | + </dependency> |
| 44 | + </dependencies> |
| 45 | +</project> |
0 commit comments