| | |
| | | <modelVersion>4.0.0</modelVersion> |
| | | <!-- <packaging>war</packaging>--> |
| | | <packaging>jar</packaging> |
| | | <artifactId>smartor-admin</artifactId> |
| | | <artifactId>smartor-suifang</artifactId> |
| | | |
| | | <description> |
| | | web服务入口 |
| | |
| | | <artifactId>xmlbeans</artifactId> |
| | | <version>5.1.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>cn.easyproject</groupId> |
| | | <artifactId>orai18n</artifactId> |
| | | <version>12.1.0.2.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.oracle.database.jdbc</groupId> |
| | | <artifactId>ojdbc8</artifactId> |
| | | <version>19.3.0.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.postgresql</groupId> |
| | | <artifactId>postgresql</artifactId> |
| | | <version>42.6.0</version> <!-- 请根据需要选择最新版本 --> |
| | | </dependency> |
| | | </dependencies> |
| | | <build> |
| | | <plugins> |