From 7a595cf420c6bae9fce432e0cd88461ae4a84d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Tr=C4=99bski?= Date: Mon, 7 Sep 2015 09:11:11 +0200 Subject: [PATCH] Dependencies updated Following changes made because monasca-common was modified: - removed unnecessary dependencies - updated hikari version - added javax.el-api Change-Id: I176008a258411500bf14ba4a26258bdce90476db --- thresh/pom.xml | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/thresh/pom.xml b/thresh/pom.xml index 0321e9c..da467b7 100644 --- a/thresh/pom.xml +++ b/thresh/pom.xml @@ -23,11 +23,10 @@ ${project.artifactId}-${computedVersion} 1.1.0-SNAPSHOT 0.9.5 - 4.3.9.Final 9.1-901.jdbc4 - 3.1.0.CR1 - 2.3.7 + 2.3.9 0.9.9-RC1 + 2.2.5 false UTF-8 UTF-8 @@ -168,27 +167,22 @@ - - org.hibernate - hibernate-core - ${hibernate.version} - postgresql postgresql ${postgresql.version} - - org.jadira.usertype - usertype.core - ${jadira.version} - com.zaxxer HikariCP-java6 ${hikaricp.version} compile + + javax.el + javax.el-api + ${javax.el-api.version} +