Skip to content

Commit

Permalink
🔧 chore(OICRs report): Add funcionality to send information to the re…
Browse files Browse the repository at this point in the history
…port service
  • Loading branch information
Cristian45 committed Mar 3, 2025
1 parent 146a3e8 commit 5b89ca6
Show file tree
Hide file tree
Showing 2 changed files with 761 additions and 584 deletions.
24 changes: 24 additions & 0 deletions marlo-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,21 @@
<artifactId>javassist</artifactId>
<version>3.27.0-GA</version>
</dependency>


<!-- Spring AMQP for messaging with RabbitMQ -->
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp</artifactId>
<version>2.4.7</version> <!-- Ajusta la versión según tu necesidad -->
</dependency>

<!-- Pika dependency for RabbitMQ (optional) -->
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>5.13.0</version>
</dependency>
</dependencies>


Expand Down Expand Up @@ -546,6 +561,15 @@
</repository>

<!-- Maven repo -->
<repository>
<id>central</id>
<url>https://repo.maven.apache.org/maven2/</url>
</repository>

<repository>
<id>centra2</id>
<url>https://mvnrepository.com/artifact/org.springframework/spring-jms</url>
</repository>

</repositories>
<licenses>
Expand Down
Loading

0 comments on commit 5b89ca6

Please # to comment.