summaryrefslogtreecommitdiff
path: root/spec/fixtures/expected/java/maven
diff options
context:
space:
mode:
authorTetiana Chupryna <tchupryna@gitlab.com>2020-08-17 19:22:25 +0300
committerTetiana Chupryna <tchupryna@gitlab.com>2020-08-21 13:09:14 +0300
commitd0194bf226723746bd73b3bf8bdcdf19bec6ac95 (patch)
tree323835ebf11a1c29f5c3befa4ff858f81a78b4ee /spec/fixtures/expected/java/maven
parent4510deb87ee0acb985ebeb7478cae5909741776e (diff)
Fix failed java specs
Diffstat (limited to 'spec/fixtures/expected/java/maven')
-rw-r--r--spec/fixtures/expected/java/maven/v2.0.json9
-rw-r--r--spec/fixtures/expected/java/maven/v2.1.json8
2 files changed, 8 insertions, 9 deletions
diff --git a/spec/fixtures/expected/java/maven/v2.0.json b/spec/fixtures/expected/java/maven/v2.0.json
index 4b4a06c..aeced14 100644
--- a/spec/fixtures/expected/java/maven/v2.0.json
+++ b/spec/fixtures/expected/java/maven/v2.0.json
@@ -20,10 +20,9 @@
"count": 2
},
{
- "id": "BSD-4-Clause",
- "name": "BSD 4-Clause \"Original\" or \"Old\" License",
- "url": "http://directory.fsf.org/wiki/License:BSD_4Clause",
- "count": 1
+ "id": "bsd",
+ "name": "BSD",
+ "url": "http://en.wikipedia.org/wiki/BSD_licenses"
},
{
"id": "LGPL-2.1",
@@ -47,7 +46,7 @@
"."
],
"licenses": [
- "BSD-4-Clause"
+ "bsd"
]
},
{
diff --git a/spec/fixtures/expected/java/maven/v2.1.json b/spec/fixtures/expected/java/maven/v2.1.json
index a02947a..9d03db0 100644
--- a/spec/fixtures/expected/java/maven/v2.1.json
+++ b/spec/fixtures/expected/java/maven/v2.1.json
@@ -7,9 +7,9 @@
"url": "https://opensource.org/licenses/Apache-2.0"
},
{
- "id": "BSD-4-Clause",
- "name": "BSD 4-Clause \"Original\" or \"Old\" License",
- "url": "http://directory.fsf.org/wiki/License:BSD_4Clause"
+ "id": "bsd",
+ "name": "BSD",
+ "url": "http://en.wikipedia.org/wiki/BSD_licenses"
},
{
"id": "LGPL-2.1",
@@ -39,7 +39,7 @@
"package_manager": "maven",
"path": "pom.xml",
"licenses": [
- "BSD-4-Clause"
+ "bsd"
]
},
{