diff options
| author | can eldem <eldemcan@gmail.com> | 2020-06-18 17:27:13 +0100 |
|---|---|---|
| committer | can eldem <eldemcan@gmail.com> | 2020-06-18 19:13:28 +0100 |
| commit | 8d2e8f1b4d0cd0cd82cacface1ac3faf97c73fae (patch) | |
| tree | 930a5342cf3f7752ed77aff0699835e575a8d4bf /spec/fixtures/java | |
| parent | 64a83b700f63af76c5915b10dccb8745ebc4fed5 (diff) | |
Detect variations of the Eclipse Public License
Diffstat (limited to 'spec/fixtures/java')
| -rw-r--r-- | spec/fixtures/java/pom-public-gitlab-repository.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/fixtures/java/pom-public-gitlab-repository.xml b/spec/fixtures/java/pom-public-gitlab-repository.xml index c39e703..11abf7f 100644 --- a/spec/fixtures/java/pom-public-gitlab-repository.xml +++ b/spec/fixtures/java/pom-public-gitlab-repository.xml @@ -12,5 +12,10 @@ <artifactId>example</artifactId> <version>1.0</version> </dependency> + <dependency> + <groupId>javax.xml.bind</groupId> + <artifactId>jaxb-api</artifactId> + <version>2.3.0</version> + </dependency> </dependencies> </project> |
