IDEMPIERE-3241 Table Index Validate not working with postgresql 9.6

This commit is contained in:
Carlos Ruiz 2016-11-07 20:17:59 +01:00
parent 4fd83bcdd7
commit ac31c85992
1 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ Bundle-SymbolicName: org.compiere.db.postgresql.provider;singleton:=true
Bundle-Version: 4.1.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ClassPath: .,
postgresql-9.4-1206.jdbc41.jar,
c3p0-0.9.5.jar,
mchange-commons-java-0.2.9.jar
postgresql-9.4.1212.jre7.jar,
c3p0-0.9.5.2.jar,
mchange-commons-java-0.2.12.jar
Require-Bundle: org.adempiere.base;bundle-version="0.0.0",
org.adempiere.install;bundle-version="0.0.0"
Import-Package: junit.framework;version="3.8.2",