aboutsummaryrefslogtreecommitdiffstats
path: root/spring-utils/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'spring-utils/pom.xml')
-rw-r--r--spring-utils/pom.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/spring-utils/pom.xml b/spring-utils/pom.xml
index 9728d65c..41b72b9e 100644
--- a/spring-utils/pom.xml
+++ b/spring-utils/pom.xml
@@ -3,7 +3,7 @@
ONAP policy
================================================================================
Copyright (C) 2022 Bell Canada. All rights reserved.
- Modifications Copyright (C) 2023 Nordix Foundation.
+ Modifications Copyright (C) 2023-2024 Nordix Foundation.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -40,11 +40,14 @@
<artifactId>utils</artifactId>
<version>${project.version}</version>
</dependency>
-
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.hibernate.orm</groupId>
+ <artifactId>hibernate-core</artifactId>
+ </dependency>
</dependencies>
</project> \ No newline at end of file