Skip to content

Commit

Permalink
Merge pull request #55 from aceforeverd/fix-openmldb-deps
Browse files Browse the repository at this point in the history
build: include openmldb-common
  • Loading branch information
tobegit3hub authored Feb 28, 2024
2 parents 12b4d1d + 697dda0 commit 6899448
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,17 @@
</dependency>

<!-- 4paradigm -->
<dependency>
<groupId>com.4paradigm.openmldb</groupId>
<artifactId>openmldb-common</artifactId>
<version>${openmldb.batch.version}</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.4paradigm.openmldb</groupId>
<artifactId>openmldb-native</artifactId>
Expand Down

0 comments on commit 6899448

Please sign in to comment.