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 2013/09/16 05:44:08 UTC

svn commit: r1523540 - /openmeetings/trunk/singlewebapp/ivy.xml

Author: solomax
Date: Mon Sep 16 03:44:07 2013
New Revision: 1523540

URL: http://svn.apache.org/r1523540
Log:
[OPENMEETINGS-792] build is fixed

Modified:
    openmeetings/trunk/singlewebapp/ivy.xml

Modified: openmeetings/trunk/singlewebapp/ivy.xml
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/ivy.xml?rev=1523540&r1=1523539&r2=1523540&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/ivy.xml (original)
+++ openmeetings/trunk/singlewebapp/ivy.xml Mon Sep 16 03:44:07 2013
@@ -34,7 +34,6 @@
 		<conf name="mysql" description="MySQL JDBC driver" />
 		<conf name="mvn" description="Maven Ant task to build Red5" />
 		<conf name="tomcat7" description="Libraries necessary for patching Red5 to use Tomcat7" />
-		<conf name="selenium" description="Selenium dependencies" />
 	</configurations>
 	<dependencies>
 		<!--  START OF mainlib -->
@@ -302,6 +301,10 @@
 		<dependency org="org.asteriskjava" name="asterisk-java" rev="1.0.0.CI-20130102.214528-1134" conf="openmeetings->*" transitive="false">
 			<include type="jar" />
 		</dependency>
+		<!-- Selenium -->
+		<dependency org="org.seleniumhq.selenium" name="selenium-java" conf="openmeetings->*" rev="2.35.0" >
+			<include type="jar" />
+		</dependency>
 
 		<!-- include type="bundle" / FIXME unable to get openjpa without  sources -->
 		<dependency org="org.mnode.ical4j" name="ical4j" rev="1.0.5" conf="openmeetings.ext->*" transitive="false"/>
@@ -403,11 +406,6 @@
 			<include type="jar" />
 		</dependency>
 		
-		<!-- Selenium -->
-		<dependency org="org.seleniumhq.selenium" name="selenium-java" conf="selenium->*" rev="2.35.0" >
-			<include type="jar" />
-		</dependency>
-
 		<exclude org="javax.servlet" module="servlet-api" type="*" ext="*" conf="*" matcher="exact"/>		
 	</dependencies>
 </ivy-module>