Refactor dependencyManagement
to enable includes, added it for this (#141)
This commit is contained in:
parent
491b2961f8
commit
e4b7b18267
25 changed files with 526 additions and 9 deletions
12
src/it/log-json-from-env/pom.xml
Normal file
12
src/it/log-json-from-env/pom.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>@project.groupId@</groupId>
|
||||
<artifactId>@project.artifactId@-it</artifactId>
|
||||
<version>LOCAL-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>@project.artifactId@-it-log-json-from-env</artifactId>
|
||||
</project>
|
Loading…
Add table
Add a link
Reference in a new issue