We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51308e8 commit 5d2113eCopy full SHA for 5d2113e
2 files changed
pom.xml
@@ -91,7 +91,7 @@
91
<dependency>
92
<groupId>org.spdx</groupId>
93
<artifactId>java-spdx-library</artifactId>
94
- <version>1.0.10</version>
+ <version>1.1.0</version>
95
</dependency>
96
97
<groupId>org.apache.jena</groupId>
src/test/java/org/spdx/library/model/SpdxPackageTest.java
@@ -1311,7 +1311,7 @@ public void testAddRelationship() throws InvalidSPDXAnalysisException {
1311
.setLicenseComments(LICENSE_COMMENT1)
1312
.setDescription(DESCRIPTION1)
1313
.setDownloadLocation(DOWNLOAD_LOCATION1)
1314
- .setFiles(files)
+ .setFilesAnalyzed(false)
1315
.setHomepage(HOMEPAGE1)
1316
.setOriginator(ORIGINATOR1)
1317
.setPackageFileName(PACKAGEFILENAME1)
0 commit comments