1
1
[
2
+ {
3
+ "groupId" : " com.google.code.gson" ,
4
+ "artifactId" : " gson" ,
5
+ "version" : " 2.8.2"
6
+ },
7
+ {
8
+ "groupId" : " com.ibm.icu" ,
9
+ "artifactId" : " icu4j" ,
10
+ "version" : " 63.1"
11
+ },
12
+ {
13
+ "groupId" : " com.jcraft" ,
14
+ "artifactId" : " jsch" ,
15
+ "version" : " 0.1.54"
16
+ },
17
+ {
18
+ "groupId" : " javax.inject" ,
19
+ "artifactId" : " javax.inject" ,
20
+ "version" : " 1"
21
+ },
22
+ {
23
+ "groupId" : " javax.servlet" ,
24
+ "artifactId" : " javax.servlet-api" ,
25
+ "version" : " 3.1.0"
26
+ },
27
+ {
28
+ "groupId" : " org.apache.ant" ,
29
+ "artifactId" : " ant" ,
30
+ "version" : " 1.10.5"
31
+ },
32
+ {
33
+ "groupId" : " org.apache.xmlgraphics" ,
34
+ "artifactId" : " batik-css" ,
35
+ "version" : " 1.10"
36
+ },
37
+ {
38
+ "groupId" : " commons-codec" ,
39
+ "artifactId" : " commons-codec" ,
40
+ "version" : " 1.10"
41
+ },
42
+ {
43
+ "groupId" : " commons-io" ,
44
+ "artifactId" : " commons-io" ,
45
+ "version" : " 2.2"
46
+ },
47
+ {
48
+ "groupId" : " commons-jxpath" ,
49
+ "artifactId" : " commons-jxpath" ,
50
+ "version" : " 1.3"
51
+ },
52
+ {
53
+ "groupId" : " commons-logging" ,
54
+ "artifactId" : " commons-logging" ,
55
+ "version" : " 1.2"
56
+ },
57
+ {
58
+ "groupId" : " org.apache.felix" ,
59
+ "artifactId" : " org.apache.felix.gogo.command" ,
60
+ "version" : " 1.0.2"
61
+ },
62
+ {
63
+ "groupId" : " org.apache.felix" ,
64
+ "artifactId" : " org.apache.felix.gogo.runtime" ,
65
+ "version" : " 1.1.0"
66
+ },
67
+ {
68
+ "groupId" : " org.apache.felix" ,
69
+ "artifactId" : " org.apache.felix.gogo.shell" ,
70
+ "version" : " 1.1.0"
71
+ },
72
+ {
73
+ "groupId" : " org.apache.httpcomponents" ,
74
+ "artifactId" : " httpclient" ,
75
+ "version" : " 4.5.5"
76
+ },
77
+ {
78
+ "groupId" : " org.apache.httpcomponents" ,
79
+ "artifactId" : " httpcore" ,
80
+ "version" : " 4.4.9"
81
+ },
82
+ {
83
+ "groupId" : " org.apache.lucene" ,
84
+ "artifactId" : " lucene-core" ,
85
+ "version" : " 7.5.0"
86
+ },
87
+ {
88
+ "groupId" : " org.apache.sshd" ,
89
+ "artifactId" : " sshd-core" ,
90
+ "version" : " 2.0.0"
91
+ },
92
+ {
93
+ "groupId" : " org.apiguardian" ,
94
+ "artifactId" : " apiguardian-api" ,
95
+ "version" : " 1.0.0"
96
+ },
2
97
{
3
98
"groupId" : " org.eclipse.platform" ,
4
99
"artifactId" : " org.eclipse.ant.core" ,
299
394
"artifactId" : " org.eclipse.e4.ui.workbench3" ,
300
395
"version" : " 0.14.200"
301
396
},
397
+ {
398
+ "groupId" : " org.eclipse.ecf" ,
399
+ "artifactId" : " org.eclipse.ecf" ,
400
+ "version" : " 3.9.3"
401
+ },
402
+ {
403
+ "groupId" : " org.eclipse.ecf" ,
404
+ "artifactId" : " org.eclipse.ecf.identity" ,
405
+ "version" : " 3.9.1"
406
+ },
407
+ {
408
+ "groupId" : " org.eclipse.emf" ,
409
+ "artifactId" : " org.eclipse.emf.common" ,
410
+ "version" : " 2.15.0"
411
+ },
412
+ {
413
+ "groupId" : " org.eclipse.emf" ,
414
+ "artifactId" : " org.eclipse.emf.ecore.change" ,
415
+ "version" : " 2.13.0"
416
+ },
417
+ {
418
+ "groupId" : " org.eclipse.emf" ,
419
+ "artifactId" : " org.eclipse.emf.ecore.xmi" ,
420
+ "version" : " 2.15.0"
421
+ },
302
422
{
303
423
"groupId" : " org.eclipse.platform" ,
304
424
"artifactId" : " org.eclipse.equinox.app" ,
1433
1553
"groupId" : " org.eclipse.platform" ,
1434
1554
"artifactId" : " org.eclipse.urischeme" ,
1435
1555
"version" : " 1.0.100"
1556
+ },
1557
+ {
1558
+ "groupId" : " junit" ,
1559
+ "artifactId" : " junit" ,
1560
+ "version" : " 4.12"
1561
+ },
1562
+ {
1563
+ "groupId" : " org.junit.jupiter" ,
1564
+ "artifactId" : " junit-jupiter-api" ,
1565
+ "version" : " 5.3.1"
1566
+ },
1567
+ {
1568
+ "groupId" : " org.junit.jupiter" ,
1569
+ "artifactId" : " junit-jupiter-engine" ,
1570
+ "version" : " 5.3.1"
1571
+ },
1572
+ {
1573
+ "groupId" : " org.junit.jupiter" ,
1574
+ "artifactId" : " junit-jupiter-migrationsupport" ,
1575
+ "version" : " 5.3.1"
1576
+ },
1577
+ {
1578
+ "groupId" : " org.junit.jupiter" ,
1579
+ "artifactId" : " junit-jupiter-params" ,
1580
+ "version" : " 5.3.1"
1581
+ },
1582
+ {
1583
+ "groupId" : " org.junit.platform" ,
1584
+ "artifactId" : " junit-platform-commons" ,
1585
+ "version" : " 1.3.1"
1586
+ },
1587
+ {
1588
+ "groupId" : " org.junit.platform" ,
1589
+ "artifactId" : " junit-platform-engine" ,
1590
+ "version" : " 1.3.1"
1591
+ },
1592
+ {
1593
+ "groupId" : " org.junit.platform" ,
1594
+ "artifactId" : " junit-platform-launcher" ,
1595
+ "version" : " 1.3.1"
1596
+ },
1597
+ {
1598
+ "groupId" : " org.junit.platform" ,
1599
+ "artifactId" : " junit-platform-runner" ,
1600
+ "version" : " 1.3.1"
1601
+ },
1602
+ {
1603
+ "groupId" : " org.junit.platform" ,
1604
+ "artifactId" : " junit-platform-suite-api" ,
1605
+ "version" : " 1.3.1"
1606
+ },
1607
+ {
1608
+ "groupId" : " org.junit.vintage" ,
1609
+ "artifactId" : " junit-vintage-engine" ,
1610
+ "version" : " 5.3.1"
1611
+ },
1612
+ {
1613
+ "groupId" : " org.opentest4j" ,
1614
+ "artifactId" : " opentest4j" ,
1615
+ "version" : " 1.1.1"
1616
+ },
1617
+ {
1618
+ "groupId" : " org.ow2.sat4j" ,
1619
+ "artifactId" : " org.ow2.sat4j.core" ,
1620
+ "version" : " 2.3.5"
1621
+ },
1622
+ {
1623
+ "groupId" : " org.ow2.sat4j" ,
1624
+ "artifactId" : " org.ow2.sat4j.pb" ,
1625
+ "version" : " 2.3.5"
1626
+ },
1627
+ {
1628
+ "groupId" : " org.tukaani" ,
1629
+ "artifactId" : " xz" ,
1630
+ "version" : " 1.8"
1436
1631
}
1437
1632
]
0 commit comments