Skip to content

Commit

Permalink
Fixes issue #13 - Add azure-eventbus module
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Jan 12, 2023
1 parent 55b1432 commit 321b4b5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
/api/target/
/impl/target/
/jms/target/
target/
13 changes: 13 additions & 0 deletions azure-eventbus/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.manorrock.colibri</groupId>
<artifactId>project</artifactId>
<version>22.3.0-SNAPSHOT</version>
</parent>
<artifactId>colibri-azure-eventbus</artifactId>
<packaging>jar</packaging>
<name>Manorrock Colibri - Azure EventBus</name>
</project>
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
</distributionManagement>
<modules>
<module>api</module>
<module>azure-eventbus</module>
<module>azure-eventhubs</module>
<module>impl</module>
<module>jms</module>
Expand Down

0 comments on commit 321b4b5

Please sign in to comment.