Skip to content

Commit 426b1bc

Browse files
committed
deduplicate organization
Signed-off-by: Christian Poveda <[email protected]>
1 parent 7cbdd98 commit 426b1bc

File tree

5 files changed

+3
-403
lines changed

5 files changed

+3
-403
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pub(crate) mod attached_text;
22
pub(crate) mod dependency;
33
pub(crate) mod hash;
4+
pub(crate) mod organization;

cyclonedx-bom/src/specs/v1_3/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ pub(crate) mod composition;
2323
pub(crate) mod external_reference;
2424
pub(crate) mod license;
2525
pub(crate) mod metadata;
26-
pub(crate) mod organization;
2726
pub(crate) mod property;
2827
pub(crate) mod service;
2928
pub(crate) mod tool;
3029

31-
pub(crate) use super::common::{attached_text, dependency, hash};
30+
pub(crate) use super::common::{attached_text, dependency, hash, organization};

cyclonedx-bom/src/specs/v1_4/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ pub(crate) mod composition;
2424
pub(crate) mod external_reference;
2525
pub(crate) mod license;
2626
pub(crate) mod metadata;
27-
pub(crate) mod organization;
2827
pub(crate) mod property;
2928
pub(crate) mod service;
3029
pub(crate) mod signature;
@@ -37,4 +36,4 @@ pub(crate) mod vulnerability_reference;
3736
pub(crate) mod vulnerability_source;
3837
pub(crate) mod vulnerability_target;
3938

40-
pub(crate) use super::common::{attached_text, dependency, hash};
39+
pub(crate) use super::common::{attached_text, dependency, hash, organization};

0 commit comments

Comments
 (0)