Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Openfire
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Openfire
Commits
e7d72254
Commit
e7d72254
authored
Oct 06, 2017
by
akrherz
Committed by
Guus der Kinderen
Oct 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OF-1391 Update bundled postgres to postgresql-42.1.4.jre7.jar
parent
63019649
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
postgres.jar
build/lib/dist/postgres.jar
+0
-0
versions.txt
build/lib/versions.txt
+1
-1
pom.xml
xmppserver/pom.xml
+1
-1
No files found.
build/lib/dist/postgres.jar
View file @
e7d72254
No preview for this file type
build/lib/versions.txt
View file @
e7d72254
...
...
@@ -73,7 +73,7 @@ ognl.jar | 3.0.5 (Apache Mina 2.0.7)
mysql.jar | 5.1.42 | GPL
objenesis | 1.0 (JMock 2.1.0) | BSD (http://www.jmock.org/license.html)
pack200task.jar | August 5, 2004 | LGPL
postgres.jar |
9.4-1201.jdbc4
| BSD (http://jdbc.postgresql.org/license.html)
postgres.jar |
42.1.4 JDBC 41 jre7
| BSD (http://jdbc.postgresql.org/license.html)
proxool.jar | 0.9.0RC3+ (see note #1) | Apache 1.1 (http://proxool.sourceforge.net/licence.html)
rome.jar | 0.9 | Apache 2.0
rome-fetcher.jar | 0.9 | Apache 2.0
...
...
xmppserver/pom.xml
View file @
e7d72254
...
...
@@ -345,7 +345,7 @@
<dependency>
<groupId>
org.postgresql
</groupId>
<artifactId>
postgresql
</artifactId>
<version>
9.4-1201-jdbc4
</version>
<version>
42.1.4.jre7
</version>
</dependency>
<!-- Test Scope -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment