Commit eb709116 by 齐文博

fix

parent d9d77638
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
</component> </component>
<component name="JavacSettings"> <component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_OVERRIDE"> <option name="ADDITIONAL_OPTIONS_OVERRIDE">
<module name="Lemon" options="-parameters" /> <module name="Lemon" options="" />
</option> </option>
</component> </component>
</project> </project>
\ No newline at end of file
...@@ -4,11 +4,11 @@ ...@@ -4,11 +4,11 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 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> <modelVersion>4.0.0</modelVersion>
<!-- <parent> <parent>
<groupId>com.pcloud.universe</groupId> <groupId>com.pcloud.universe</groupId>
<artifactId>universe-commons-parent</artifactId> <artifactId>universe-commons-parent</artifactId>
<version>3.0.0-SNAPSHOT</version> <version>3.0.0-SNAPSHOT</version>
</parent>--> </parent>
<groupId>com.lemon</groupId> <groupId>com.lemon</groupId>
<artifactId>Lemon</artifactId> <artifactId>Lemon</artifactId>
...@@ -35,6 +35,12 @@ ...@@ -35,6 +35,12 @@
<!-- maven-surefire-plugin 配合testng执行测试用例的maven插件 --> <!-- maven-surefire-plugin 配合testng执行测试用例的maven插件 -->
<!--java:io.qameta.allure:allure-java-commons--> <!--java:io.qameta.allure:allure-java-commons-->
<build> <build>
<resources>
<resource>
<directory>src/test/resources</directory>
</resource>
</resources>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
...@@ -78,16 +84,11 @@ ...@@ -78,16 +84,11 @@
<dependencies> <dependencies>
<!--
<dependency> <dependency>
<groupId>com.pcloud.universe</groupId> <groupId>com.pcloud.universe</groupId>
<artifactId>universe-error-alarm</artifactId> <artifactId>universe-error-alarm</artifactId>
<version>${universe-error-alarm.version}</version> <version>${universe-error-alarm.version}</version>
</dependency> </dependency>
-->
<!-- JSON类型操作坐标--> <!-- JSON类型操作坐标-->
<dependency> <dependency>
...@@ -243,14 +244,6 @@ ...@@ -243,14 +244,6 @@
<artifactId>jenkins-client</artifactId> <artifactId>jenkins-client</artifactId>
<version>0.3.7</version> <version>0.3.7</version>
</dependency> </dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.3</version>
</dependency>
</dependencies> </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