From c8fa4d0bd94f88d51c4fb9f923dae52a2173513e Mon Sep 17 00:00:00 2001 From: wzp <516075396@qq.com> Date: 星期二, 27 四月 2021 16:26:58 +0800 Subject: [PATCH] CAQ文本框处理 --- pom.xml | 69 ++++++++++++++++------------------ 1 files changed, 32 insertions(+), 37 deletions(-) diff --git a/pom.xml b/pom.xml index 713da3e..e0bd5d9 100644 --- a/pom.xml +++ b/pom.xml @@ -355,47 +355,42 @@ <scope>compile</scope> </dependency> - </dependencies> + <dependency> + <groupId>dom4j</groupId> + <artifactId>dom4j</artifactId> + <version>1.6.1</version> + </dependency> + <dependency> + <groupId>jaxen</groupId> + <artifactId>jaxen</artifactId> + <version>1.1.6</version> + </dependency> - <build> - <finalName>${project.artifactId}</finalName> + </dependencies> + <!--<build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.8</source> - <target>1.8</target> - <encoding>utf-8</encoding> - </configuration> + <artifactId>maven-install-plugin</artifactId> + <version>2.5.2</version> + <executions> + <execution> + <id>install-external</id> + <phase>clean</phase> + <configuration> + <file>${project.build.directory}/tai-ots-framework-1.0.jar</file> + <repositoryLayout>default</repositoryLayout> + <groupId>com.ots</groupId> + <artifactId>tai-ots-framework</artifactId> + <version>1.0</version> + <generatePom>true</generatePom> + </configuration> + <goals> + <goal>install-file</goal> + </goals> + </execution> + </executions> </plugin> - </plugins> - </build> - - <repositories> - <repository> - <id>public</id> - <name>aliyun nexus</name> - <url>http://maven.aliyun.com/nexus/content/groups/public/</url> - <releases> - <enabled>true</enabled> - </releases> - </repository> - </repositories> - - <pluginRepositories> - <pluginRepository> - <id>public</id> - <name>aliyun nexus</name> - <url>http://maven.aliyun.com/nexus/content/groups/public/</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </pluginRepository> - </pluginRepositories> - + </build>--> </project> \ No newline at end of file -- Gitblit v1.9.1