Merge branch 'master' of

https://git.ignuranza.net/andreacavalli/data-generator
This commit is contained in:
Andrea Cavalli 2022-04-13 14:46:42 +02:00
commit a3929925e8
2 changed files with 17 additions and 3 deletions

1
.gitignore vendored
View File

@ -62,3 +62,4 @@ local.properties
.project
.classpath
.ci-friendly-pom.xml

19
pom.xml
View File

@ -64,7 +64,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.8.0-M1</version>
<version>5.8.2</version>
</dependency>
</dependencies>
</plugin>
@ -77,6 +77,19 @@
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>com.outbrain.swinfra</groupId>
<artifactId>ci-friendly-flatten-maven-plugin</artifactId>
<version>1.0.14</version>
<executions>
<execution>
<goals>
<goal>clean</goal>
<goal>flatten</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
@ -234,7 +247,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.8.0-M1</version>
<version>5.8.2</version>
<exclusions>
<exclusion>
<groupId>org.hamcrest</groupId>
@ -245,7 +258,7 @@
<dependency>
<groupId>it.cavallium</groupId>
<artifactId>data-generator-runtime</artifactId>
<version>1.0.46</version>
<version>1.0.54</version>
</dependency>
</dependencies>
</dependencyManagement>