Skip to content

Commit

Permalink
chore: add back needed dashboard dependencies (#1747)
Browse files Browse the repository at this point in the history
Add back some dependencies accidentally removed in #1665 for building the dashboard and the dashboard report.
  • Loading branch information
stephaniewang526 authored Mar 16, 2021
1 parent 7411788 commit d05f7b6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dashboard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
</properties>

<dependencies>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.31</version>
</dependency>
<dependency>
<!-- required to create PlexusContainer in RepositoryUtility-->
<groupId>org.apache.maven</groupId>
Expand Down Expand Up @@ -78,6 +83,11 @@
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
<version>3.6.3</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit d05f7b6

Please sign in to comment.