Skip to content

Commit

Permalink
Include module dubbo-config-spring6 in jdk17 higher versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oxsean authored Oct 30, 2023
1 parent cd35ca8 commit f635de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dubbo-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<profile>
<id>jdk-version-ge-17</id>
<activation>
<jdk>17</jdk>
<jdk>[17,)</jdk>
</activation>
<modules>
<module>dubbo-config-spring6</module>
Expand Down

0 comments on commit f635de7

Please sign in to comment.