Skip to content

Commit

Permalink
resolveMavenDependencies support
Browse files Browse the repository at this point in the history
  • Loading branch information
benjobs committed Jul 25, 2023
1 parent 5285406 commit 0798c7a
Show file tree
Hide file tree
Showing 6 changed files with 581 additions and 0 deletions.
7 changes: 7 additions & 0 deletions streampark-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
<optional>true</optional>
</dependency>


<!--logback -->
<dependency>
<groupId>org.apache.streampark</groupId>
Expand All @@ -128,6 +129,12 @@
<version>${streampark.shaded.version}</version>
</dependency>

<dependency>
<groupId>org.apache.ivy</groupId>
<artifactId>ivy</artifactId>
<version>2.4.0</version>
</dependency>

</dependencies>

<build>
Expand Down
Loading

0 comments on commit 0798c7a

Please sign in to comment.