Skip to content

Commit b5b7cec

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

File tree

5 files changed

+3
-202
lines changed

5 files changed

+3
-202
lines changed

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

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

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

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

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

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 property;
2827
pub(crate) mod service;
2928
pub(crate) mod signature;
3029
pub(crate) mod tool;
@@ -36,4 +35,4 @@ pub(crate) mod vulnerability_reference;
3635
pub(crate) mod vulnerability_source;
3736
pub(crate) mod vulnerability_target;
3837

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

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

Lines changed: 0 additions & 198 deletions
This file was deleted.

0 commit comments

Comments
 (0)