You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2016/09/05 15:55:17 UTC

svn commit: r1759317 - in /openmeetings/application: branches/3.1.x/pom.xml branches/3.2.x/pom.xml trunk/pom.xml

Author: solomax
Date: Mon Sep  5 15:55:17 2016
New Revision: 1759317

URL: http://svn.apache.org/viewvc?rev=1759317&view=rev
Log:
no jira: OM build under maven < 3.4 is fixed

Modified:
    openmeetings/application/branches/3.1.x/pom.xml
    openmeetings/application/branches/3.2.x/pom.xml
    openmeetings/application/trunk/pom.xml

Modified: openmeetings/application/branches/3.1.x/pom.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/pom.xml?rev=1759317&r1=1759316&r2=1759317&view=diff
==============================================================================
--- openmeetings/application/branches/3.1.x/pom.xml (original)
+++ openmeetings/application/branches/3.1.x/pom.xml Mon Sep  5 15:55:17 2016
@@ -494,6 +494,7 @@
 				<groupId>org.red5</groupId>
 				<artifactId>red5-server</artifactId>
 				<version>${red5-server.version}</version>
+				<optional>true</optional>
 			</dependency>
 			<dependency>
 				<groupId>org.red5</groupId>

Modified: openmeetings/application/branches/3.2.x/pom.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/pom.xml?rev=1759317&r1=1759316&r2=1759317&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/pom.xml (original)
+++ openmeetings/application/branches/3.2.x/pom.xml Mon Sep  5 15:55:17 2016
@@ -494,6 +494,7 @@
 				<groupId>org.red5</groupId>
 				<artifactId>red5-server</artifactId>
 				<version>${red5-server.version}</version>
+				<optional>true</optional>
 			</dependency>
 			<dependency>
 				<groupId>org.red5</groupId>

Modified: openmeetings/application/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/trunk/pom.xml?rev=1759317&r1=1759316&r2=1759317&view=diff
==============================================================================
--- openmeetings/application/trunk/pom.xml (original)
+++ openmeetings/application/trunk/pom.xml Mon Sep  5 15:55:17 2016
@@ -494,6 +494,7 @@
 				<groupId>org.red5</groupId>
 				<artifactId>red5-server</artifactId>
 				<version>${red5-server.version}</version>
+				<optional>true</optional>
 			</dependency>
 			<dependency>
 				<groupId>org.red5</groupId>