|
15 | 15 |
|
16 | 16 | --> |
17 | 17 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
18 | | - <parent> |
19 | | - <groupId>io.github.openfeign</groupId> |
20 | | - <artifactId>parent</artifactId> |
21 | | - <version>10.0.2-SNAPSHOT</version> |
22 | | - </parent> |
23 | | - <modelVersion>4.0.0</modelVersion> |
| 18 | + <modelVersion>4.0.0</modelVersion> |
| 19 | + <parent> |
| 20 | + <groupId>io.github.openfeign</groupId> |
| 21 | + <artifactId>parent</artifactId> |
| 22 | + <version>10.0.2-SNAPSHOT</version> |
| 23 | + </parent> |
24 | 24 |
|
25 | | - <artifactId>feign-java11</artifactId> |
26 | | - <name>Feign Java 11</name> |
27 | | - <description>Feign Java 11</description> |
| 25 | + <artifactId>feign-java11</artifactId> |
| 26 | + <name>Feign Java 11</name> |
| 27 | + <description>Feign Java 11</description> |
28 | 28 |
|
29 | | - <properties> |
30 | | - <!-- override default bytecode version for src/main from parent pom --> |
31 | | - <main.java.version>11</main.java.version> |
32 | | - <main.signature.artifact>java18</main.signature.artifact> |
33 | | - <main.basedir>${project.basedir}/..</main.basedir> |
34 | | - <maven.compiler.source>11</maven.compiler.source> |
35 | | - <maven.compiler.target>11</maven.compiler.target> |
36 | | - </properties> |
| 29 | + <properties> |
| 30 | + <!-- override default bytecode version for src/main from parent pom --> |
| 31 | + <main.java.version>11</main.java.version> |
| 32 | + <main.signature.artifact>java18</main.signature.artifact> |
| 33 | + <main.basedir>${project.basedir}/..</main.basedir> |
| 34 | + <maven.compiler.source>11</maven.compiler.source> |
| 35 | + <maven.compiler.target>11</maven.compiler.target> |
| 36 | + </properties> |
37 | 37 |
|
38 | | - <dependencies> |
39 | | - <dependency> |
40 | | - <groupId>${project.groupId}</groupId> |
41 | | - <artifactId>feign-core</artifactId> |
42 | | - </dependency> |
43 | | - <dependency> |
44 | | - <groupId>${project.groupId}</groupId> |
45 | | - <artifactId>feign-jackson</artifactId> |
46 | | - <scope>test</scope> |
47 | | - </dependency> |
48 | | - <dependency> |
49 | | - <groupId>com.squareup.okhttp3</groupId> |
50 | | - <artifactId>mockwebserver</artifactId> |
51 | | - <scope>test</scope> |
52 | | - </dependency> |
| 38 | + <dependencies> |
| 39 | + <dependency> |
| 40 | + <groupId>${project.groupId}</groupId> |
| 41 | + <artifactId>feign-core</artifactId> |
| 42 | + </dependency> |
| 43 | + <dependency> |
| 44 | + <groupId>${project.groupId}</groupId> |
| 45 | + <artifactId>feign-jackson</artifactId> |
| 46 | + <scope>test</scope> |
| 47 | + </dependency> |
| 48 | + <dependency> |
| 49 | + <groupId>com.squareup.okhttp3</groupId> |
| 50 | + <artifactId>mockwebserver</artifactId> |
| 51 | + <scope>test</scope> |
| 52 | + </dependency> |
53 | 53 |
|
54 | | - <dependency> |
55 | | - <groupId>org.assertj</groupId> |
56 | | - <artifactId>assertj-core</artifactId> |
57 | | - <scope>test</scope> |
58 | | - </dependency> |
59 | | - <dependency> |
60 | | - <groupId>junit</groupId> |
61 | | - <artifactId>junit</artifactId> |
62 | | - <scope>test</scope> |
63 | | - </dependency> |
64 | | - <dependency> |
65 | | - <groupId>io.github.openfeign</groupId> |
66 | | - <artifactId>feign-core</artifactId> |
67 | | - <version>${project.version}</version> |
68 | | - <classifier>tests</classifier> |
69 | | - <type>jar</type> |
70 | | - <scope>test</scope> |
71 | | - </dependency> |
72 | | - </dependencies> |
| 54 | + <dependency> |
| 55 | + <groupId>org.assertj</groupId> |
| 56 | + <artifactId>assertj-core</artifactId> |
| 57 | + <scope>test</scope> |
| 58 | + </dependency> |
| 59 | + <dependency> |
| 60 | + <groupId>junit</groupId> |
| 61 | + <artifactId>junit</artifactId> |
| 62 | + <scope>test</scope> |
| 63 | + </dependency> |
| 64 | + <dependency> |
| 65 | + <groupId>io.github.openfeign</groupId> |
| 66 | + <artifactId>feign-core</artifactId> |
| 67 | + <version>${project.version}</version> |
| 68 | + <classifier>tests</classifier> |
| 69 | + <type>jar</type> |
| 70 | + <scope>test</scope> |
| 71 | + </dependency> |
| 72 | + </dependencies> |
73 | 73 |
|
74 | | - <build> |
| 74 | + <build> |
75 | 75 | <plugins> |
76 | 76 | <plugin> |
77 | 77 | <groupId>org.codehaus.mojo</groupId> |
78 | 78 | <artifactId>animal-sniffer-maven-plugin</artifactId> |
79 | 79 | <configuration> |
80 | | - <!-- skipping execution, as plugin is not able to handle java 11 --> |
81 | | - <skip>true</skip> |
| 80 | + <!-- skipping execution, as plugin is not able to handle java 11 --> |
| 81 | + <skip>true</skip> |
82 | 82 | </configuration> |
83 | 83 | </plugin> |
84 | 84 |
|
85 | 85 | </plugins> |
86 | | - </build> |
| 86 | + </build> |
87 | 87 | </project> |
0 commit comments