Remove dependency on Kotlin for tests

The Eclipse tooling keeps flaking out and refuses to work at all
since 0.8.7. Maybe revisit this when it is stable.
This commit is contained in:
Dave Syer
2018-11-16 17:19:14 +00:00
parent 0287a5d8f3
commit 8cce006b4c
3 changed files with 78 additions and 86 deletions

View File

@@ -90,7 +90,7 @@
<plugin>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-functions-maven-plugin</artifactId>
<version>1.0.0-beta-6</version>
<version>1.2.0</version>
<dependencies>
<dependency>
<groupId>javax.xml.bind</groupId>