Commit eb709116 by 齐文博

fix

parent d9d77638
......@@ -12,7 +12,7 @@
</component>
<component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
<module name="Lemon" options="-parameters" />
<module name="Lemon" options="" />
</option>
</component>
</project>
\ No newline at end of file
......@@ -4,11 +4,11 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<!-- <parent>
<parent>
<groupId>com.pcloud.universe</groupId>
<artifactId>universe-commons-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
</parent>-->
</parent>
<groupId>com.lemon</groupId>
<artifactId>Lemon</artifactId>
......@@ -35,6 +35,12 @@
<!-- maven-surefire-plugin 配合testng执行测试用例的maven插件 -->
<!--java:io.qameta.allure:allure-java-commons-->
<build>
<resources>
<resource>
<directory>src/test/resources</directory>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
......@@ -78,16 +84,11 @@
<dependencies>
<!--
<dependency>
<groupId>com.pcloud.universe</groupId>
<artifactId>universe-error-alarm</artifactId>
<version>${universe-error-alarm.version}</version>
</dependency>
-->
<!-- JSON类型操作坐标-->
<dependency>
......@@ -243,14 +244,6 @@
<artifactId>jenkins-client</artifactId>
<version>0.3.7</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.3</version>
</dependency>
</dependencies>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment