Skip to content

Commit

Permalink
Allowed an HTTP data source to be configured standalone and not assoc…
Browse files Browse the repository at this point in the history
…iated with a resolver for use by external applications

Enhanced the restore functionality to allow finer object-level control
Fixed return type of PersistenceService executeQuery() and executeNativeQuery() methods
Updated Milo to version 0.6.12
Updated Hibernate to version 5.6.15.Final
Updated Jetty to version 9.4.54.v20240208
Updated Jackson to version 2.16.1
Updated WebSocket to version 1.5.6
Updated log4j2 to version 2.23.0
Updated MySQL driver to version 8.3.0
Updated PostgreSQL driver to 42.7.2
  • Loading branch information
point85 committed Mar 1, 2024
1 parent a376d53 commit ffd1fd3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
<modelVersion>4.0.0</modelVersion>

<properties>
<domain.version>3.10.2</domain.version>
<domain.version>3.10.3</domain.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<log4j2.version>2.21.1</log4j2.version>
<log4j2.version>2.23.0</log4j2.version>
</properties>

<groupId>org.point85</groupId>
<artifactId>oee-collector</artifactId>
<version>3.10.2</version>
<version>3.10.3</version>
<name>In-process data collector</name>
<description>Executed by Java Service Wrapper</description>

Expand Down Expand Up @@ -66,15 +66,15 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.1.0</version>
<version>8.3.0</version>
</dependency>

<!-- PostgresQL DATABASE -->
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.6.0</version>
<version>42.7.2</version>
</dependency>

<!-- HSQLDB DATABASE -->
Expand Down

0 comments on commit ffd1fd3

Please sign in to comment.