fixing relative path

This commit is contained in:
Eugen Paraschiv 2018-07-18 18:16:05 +03:00
parent f686bac43a
commit 1f03524402
2 changed files with 117 additions and 114 deletions

View File

@ -544,9 +544,9 @@
<module>ejb</module>
<module>feign</module>
<module>flips</module>
<module>testing-modules/gatling</module>
<module>geotools</module>
<module>testing-modules/groovy-spock</module>
<module>testing-modules/gatling</module>
<module>google-cloud</module>
<module>google-web-toolkit</module>
<module>gson</module>

View File

@ -1,14 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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>
<groupId>org.baeldung</groupId>
<artifactId>gatling</artifactId>
<version>1.0-SNAPSHOT</version>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<dependencies>