Feedback changes - restructed project structure

This commit is contained in:
Colin But
2016-06-28 21:53:55 +01:00
parent 35c0942803
commit 27e4e9afee
18 changed files with 28 additions and 107 deletions

View File

@ -32,9 +32,16 @@
<version>1.12.0-SNAPSHOT</version>
</parent>
<artifactId>page-object</artifactId>
<packaging>pom</packaging>
<modules>
<module>sample-application</module>
<module>test-automation</module>
</modules>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.22</version>
</dependency>
</dependencies>
</project>