Suppressed ignored pom warning.
This commit is contained in:
parent
a52da46f52
commit
1f8f5889cc
@ -13,6 +13,7 @@
|
||||
<parent>
|
||||
<groupId>uk.co.neviyn</groupId>
|
||||
<artifactId>Observations</artifactId>
|
||||
<!--suppress MavenPropertyInParent -->
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
|
||||
@ -62,10 +63,12 @@
|
||||
<dependency>
|
||||
<groupId>org.jetbrains.kotlin</groupId>
|
||||
<artifactId>kotlin-stdlib-jdk8</artifactId>
|
||||
<version>${kotlin.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jetbrains.kotlin</groupId>
|
||||
<artifactId>kotlin-reflect</artifactId>
|
||||
<version>${kotlin.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
@ -5,6 +5,7 @@
|
||||
<parent>
|
||||
<groupId>uk.co.neviyn</groupId>
|
||||
<artifactId>Observations</artifactId>
|
||||
<!--suppress MavenPropertyInParent -->
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user