Skip to content

Commit

Permalink
Merge pull request #453 from boozallen/451-rest-easy-failure
Browse files Browse the repository at this point in the history
[#451] remove bom-component
  • Loading branch information
ewilkins-csi authored Nov 4, 2024
2 parents ac581d3 + 6a44e2a commit 4509027
Show file tree
Hide file tree
Showing 17 changed files with 80 additions and 393 deletions.
49 changes: 0 additions & 49 deletions bom/bom-component/LICENSE.txt

This file was deleted.

120 changes: 0 additions & 120 deletions bom/bom-component/pom.xml

This file was deleted.

1 change: 0 additions & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<name>aiSSEMBLE::Bill of Materials</name>

<modules>
<module>bom-component</module>
<module>bom-instantiation</module>
<module>aissemble-quarkus-bom</module>
</modules>
Expand Down
5 changes: 1 addition & 4 deletions build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<version.mutiny>2.6.2</version.mutiny>
<version.plexus.component>2.1.1</version.plexus.component>
<version.postgresql>42.5.1</version.postgresql>
<version.resteasy>4.7.7.Final</version.resteasy>
<version.resteasy>6.2.8.Final</version.resteasy>
<version.vertx>4.5.9</version.vertx>
<version.urllib3>^1.26.18</version.urllib3>
<version.fastapi>&gt;=0.95.0</version.fastapi>
Expand Down Expand Up @@ -161,9 +161,6 @@

<!-- OpenLineage java -->
<version.open.lineage.java>1.23.0</version.open.lineage.java>

<!-- Used for pinning version specifically test-mda-model-->
<version.test.resteasy>3.15.6.Final</version.test.resteasy>
</properties>

<dependencyManagement>
Expand Down
7 changes: 0 additions & 7 deletions extensions/extensions-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bom-component</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.boozallen.aissemble</groupId>
<artifactId>bom-instantiation</artifactId>
Expand Down
Loading

0 comments on commit 4509027

Please sign in to comment.