Skip to content

Commit

Permalink
Helidon updates (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailMarmoush authored Apr 28, 2024
1 parent 74a31cc commit 824be5e
Show file tree
Hide file tree
Showing 20 changed files with 11 additions and 464 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>io.memoria</groupId>
<artifactId>atom</artifactId>
<version>21.40.0</version>
<version>21.41.0</version>
</parent>
<groupId>io.memoria.atom</groupId>
<artifactId>core</artifactId>
<version>21.40.0</version>
<version>21.41.0</version>
<packaging>jar</packaging>
<name>${project.groupId}.${project.artifactId}</name>
<description>Core Module</description>
Expand Down
4 changes: 2 additions & 2 deletions eventsourcing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>io.memoria</groupId>
<artifactId>atom</artifactId>
<version>21.40.0</version>
<version>21.41.0</version>
</parent>

<groupId>io.memoria.atom</groupId>
<artifactId>eventsourcing</artifactId>
<version>21.40.0</version>
<version>21.41.0</version>
<packaging>jar</packaging>

<name>${project.groupId}.${project.artifactId}</name>
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!--suppress MavenRedundantGroupId -->
<groupId>io.memoria</groupId>
<artifactId>atom</artifactId>
<version>21.40.0</version>
<version>21.41.0</version>
<packaging>pom</packaging>

<name>${project.groupId}.${project.artifactId}</name>
Expand All @@ -29,7 +29,6 @@
<module>web</module>
<module>xjackson</module>
<module>xcassandra</module>
<module>xhelidon</module>
</modules>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>io.memoria</groupId>
<artifactId>atom</artifactId>
<version>21.40.0</version>
<version>21.41.0</version>
</parent>
<groupId>io.memoria.atom</groupId>
<artifactId>web</artifactId>
<version>21.40.0</version>
<version>21.41.0</version>
<packaging>jar</packaging>
<name>${project.groupId}.${project.artifactId}</name>
<description>Web module</description>
Expand Down
27 changes: 0 additions & 27 deletions web/src/main/java/io/memoria/atom/web/HttpUtils.java

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions web/src/main/java/io/memoria/atom/web/auth/Credential.java

This file was deleted.

3 changes: 0 additions & 3 deletions web/src/main/java/io/memoria/atom/web/auth/Token.java

This file was deleted.

2 changes: 0 additions & 2 deletions web/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
module io.memoria.atom.web {
exports io.memoria.atom.web;
exports io.memoria.atom.web.auth;
requires micrometer.core;
requires micrometer.registry.prometheus;
}
107 changes: 0 additions & 107 deletions web/src/test/java/io/memoria/atom/web/HttpUtilsTest.java

This file was deleted.

4 changes: 2 additions & 2 deletions xcassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>io.memoria</groupId>
<artifactId>atom</artifactId>
<version>21.40.0</version>
<version>21.41.0</version>
</parent>

<groupId>io.memoria.atom</groupId>
<artifactId>xcassandra</artifactId>
<version>21.40.0</version>
<version>21.41.0</version>
<packaging>jar</packaging>

<name>${project.groupId}.${project.artifactId}</name>
Expand Down
88 changes: 0 additions & 88 deletions xhelidon/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions xhelidon/src/main/java/io/memoria/atom/helidon/Response.java

This file was deleted.

Loading

0 comments on commit 824be5e

Please sign in to comment.