This repository was archived by the owner on Nov 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 22 xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44
5- <!-- <parent> <groupId>org.suren</groupId> <artifactId>org.suren.parent</artifactId>
6- <version>0.0.1-SNAPSHOT</version> </parent> -->
7-
8- <groupId >org.suren.autotest</groupId >
5+ <groupId >com.surenpi.autotest</groupId >
96 <artifactId >autotest.web.framework</artifactId >
107 <version >1.0.2-20170325</version >
118
2017
2118 <build >
2219 <sourceDirectory >src/main/java</sourceDirectory >
23- <!-- <resources> <resource> <directory>src/main/java</directory> <excludes>
24- <exclude>**/*.java</exclude> </excludes> </resource> <resource> <directory>src/main/resources</directory>
25- <excludes> <exclude>**/*.*</exclude> </excludes> </resource> </resources> -->
2620 <plugins >
2721 <!-- -->
2822 <plugin >
124118 </repositories >
125119
126120 <dependencies >
127- <!-- 暂时不需要 -->
128- <!-- <dependency> <groupId>org.suren</groupId> <artifactId>org.suren.common</artifactId>
129- <version>0.0.1-SNAPSHOT</version> </dependency> -->
130- <!--
131- -->
132121 <dependency >
133- <groupId >org.suren .autotest</groupId >
122+ <groupId >com.surenpi .autotest</groupId >
134123 <artifactId >autotest.interface.framework</artifactId >
135124 <version >0.0.1-SNAPSHOT</version >
136125 </dependency >
You can’t perform that action at this time.
0 commit comments