Skip to content

Commit

Permalink
Add back-end deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Pil0tXia committed Apr 16, 2024
1 parent 278ee52 commit 9eec05e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
cache: maven

- name: Build with Maven
run: ./mvnw -B package --file pom.xml
run: mvn -B package --file pom.xml
1 change: 1 addition & 0 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ header:
dependency:
files:
- pom.xml
- eventmesh-dashboard-console/pom.xml
- eventmesh-dashboard-view/package.json
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@
</properties>

<modules>
<module>eventmesh-dashboard-common</module>
<module>eventmesh-dashboard-console</module>
<module>eventmesh-dashboard-observe</module>
<module>eventmesh-dashboard-core</module>
<module>eventmesh-dashboard-service</module>
<module>eventmesh-dashboard-common</module>
<module>eventmesh-dashboard-core</module>
<module>eventmesh-dashboard-observe</module>
</modules>

<dependencyManagement>
Expand Down

0 comments on commit 9eec05e

Please sign in to comment.