.flattened-pom.xml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ /*
  4. ~ * Copyright (c) 2019-2020, 冷冷 ([email protected]).
  5. ~ * <p>
  6. ~ * Licensed under the GNU Lesser General Public License 3.0 (the "License");
  7. ~ * you may not use this file except in compliance with the License.
  8. ~ * You may obtain a copy of the License at
  9. ~ * <p>
  10. ~ * https://www.gnu.org/licenses/lgpl.html
  11. ~ * <p>
  12. ~ * Unless required by applicable law or agreed to in writing, software
  13. ~ * distributed under the License is distributed on an "AS IS" BASIS,
  14. ~ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. ~ * See the License for the specific language governing permissions and
  16. ~ * limitations under the License.
  17. ~ */
  18. -->
  19. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  20. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  21. <modelVersion>4.0.0</modelVersion>
  22. <parent>
  23. <groupId>com.pig4cloud</groupId>
  24. <artifactId>pig-common</artifactId>
  25. <version>3.9.0</version>
  26. </parent>
  27. <artifactId>pig-common-excel</artifactId>
  28. <version>3.9.0</version>
  29. <description>excel 导入导出处理模块</description>
  30. <dependencies>
  31. <dependency>
  32. <groupId>com.pig4cloud</groupId>
  33. <artifactId>pig-common-core</artifactId>
  34. </dependency>
  35. <dependency>
  36. <groupId>com.pig4cloud.excel</groupId>
  37. <artifactId>excel-spring-boot-starter</artifactId>
  38. </dependency>
  39. </dependencies>
  40. </project>