| | |
| | | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| | | <parent> |
| | | <artifactId>BaseAdminAPI</artifactId> |
| | | <version>2.5.2</version> |
| | | <groupId>com.zhitan</groupId> |
| | | <version>3.8.7</version> |
| | | </parent> |
| | | <modelVersion>4.0.0</modelVersion> |
| | | <packaging>jar</packaging> |
| | |
| | | <scope>system</scope> |
| | | <systemPath>${basedir}/lib/fel.jar</systemPath> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>me.zhyd.oauth</groupId> |
| | | <artifactId>JustAuth</artifactId> |
| | | <version>1.16.7</version> |
| | | <scope>compile</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.zhitan</groupId> |
| | | <artifactId>zhitan-airconditioner</artifactId> |
| | | <version>2.5.2</version> |
| | | <scope>compile</scope> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <build> |