Skip to content

Commit

Permalink
Remove privacy plugin from server because can't start with it (#23)
Browse files Browse the repository at this point in the history
* Remove privacy plugin from server because can't start with it
  • Loading branch information
SergioIOB authored Dec 16, 2024
1 parent bf3f1b5 commit e303358
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</modules>

<properties>
<revision>2.0.1</revision>
<revision>2.0.2</revision>
<java.version>21</java.version>
<web3j.version>4.12.0</web3j.version>
<springcloud.version>4.1.2</springcloud.version>
Expand Down
5 changes: 0 additions & 5 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@
<artifactId>eventeum-core</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>io.eventeum</groupId>
<artifactId>eventeum-privacy-plugin</artifactId>
<version>${revision}</version>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>de.flapdoodle.embed</groupId>
Expand Down

0 comments on commit e303358

Please sign in to comment.