This repository was archived by the owner on Sep 28, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 131
131
<groupId >org.mariadb.jdbc</groupId >
132
132
<artifactId >mariadb-java-client</artifactId >
133
133
</dependency >
134
+ <dependency >
135
+ <groupId >org.postgresql</groupId >
136
+ <artifactId >postgresql</artifactId >
137
+ </dependency >
134
138
<dependency >
135
139
<groupId >org.apache.directory.api</groupId >
136
140
<artifactId >api-all</artifactId >
Original file line number Diff line number Diff line change 115
115
<spring-aop .version>4.3.30.RELEASE</spring-aop .version>
116
116
<spring-context .version>4.3.30.RELEASE</spring-context .version>
117
117
<spring-security-saml2 .version>1.0.10.RELEASE</spring-security-saml2 .version>
118
+ <postgresql .version>42.3.1</postgresql .version>
118
119
<!-- BUILD -->
119
120
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
120
121
<java-version >8</java-version >
190
191
<version >${hsqldb.version} </version >
191
192
<scope >test</scope >
192
193
</dependency >
194
+ <dependency >
195
+ <groupId >org.postgresql</groupId >
196
+ <artifactId >postgresql</artifactId >
197
+ <version >${postgresql.version} </version >
198
+ </dependency >
193
199
<dependency >
194
200
<groupId >org.eclipse.persistence</groupId >
195
201
<artifactId >org.eclipse.persistence.jpa</artifactId >
You can’t perform that action at this time.
0 commit comments