Skip to content

Commit 774c681

Browse files
authored
chore: add parent dependency for Apache version 23 in pom.xml (#752)
1 parent ff3922f commit 774c681

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2525
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
2626
>
27+
28+
<parent>
29+
<groupId>org.apache</groupId>
30+
<artifactId>apache</artifactId>
31+
<version>23</version>
32+
</parent>
33+
2734
<modelVersion>4.0.0</modelVersion>
2835

2936
<groupId>org.apache.fesod</groupId>

0 commit comments

Comments
 (0)