We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae33aa6 commit 5c1bf55Copy full SHA for 5c1bf55
feign/pom.xml
@@ -1,12 +1,9 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
- xmlns="http://maven.apache.org/POM/4.0.0"
4
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
<modelVersion>4.0.0</modelVersion>
6
7
<groupId>com.baeldung.feign</groupId>
8
<artifactId>feign-client</artifactId>
9
- <version>1.0.0-SNAPSHOT</version>
10
11
<parent>
12
<groupId>com.baeldung</groupId>
0 commit comments