* ONAP
* ================================================================================
* Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved.
- * Modifications Copyright (C) 2023-2024 Nordix Foundation.
+ * Modifications Copyright (C) 2023-2025 Nordix Foundation.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@AllArgsConstructor
public class OperationHistoryDataManagerParams {
public static final String DEFAULT_PU = "OperationsHistoryPU";
- public static final String DEFAULT_DRIVER = "org.mariadb.jdbc.Driver";
+ public static final String DEFAULT_DRIVER = "org.postgresql.jdbc.Driver";
@NotBlank
private String url;