diff options
-rwxr-xr-x | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ <project> <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.sonatype.oss</groupId> + <artifactId>oss-parent</artifactId> + <version>7</version> + </parent> <groupId>io.trygvis.esper.testing</groupId> <artifactId>esper-testing</artifactId> <version>1.0-SNAPSHOT</version> |