diff --git a/example/mica-mqtt-example/graalvm/reflect-config.json b/example/mica-mqtt-example/graalvm/reflect-config.json deleted file mode 100644 index dda3fb5b..00000000 --- a/example/mica-mqtt-example/graalvm/reflect-config.json +++ /dev/null @@ -1,30 +0,0 @@ -[ - { - "name": "com.github.benmanes.caffeine.cache.PSW", - "allDeclaredConstructors": true - }, - { - "name": "com.github.benmanes.caffeine.cache.PSWMS", - "allDeclaredConstructors": true - }, - { - "name": "com.github.benmanes.caffeine.cache.SSLA", - "allDeclaredConstructors": true - }, - { - "name": "com.github.benmanes.caffeine.cache.SSLMSW", - "allDeclaredConstructors": true - }, - { - "name": "com.github.benmanes.caffeine.cache.SSMSW", - "allDeclaredConstructors": true - }, - { - "name": "com.github.benmanes.caffeine.cache.SSLMSA", - "allDeclaredConstructors": true - }, - { - "name": "com.github.benmanes.caffeine.cache.PSAMS", - "allDeclaredConstructors": true - } -] diff --git a/example/mica-mqtt-example/pom.xml b/example/mica-mqtt-example/pom.xml index 17c81c61..728fff77 100644 --- a/example/mica-mqtt-example/pom.xml +++ b/example/mica-mqtt-example/pom.xml @@ -14,7 +14,7 @@ - 22.0.0.2 + 23.1.1 net.dreamlu.iot.mqtt.server.MqttServerTest net.dreamlu.iot.mqtt.client.MqttClientTest @@ -49,12 +49,6 @@ true - - - com.github.ben-manes.caffeine - caffeine - 2.9.2 - org.tinylog @@ -103,12 +97,6 @@ mqtt-server-graal - - - com.github.ben-manes.caffeine - caffeine - 3.0.3 - org.slf4j @@ -145,7 +133,6 @@ -H:+RemoveSaturatedTypeFlows --allow-incomplete-classpath - -H:ReflectionConfigurationFiles=../graalvm/reflect-config.json @@ -155,12 +142,6 @@ mqtt-client-graal - - - com.github.ben-manes.caffeine - caffeine - 3.0.3 - org.slf4j @@ -197,7 +178,6 @@ -H:+RemoveSaturatedTypeFlows --allow-incomplete-classpath - -H:ReflectionConfigurationFiles=../graalvm/reflect-config.json