Skip to content

Commit

Permalink
Merge pull request #520 from tnb-software/action-sync-bom
Browse files Browse the repository at this point in the history
  • Loading branch information
avano committed May 24, 2023
2 parents 5082760 + ea0e964 commit 4c51abb
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@
<artifactId>system-x-amq</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.tnb</groupId>
<artifactId>system-x-aws</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.tnb</groupId>
<artifactId>system-x-aws-cloudwatch</artifactId>
Expand All @@ -61,12 +56,12 @@
</dependency>
<dependency>
<groupId>software.tnb</groupId>
<artifactId>system-x-aws-kinesis</artifactId>
<artifactId>system-x-aws-kinesis-firehose</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.tnb</groupId>
<artifactId>system-x-aws-kinesis-firehose</artifactId>
<artifactId>system-x-aws-kinesis</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
Expand Down Expand Up @@ -101,7 +96,7 @@
</dependency>
<dependency>
<groupId>software.tnb</groupId>
<artifactId>system-x-azure</artifactId>
<artifactId>system-x-aws</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
Expand Down Expand Up @@ -129,6 +124,11 @@
<artifactId>system-x-azure-storage-queue</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.tnb</groupId>
<artifactId>system-x-azure</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.tnb</groupId>
<artifactId>system-x-cassandra</artifactId>
Expand All @@ -146,12 +146,12 @@
</dependency>
<dependency>
<groupId>software.tnb</groupId>
<artifactId>system-x-db</artifactId>
<artifactId>system-x-db-common</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.tnb</groupId>
<artifactId>system-x-db-common</artifactId>
<artifactId>system-x-db</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
Expand All @@ -174,19 +174,14 @@
<artifactId>system-x-ftp</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.tnb</groupId>
<artifactId>system-x-google-api</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.tnb</groupId>
<artifactId>system-x-google-api-common</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.tnb</groupId>
<artifactId>system-x-google</artifactId>
<artifactId>system-x-google-api</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
Expand All @@ -196,12 +191,12 @@
</dependency>
<dependency>
<groupId>software.tnb</groupId>
<artifactId>system-x-google-cloud</artifactId>
<artifactId>system-x-google-cloud-common</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.tnb</groupId>
<artifactId>system-x-google-cloud-common</artifactId>
<artifactId>system-x-google-cloud</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
Expand Down Expand Up @@ -229,6 +224,11 @@
<artifactId>system-x-google-storage</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.tnb</groupId>
<artifactId>system-x-google</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.tnb</groupId>
<artifactId>system-x-horreum</artifactId>
Expand Down Expand Up @@ -266,12 +266,12 @@
</dependency>
<dependency>
<groupId>software.tnb</groupId>
<artifactId>system-x-jms</artifactId>
<artifactId>system-x-jms-client</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.tnb</groupId>
<artifactId>system-x-jms-client</artifactId>
<artifactId>system-x-jms</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 4c51abb

Please sign in to comment.