We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05500fe commit a9788c6Copy full SHA for a9788c6
1 file changed
pom.xml
@@ -64,7 +64,7 @@
64
65
<groupId>com.kttdevelopment</groupId>
66
<artifactId>simplehttpserver</artifactId>
67
- <version>4.4.1</version>
+ <version>4.4.2</version>
68
69
<name>simplehttpserver</name>
70
<description>📕 SimpleHttpServer :: Simplified implementation of the sun http server :: Simplified handlers to execute complex operations</description>
@@ -149,9 +149,6 @@
149
</goals>
150
</execution>
151
</executions>
152
- <configuration>
153
- <additionalJOption>--no-module-directories</additionalJOption>
154
- </configuration>
155
</plugin>
156
157
<!-- tests -->
@@ -184,4 +181,4 @@
184
181
</dependency>
185
182
</dependencies>
186
183
187
-</project>
+</project>
0 commit comments