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/08/19 12:29:49 UTC

svn commit: r1756911 - in /openmeetings/application/branches/3.2.x: openmeetings-webservice/pom.xml pom.xml

Author: solomax
Date: Fri Aug 19 12:29:49 2016
New Revision: 1756911

URL: http://svn.apache.org/viewvc?rev=1756911&view=rev
Log:
no jira: cxf is temporarily updated to SNAPSHOT to investigate service list issue

Modified:
    openmeetings/application/branches/3.2.x/openmeetings-webservice/pom.xml
    openmeetings/application/branches/3.2.x/pom.xml

Modified: openmeetings/application/branches/3.2.x/openmeetings-webservice/pom.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-webservice/pom.xml?rev=1756911&r1=1756910&r2=1756911&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-webservice/pom.xml (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-webservice/pom.xml Fri Aug 19 12:29:49 2016
@@ -93,6 +93,10 @@
 			<artifactId>cxf-rt-rs-extension-providers</artifactId>
 		</dependency>
 		<dependency>
+			<groupId>org.apache.cxf</groupId>
+			<artifactId>cxf-rt-rs-service-description</artifactId>
+		</dependency>
+		<dependency>
 			<groupId>org.codehaus.jettison</groupId>
 			<artifactId>jettison</artifactId>
 		</dependency>

Modified: openmeetings/application/branches/3.2.x/pom.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/pom.xml?rev=1756911&r1=1756910&r2=1756911&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/pom.xml (original)
+++ openmeetings/application/branches/3.2.x/pom.xml Fri Aug 19 12:29:49 2016
@@ -48,7 +48,7 @@
 		<red5-client.version>1.0.8-M8</red5-client.version>
 		<commons-transaction.version>1.2</commons-transaction.version>
 		<ical4j.version>2.0-beta1</ical4j.version>
-		<cxf.version>3.1.7</cxf.version>
+		<cxf.version>3.1.8-SNAPSHOT</cxf.version>
 		<selenium.version>2.53.1</selenium.version>
 		<simple-xml.version>2.7.1</simple-xml.version>
 		<jettison.version>1.3.8</jettison.version>
@@ -599,6 +599,11 @@
 				<version>${cxf.version}</version>
 			</dependency>
 			<dependency>
+				<groupId>org.apache.cxf</groupId>
+				<artifactId>cxf-rt-rs-service-description</artifactId>
+				<version>${cxf.version}</version>
+			</dependency>
+			<dependency>
 				<groupId>org.seleniumhq.selenium</groupId>
 				<artifactId>selenium-java</artifactId>
 				<version>${selenium.version}</version>