| | |
| | | <parent> |
| | | <artifactId>product-server</artifactId> |
| | | <groupId>com.lx</groupId> |
| | | <version>2.0.0-SNAPSHOT</version> |
| | | <version>2.0.0-release</version> |
| | | </parent> |
| | | <modelVersion>4.0.0</modelVersion> |
| | | |
| | | <artifactId>product-server-data-center</artifactId> |
| | | |
| | | <version>2.0.0-release</version> |
| | | <distributionManagement> |
| | | <repository> |
| | | <id>nexus-releases</id> |
| | | <name>LX-PRODUCT-RELEASE</name> |
| | | <url>http://nonxin.cn:8088/repository/LX-PRODUCT-RELEASE/</url> |
| | | <uniqueVersion>true</uniqueVersion> |
| | | </repository> |
| | | </distributionManagement> |
| | | <properties> |
| | | <maven.compiler.source>8</maven.compiler.source> |
| | | <maven.compiler.target>8</maven.compiler.target> |
| | |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-server-common</artifactId> |
| | | <version>2.0.0-SNAPSHOT</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-server-util</artifactId> |
| | | <version>2.0.0-SNAPSHOT</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-server-core</artifactId> |
| | | <version>1.0.0-releases</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-server-admin</artifactId> |
| | | <version>2.0.0-SNAPSHOT</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-server-quartz</artifactId> |
| | | <version>2.0.0-SNAPSHOT</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-server-tool-table</artifactId> |
| | | <version>2.0.0-SNAPSHOT</version> |
| | | <scope>compile</scope> |
| | | </dependency> |
| | | </dependencies> |
| | | </project> |