Author: alexoree
Date: Mon Dec  9 02:38:38 2013
New Revision: 1549367

URL: http://svn.apache.org/r1549367
Log:
JUDDI-742 updating the pom on branch 3.3
JUDDI-737 updating the pom on branch 3.3


Modified:
    juddi/branches/juddi-3.3.x/juddiv3-war/pom.xml

Modified: juddi/branches/juddi-3.3.x/juddiv3-war/pom.xml
URL: 
http://svn.apache.org/viewvc/juddi/branches/juddi-3.3.x/juddiv3-war/pom.xml?rev=1549367&r1=1549366&r2=1549367&view=diff
==============================================================================
--- juddi/branches/juddi-3.3.x/juddiv3-war/pom.xml (original)
+++ juddi/branches/juddi-3.3.x/juddiv3-war/pom.xml Mon Dec  9 02:38:38 2013
@@ -108,7 +108,7 @@
                                <dependency>
                                        <groupId>org.hibernate</groupId>
                                        
<artifactId>hibernate-entitymanager</artifactId>
-                                       <version>3.2.1.ga</version>
+                                       <version>3.3.1.ga</version>
                                        <scope>provided</scope>
                                </dependency>
 
@@ -163,7 +163,7 @@
                                <dependency>
                                        <groupId>org.hibernate</groupId>
                                        
<artifactId>hibernate-entitymanager</artifactId>
-                                       <version>3.2.1.ga</version>
+                                       <version>3.3.1.ga</version>
                                        <scope>provided</scope>
                                </dependency>
                                <dependency>
@@ -232,6 +232,19 @@
                                                </exclusion>
                                        </exclusions>
                                </dependency>
+                               <!--added AO 6/8/2013 support for JSON encoding 
on REST endpoints -->
+                               <dependency>
+                                       <groupId>org.apache.cxf</groupId>
+                                       
<artifactId>cxf-rt-rs-extension-providers</artifactId>
+                                       <version>2.7.5</version>
+                               </dependency>
+                               
+                               <dependency>
+                                       <groupId>org.codehaus.jettison</groupId>
+                                       <artifactId>jettison</artifactId>
+                                       <version>1.3.4</version>
+                               </dependency>
+                               <!--END added AO 6/8/2013 support for JSON 
encoding on REST endpoints -->
                                <dependency>
                                        <groupId>org.springframework</groupId>
                                        <artifactId>spring-context</artifactId>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to