Skip to content

Commit

Permalink
Implemented a CrossOriginFilter for the Jetty embedded server
Browse files Browse the repository at this point in the history
  • Loading branch information
point85 committed Oct 22, 2024
1 parent 618dc36 commit c20a498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<properties>
<domain.version>3.11.0</domain.version>
<domain.version>3.11.1</domain.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -12,7 +12,7 @@

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

Expand Down

0 comments on commit c20a498

Please sign in to comment.