Skip to content

Commit ba20d22

Browse files
committed
Allowed a custom resolver script to be attached to any physical model entity
Created an HTTP client for GET and POST requests Provided an example of an Arduino UNO WiFi using the HTTP client Updated Bouncy Castle to version 1.77 Updated RabbitMQ to version 5.20.0 Updated ActiveMQ to version 5.18.3 Updated Kafka to version 3.6.1 Updated Jackson to version 2.16.0 Updated WebSocket to version 1.5.5
1 parent f2f5b50 commit ba20d22

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

pom.xml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<groupId>org.point85</groupId>
77
<artifactId>OEE-Operator</artifactId>
88
<packaging>war</packaging>
9-
<version>3.9.2</version>
9+
<version>3.10.0</version>
1010
<name>OEE-Operations</name>
1111

1212
<properties>
13-
<domain.version>3.9.2</domain.version>
13+
<domain.version>3.10.0</domain.version>
1414
<vaadin.version>8.14.3</vaadin.version>
1515
<vaadin.plugin.version>8.14.3</vaadin.plugin.version>
1616
<jetty.plugin.version>9.4.53.v20231009</jetty.plugin.version>
@@ -75,6 +75,7 @@
7575
</dependency>
7676

7777
<!-- Jetty HTTP server -->
78+
<!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-server -->
7879
<dependency>
7980
<groupId>org.eclipse.jetty</groupId>
8081
<artifactId>jetty-server</artifactId>
@@ -95,16 +96,6 @@
9596
<version>2.9.1</version>
9697
<scope>runtime</scope>
9798
</dependency>
98-
99-
<!-- OPC UA -->
100-
<!-- https://mvnrepository.com/artifact/org.eclipse.milo/sdk-client
101-
<dependency>
102-
<groupId>org.eclipse.milo</groupId>
103-
<artifactId>sdk-client</artifactId>
104-
<version>0.6.11</version>
105-
<scope>runtime</scope>
106-
</dependency>
107-
-->
10899

109100
<!-- HIBERNATE JPA -->
110101
<!-- HikariCP -->
@@ -149,15 +140,15 @@
149140
<dependency>
150141
<groupId>com.rabbitmq</groupId>
151142
<artifactId>amqp-client</artifactId>
152-
<version>5.19.0</version>
143+
<version>5.20.0</version>
153144
</dependency>
154145

155146
<!-- ACTIVEMQ -->
156147
<!-- https://mvnrepository.com/artifact/org.apache.activemq/activemq-client -->
157148
<dependency>
158149
<groupId>org.apache.activemq</groupId>
159150
<artifactId>activemq-client</artifactId>
160-
<version>5.18.2</version>
151+
<version>5.18.3</version>
161152
</dependency>
162153

163154
<!-- MQTT -->

0 commit comments

Comments
 (0)