| | |
| | | <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-print</artifactId> |
| | | <name>product-server-print</name> |
| | | <description>product-server-print</description> |
| | | <version>2.0.0-release</version> |
| | | <properties> |
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| | | </properties> |
| | | <dependencies> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.lx</groupId>--> |
| | | <!-- <artifactId>product-server</artifactId>--> |
| | | <!-- <version>1.0.0-SNAPSHOT</version>--> |
| | | <!-- <exclusions>--> |
| | | <!-- <exclusion>--> |
| | | <!-- <groupId>org.apache.poi</groupId>--> |
| | | <!-- <artifactId>poi</artifactId>--> |
| | | <!-- </exclusion>--> |
| | | <!-- <exclusion>--> |
| | | <!-- <groupId>org.apache.poi</groupId>--> |
| | | <!-- <artifactId>poi-ooxml</artifactId>--> |
| | | <!-- </exclusion>--> |
| | | <!-- </exclusions>--> |
| | | <!-- </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-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-admin</artifactId> |
| | | <version>2.0.0-SNAPSHOT</version> |
| | | </dependency> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.apache.poi</groupId>--> |
| | |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core --> |
| | | |
| | | |
| | | </dependencies> |
| | | </project> |