| | |
| | | <parent> |
| | | <artifactId>product-server</artifactId> |
| | | <groupId>com.lx</groupId> |
| | | <version>2.0.0-release</version> |
| | | <version>2.1.0-release</version> |
| | | </parent> |
| | | <modelVersion>4.0.0</modelVersion> |
| | | |
| | | <artifactId>product-server-data-center</artifactId> |
| | | <version>2.0.0-release</version> |
| | | <version>2.1.0-release</version> |
| | | <distributionManagement> |
| | | <repository> |
| | | <id>nexus-releases</id> |
| | |
| | | <maven.compiler.target>8</maven.compiler.target> |
| | | </properties> |
| | | <dependencies> |
| | | <dependency> |
| | | <groupId>org.postgresql</groupId> |
| | | <artifactId>postgresql</artifactId> |
| | | <version>42.3.2</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-server-common</artifactId> |