Skip to content

Commit 4401379

Browse files
committed
fix
1 parent 04f1c6e commit 4401379

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ under the License.
6363
<module>paimon-filesystems</module>
6464
<module>paimon-format</module>
6565
<module>paimon-lance</module>
66-
<module>paimon-vector</module>
6766
<module>paimon-vfs</module>
6867
<module>paimon-bundle</module>
6968
<module>paimon-hive</module>
@@ -506,6 +505,16 @@ under the License.
506505
<jdk>11</jdk>
507506
</activation>
508507
</profile>
508+
509+
<profile>
510+
<id>paimon-vector</id>
511+
<modules>
512+
<module>paimon-vector</module>
513+
</modules>
514+
<activation>
515+
<jdk>11</jdk>
516+
</activation>
517+
</profile>
509518
</profiles>
510519

511520
<build>

0 commit comments

Comments
 (0)