aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoronapuser <onapuser@onap-dev-vm1.localhost.local>2020-04-22 03:15:27 -0700
committerPriyadharshini <priyadharshini.b96@wipro.com>2020-04-22 03:21:20 -0700
commitfedc65a54023bc335c5b63e46727553f84c81c36 (patch)
tree291b2992c81c6e1993b40ff85b2377eba57b62f8
parent8996ca3eb0af0c454a4265a920a63df32272b50b (diff)
Fix License scan issues
Issue-ID: INT-1559 Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com> Change-Id: I3eed9abb146b769c4bc3a6e512da415085f59cfa
-rw-r--r--ransim/ransimctrlr/RANSIM-CTRLR/src/test/resources/hibernate.properties11
1 files changed, 1 insertions, 10 deletions
diff --git a/ransim/ransimctrlr/RANSIM-CTRLR/src/test/resources/hibernate.properties b/ransim/ransimctrlr/RANSIM-CTRLR/src/test/resources/hibernate.properties
index 9b7d955..7d6e456 100644
--- a/ransim/ransimctrlr/RANSIM-CTRLR/src/test/resources/hibernate.properties
+++ b/ransim/ransimctrlr/RANSIM-CTRLR/src/test/resources/hibernate.properties
@@ -1,13 +1,5 @@
-#
-# Hibernate, Relational Persistence for Idiomatic Java
-#
-# License: GNU Lesser General Public License (LGPL), version 2.1 or later.
-# See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
-#
-
hibernate.dialect org.hibernate.dialect.H2Dialect
hibernate.connection.driver_class org.h2.Driver
-#hibernate.connection.url jdbc:h2:mem:db1;DB_CLOSE_DELAY=-1;MVCC=TRUE
hibernate.connection.url jdbc:h2:mem:db1;DB_CLOSE_DELAY=-1
hibernate.connection.username sa
@@ -21,9 +13,8 @@ hibernate.max_fetch_depth 5
hibernate.cache.region_prefix hibernate.test
hibernate.cache.region.factory_class org.hibernate.testing.cache.CachingRegionFactory
-# NOTE: hibernate.jdbc.batch_versioned_data should be set to false when testing with Oracle
hibernate.jdbc.batch_versioned_data true
javax.persistence.validation.mode=NONE
hibernate.service.allow_crawling=false
-hibernate.session.events.log=true \ No newline at end of file
+hibernate.session.events.log=true