This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 0872244  [OPENMEETINGS-2209] minified JS files should be fixed
0872244 is described below

commit 087224440dae6e9f6b5918863d64fb3418f524fd
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Tue Mar 31 23:01:26 2020 +0700

    [OPENMEETINGS-2209] minified JS files should be fixed
---
 openmeetings-web/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/openmeetings-web/pom.xml b/openmeetings-web/pom.xml
index 909d19c..3df1585 100644
--- a/openmeetings-web/pom.xml
+++ b/openmeetings-web/pom.xml
@@ -80,6 +80,13 @@
                                <groupId>com.samaxes.maven</groupId>
                                <artifactId>minify-maven-plugin</artifactId>
                                
<version>${minify-maven-plugin.version}</version>
+                               <dependencies>
+                                       <dependency>
+                                               
<groupId>com.google.javascript</groupId>
+                                               
<artifactId>closure-compiler</artifactId>
+                                               <version>v20170521</version>
+                                       </dependency>
+                               </dependencies>
                                <executions>
                                        <execution>
                                                <id>theme-minify</id>

Reply via email to