|
|
|
@ -18,14 +18,12 @@
@@ -18,14 +18,12 @@
|
|
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
|
|
|
|
|
<parent> |
|
|
|
|
<groupId>org.sonatype.oss</groupId> |
|
|
|
|
<artifactId>oss-parent</artifactId> |
|
|
|
|
<version>9</version> |
|
|
|
|
<groupId>io.github.openfeign</groupId> |
|
|
|
|
<artifactId>parent</artifactId> |
|
|
|
|
<version>9.7.0-SNAPSHOT</version> |
|
|
|
|
</parent> |
|
|
|
|
|
|
|
|
|
<groupId>io.github.openfeign</groupId> |
|
|
|
|
<artifactId>feign-benchmark</artifactId> |
|
|
|
|
<version>9.7.0-SNAPSHOT</version> |
|
|
|
|
<name>Feign Benchmark (JMH)</name> |
|
|
|
|
|
|
|
|
|
<properties> |
|
|
|
@ -33,6 +31,7 @@
@@ -33,6 +31,7 @@
|
|
|
|
|
<!-- override default bytecode version for src/main from parent pom --> |
|
|
|
|
<main.java.version>1.8</main.java.version> |
|
|
|
|
<main.signature.artifact>java18</main.signature.artifact> |
|
|
|
|
<main.basedir>${project.basedir}/..</main.basedir> |
|
|
|
|
<maven.compiler.source>1.8</maven.compiler.source> |
|
|
|
|
<maven.compiler.target>1.8</maven.compiler.target> |
|
|
|
|
</properties> |
|
|
|
|