You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2016/06/04 01:47:11 UTC

juddi git commit: JUDDI-953 fixed

Repository: juddi
Updated Branches:
  refs/heads/master d3182e68c -> b50ad206c


JUDDI-953 fixed


Project: http://git-wip-us.apache.org/repos/asf/juddi/repo
Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/b50ad206
Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/b50ad206
Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/b50ad206

Branch: refs/heads/master
Commit: b50ad206c834bde3c018c24c5a09fed325f51887
Parents: d3182e6
Author: Alex <al...@apache.org>
Authored: Fri Jun 3 21:47:04 2016 -0400
Committer: Alex <al...@apache.org>
Committed: Fri Jun 3 21:47:04 2016 -0400

----------------------------------------------------------------------
 juddi-core/pom.xml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/juddi/blob/b50ad206/juddi-core/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-core/pom.xml b/juddi-core/pom.xml
index cfa10ea..ffc7d69 100644
--- a/juddi-core/pom.xml
+++ b/juddi-core/pom.xml
@@ -113,14 +113,9 @@ language governing permissions and * limitations under the License. * */ -->
             <version>3.1</version>
         </dependency>
         <dependency>
-            <groupId>org.hibernate.javax.persistence</groupId>
-            <artifactId>hibernate-jpa-2.1-api</artifactId>
-            <version>1.0.0.Final</version>
-        </dependency>
-        <dependency>
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-core</artifactId>
-            <version>4.3.6.Final</version>
+            <version>4.2.21.Final</version>
             <exclusions>
                 <exclusion>
                     <groupId>cglib</groupId>
@@ -131,7 +126,7 @@ language governing permissions and * limitations under the License. * */ -->
         <dependency>
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-entitymanager</artifactId>
-            <version>4.3.6.Final</version>
+            <version>4.2.21.Final</version>
         </dependency>
         <dependency>
             <groupId>cglib</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org