160916893Sopenharmony_ci<?xml version="1.0" encoding="UTF-8"?> 260916893Sopenharmony_ci<!-- Copyright (c) 2021 Huawei Device Co., Ltd. 360916893Sopenharmony_ci 460916893Sopenharmony_ci Licensed under the Apache License, Version 2.0 (the "License"); 560916893Sopenharmony_ci you may not use this file except in compliance with the License. 660916893Sopenharmony_ci You may obtain a copy of the License at 760916893Sopenharmony_ci 860916893Sopenharmony_ci http://www.apache.org/licenses/LICENSE-2.0 960916893Sopenharmony_ci 1060916893Sopenharmony_ci Unless required by applicable law or agreed to in writing, software 1160916893Sopenharmony_ci distributed under the License is distributed on an "AS IS" BASIS, 1260916893Sopenharmony_ci WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 1360916893Sopenharmony_ci See the License for the specific language governing permissions and 1460916893Sopenharmony_ci limitations under the License. 1560916893Sopenharmony_ci--> 1660916893Sopenharmony_ci<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 1760916893Sopenharmony_ci xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 1860916893Sopenharmony_ci <modelVersion>4.0.0</modelVersion> 1960916893Sopenharmony_ci 2060916893Sopenharmony_ci <groupId>ohos.global</groupId> 2160916893Sopenharmony_ci <artifactId>lite-data-tool</artifactId> 2260916893Sopenharmony_ci <version>1.0</version> 2360916893Sopenharmony_ci 2460916893Sopenharmony_ci <name>lite-data-tool</name> 2560916893Sopenharmony_ci <url>http://www.example.com</url> 2660916893Sopenharmony_ci 2760916893Sopenharmony_ci <properties> 2860916893Sopenharmony_ci <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 2960916893Sopenharmony_ci <maven.compiler.source>1.8</maven.compiler.source> 3060916893Sopenharmony_ci <maven.compiler.target>1.8</maven.compiler.target> 3160916893Sopenharmony_ci </properties> 3260916893Sopenharmony_ci 3360916893Sopenharmony_ci <dependencies> 3460916893Sopenharmony_ci <dependency> 3560916893Sopenharmony_ci <groupId>commons-beanutils</groupId> 3660916893Sopenharmony_ci <artifactId>commons-beanutils</artifactId> 3760916893Sopenharmony_ci <version>1.9.3</version> 3860916893Sopenharmony_ci </dependency> 3960916893Sopenharmony_ci <dependency> 4060916893Sopenharmony_ci <groupId>commons-collections</groupId> 4160916893Sopenharmony_ci <artifactId>commons-collections</artifactId> 4260916893Sopenharmony_ci <version>3.2.1</version> 4360916893Sopenharmony_ci </dependency> 4460916893Sopenharmony_ci <dependency> 4560916893Sopenharmony_ci <groupId>commons-lang</groupId> 4660916893Sopenharmony_ci <artifactId>commons-lang</artifactId> 4760916893Sopenharmony_ci <version>2.6</version> 4860916893Sopenharmony_ci </dependency> 4960916893Sopenharmony_ci <dependency> 5060916893Sopenharmony_ci <groupId>commons-logging</groupId> 5160916893Sopenharmony_ci <artifactId>commons-logging</artifactId> 5260916893Sopenharmony_ci <version>1.1.1</version> 5360916893Sopenharmony_ci </dependency> 5460916893Sopenharmony_ci <dependency> 5560916893Sopenharmony_ci <groupId>net.sf.ezmorph</groupId> 5660916893Sopenharmony_ci <artifactId>ezmorph</artifactId> 5760916893Sopenharmony_ci <version>1.0.6</version> 5860916893Sopenharmony_ci </dependency> 5960916893Sopenharmony_ci <dependency> 6060916893Sopenharmony_ci <groupId>net.sf.json-lib</groupId> 6160916893Sopenharmony_ci <artifactId>json-lib</artifactId> 6260916893Sopenharmony_ci <version>2.2.3</version> 6360916893Sopenharmony_ci <classifier>jdk15</classifier><!-- 指定jdk版本 --> 6460916893Sopenharmony_ci </dependency> 6560916893Sopenharmony_ci <dependency> 6660916893Sopenharmony_ci <groupId>junit</groupId> 6760916893Sopenharmony_ci <artifactId>junit</artifactId> 6860916893Sopenharmony_ci <version>4.11</version> 6960916893Sopenharmony_ci <scope>test</scope> 7060916893Sopenharmony_ci </dependency> 7160916893Sopenharmony_ci <dependency> 7260916893Sopenharmony_ci <groupId>org.codehaus.jackson</groupId> 7360916893Sopenharmony_ci <artifactId>jackson-core-asl</artifactId> 7460916893Sopenharmony_ci <version>1.9.13</version> 7560916893Sopenharmony_ci </dependency> 7660916893Sopenharmony_ci <dependency> 7760916893Sopenharmony_ci <groupId>com.fasterxml.jackson.core</groupId> 7860916893Sopenharmony_ci <artifactId>jackson-databind</artifactId> 7960916893Sopenharmony_ci <version>2.7.0</version> 8060916893Sopenharmony_ci </dependency> 8160916893Sopenharmony_ci <dependency> 8260916893Sopenharmony_ci <groupId>org.codehaus.jackson</groupId> 8360916893Sopenharmony_ci <artifactId>jackson-mapper-asl</artifactId> 8460916893Sopenharmony_ci <version>1.9.13</version> 8560916893Sopenharmony_ci</dependency> 8660916893Sopenharmony_ci <dependency> 8760916893Sopenharmony_ci <groupId>com.ibm.icu</groupId> 8860916893Sopenharmony_ci <artifactId>icu4j</artifactId> 8960916893Sopenharmony_ci <version>67.1</version> 9060916893Sopenharmony_ci</dependency> 9160916893Sopenharmony_ci </dependencies> 9260916893Sopenharmony_ci 9360916893Sopenharmony_ci <build> 9460916893Sopenharmony_ci <pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) --> 9560916893Sopenharmony_ci <plugins> 9660916893Sopenharmony_ci <!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle --> 9760916893Sopenharmony_ci <plugin> 9860916893Sopenharmony_ci <artifactId>maven-clean-plugin</artifactId> 9960916893Sopenharmony_ci <version>3.1.0</version> 10060916893Sopenharmony_ci </plugin> 10160916893Sopenharmony_ci <!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging --> 10260916893Sopenharmony_ci <plugin> 10360916893Sopenharmony_ci <artifactId>maven-resources-plugin</artifactId> 10460916893Sopenharmony_ci <version>3.0.2</version> 10560916893Sopenharmony_ci </plugin> 10660916893Sopenharmony_ci <plugin> 10760916893Sopenharmony_ci <artifactId>maven-compiler-plugin</artifactId> 10860916893Sopenharmony_ci <version>3.8.0</version> 10960916893Sopenharmony_ci </plugin> 11060916893Sopenharmony_ci <plugin> 11160916893Sopenharmony_ci <artifactId>maven-surefire-plugin</artifactId> 11260916893Sopenharmony_ci <version>2.22.1</version> 11360916893Sopenharmony_ci </plugin> 11460916893Sopenharmony_ci <plugin> 11560916893Sopenharmony_ci <artifactId>maven-jar-plugin</artifactId> 11660916893Sopenharmony_ci <version>3.0.2</version> 11760916893Sopenharmony_ci </plugin> 11860916893Sopenharmony_ci <plugin> 11960916893Sopenharmony_ci <artifactId>maven-install-plugin</artifactId> 12060916893Sopenharmony_ci <version>2.5.2</version> 12160916893Sopenharmony_ci </plugin> 12260916893Sopenharmony_ci <plugin> 12360916893Sopenharmony_ci <artifactId>maven-deploy-plugin</artifactId> 12460916893Sopenharmony_ci <version>2.8.2</version> 12560916893Sopenharmony_ci </plugin> 12660916893Sopenharmony_ci <!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle --> 12760916893Sopenharmony_ci <plugin> 12860916893Sopenharmony_ci <artifactId>maven-site-plugin</artifactId> 12960916893Sopenharmony_ci <version>3.7.1</version> 13060916893Sopenharmony_ci </plugin> 13160916893Sopenharmony_ci <plugin> 13260916893Sopenharmony_ci <artifactId>maven-project-info-reports-plugin</artifactId> 13360916893Sopenharmony_ci <version>3.0.0</version> 13460916893Sopenharmony_ci </plugin> 13560916893Sopenharmony_ci </plugins> 13660916893Sopenharmony_ci </pluginManagement> 13760916893Sopenharmony_ci </build> 13860916893Sopenharmony_ci</project> 139