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

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


The following commit(s) were added to refs/heads/4.0.x by this push:
     new 5ac82dc  [OPENMEETINGS-1928] command line import is fixed
5ac82dc is described below

commit 5ac82dcc34a8fb5c44568184e2279687049cc09d
Author: Maxim Solodovnik <solomax...@gmail.com>
AuthorDate: Tue Oct 2 22:15:05 2018 +0700

    [OPENMEETINGS-1928] command line import is fixed
---
 openmeetings-db/pom.xml  | 1 +
 openmeetings-web/pom.xml | 6 ++++++
 2 files changed, 7 insertions(+)

diff --git a/openmeetings-db/pom.xml b/openmeetings-db/pom.xml
index b26d783..ef74e59 100644
--- a/openmeetings-db/pom.xml
+++ b/openmeetings-db/pom.xml
@@ -70,6 +70,7 @@
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-test</artifactId>
                        <version>${spring.version}</version>
+                       <scope>compile</scope>
                </dependency>
                <dependency>
                        <groupId>org.simpleframework</groupId>
diff --git a/openmeetings-web/pom.xml b/openmeetings-web/pom.xml
index a2a7096..0c04249 100644
--- a/openmeetings-web/pom.xml
+++ b/openmeetings-web/pom.xml
@@ -766,5 +766,11 @@
                        <artifactId>tomcat-embed-jasper</artifactId>
                        <version>${tomcat.version}</version>
                </dependency>
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>spring-test</artifactId>
+                       <version>${spring.version}</version>
+                       <scope>compile</scope>
+               </dependency>
        </dependencies>
 </project>

Reply via email to