Skip to content

Commit

Permalink
feat: Cleanup ISPN and Transaction Service - Meeds-io/meeds#2537 (#68)
Browse files Browse the repository at this point in the history
This change will drop usage of ISPN and a useless definition of a chunk of Services added in a database artifact.
  • Loading branch information
boubaker authored Nov 15, 2024
1 parent 155e717 commit 15fc96e
Show file tree
Hide file tree
Showing 95 changed files with 5 additions and 15,375 deletions.
18 changes: 0 additions & 18 deletions exo.kernel.component.cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,24 +60,6 @@
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>@{argLine} @{surefire.argLine} -Djava.net.preferIPv4Stack=true</argLine>
<systemProperties>
<!-- Avoid the firewall -->
<property>
<name>jgroups.bind_addr</name>
<value>127.0.0.1</value>
</property>
<property>
<name>jgroups.stack</name>
<value>udp</value>
</property>
</systemProperties>
</configuration>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
Expand Down

This file was deleted.

Loading

0 comments on commit 15fc96e

Please sign in to comment.