Subversion Repositories XServices

Rev

Rev 198 | Rev 201 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 198 Rev 199
Line 10... Line 10...
10
 
10
 
11
    implementation "org.apache.commons:commons-configuration2:2.9.0"
11
    implementation "org.apache.commons:commons-configuration2:2.9.0"
12
    implementation "org.apache.commons:commons-lang3:3.12.0"
12
    implementation "org.apache.commons:commons-lang3:3.12.0"
13
    implementation "commons-net:commons-net:3.9.0"
13
    implementation "commons-net:commons-net:3.9.0"
-
 
14
    implementation "commons-beanutils:commons-beanutils:1.9.4"
-
 
15
    implementation "org.apache.httpcomponents:httpclient:4.5.14"
Line 14... Line 16...
14
    implementation "commons-beanutils:commons-beanutils:1.9.4"
16
    implementation "commons-io:commons-io:2.11.0"
15
 
17
 
16
    implementation "org.apache.ant:ant:1.10.13"
18
    implementation "org.apache.ant:ant:1.10.13"
17
    implementation "org.apache.ant:ant-nodeps:1.8.1"
19
    implementation "org.apache.ant:ant-nodeps:1.8.1"
Line 22... Line 24...
22
 
24
 
Line 23... Line 25...
23
    implementation "org.apache.commons:commons-jcs-core:2.2.1"
25
    implementation "org.apache.commons:commons-jcs-core:2.2.1"
Line 24... Line 26...
24
 
26
 
25
    implementation "org.quartz-scheduler:quartz:2.3.2"
27
    implementation "org.quartz-scheduler:quartz:2.3.2"
26
 
28
 
27
    implementation "org.apache.logging.log4j:log4j-core:2.20.0"
29
    //implementation "org.apache.logging.log4j:log4j-core:2.20.0"
-
 
30
    //implementation "org.apache.logging.log4j:log4j-web:2.20.0"
-
 
31
    //implementation "org.apache.logging.log4j:log4j-1.2-api:2.20.0"
-
 
32
    //implementation "org.apache.logging.log4j:log4j-slf4j18-impl:2.18.0"
Line 28... Line 33...
28
    implementation "org.apache.logging.log4j:log4j-web:2.20.0"
33
    implementation "org.slf4j:slf4j-api:2.0.7"
29
    implementation "org.apache.logging.log4j:log4j-1.2-api:2.20.0"
34
 
Line 30... Line 35...
30
    implementation "org.apache.logging.log4j:log4j-slf4j18-impl:2.18.0"
35
    runtimeOnly "org.slf4j:slf4j-simple:2.0.7"
31
 
36
 
32
    implementation "org.apache.ws.commons.axiom:axiom:1.2.22"
37
    implementation "org.apache.ws.commons.axiom:axiom:1.2.22"
Line 33... Line 38...
33
    implementation "org.apache.ws.commons.axiom:axiom-impl:1.2.22"
38
    implementation "org.apache.ws.commons.axiom:axiom-impl:1.2.22"
34
 
39
 
-
 
40
    implementation "org.apache.shiro:shiro-core:1.12.0"
35
    implementation "org.apache.shiro:shiro-core:1.12.0"
41
    implementation "org.apache.shiro:shiro-root:1.12.0"
36
    implementation "org.apache.shiro:shiro-root:1.12.0"
42
    implementation "org.apache.shiro:shiro-web:1.12.0"
37
    implementation "org.apache.shiro:shiro-web:1.12.0"
43
 
38
 
44
    implementation "org.apache.cxf:cxf:3.2.14"
Line 39... Line 45...
39
    implementation "org.apache.cxf:cxf:3.6.1"
45
    implementation "org.apache.cxf:cxf-rt-databinding-aegis:3.2.14"
Line 40... Line 46...
40
    implementation "org.apache.cxf:cxf-rt-databinding-aegis:3.6.1"
46
 
41
    runtimeOnly "org.apache.cxf:cxf-rt-transports-http:3.6.1"
47
    runtimeOnly "org.apache.cxf:cxf-rt-transports-http:3.2.14"
42
    runtimeOnly "org.apache.cxf:cxf-rt-frontend-jaxrs:3.6.1"
48
    runtimeOnly "org.apache.cxf:cxf-rt-frontend-jaxrs:3.2.14"
Line -... Line 49...
-
 
49
    runtimeOnly "org.apache.cxf:cxf-rt-frontend-jaxws:3.2.14"
-
 
50
    runtimeOnly "org.apache.cxf:cxf-rt-security:3.2.14"
-
 
51
 
-
 
52
 
-
 
53
    implementation "rhino:js:1.7R2"
43
    runtimeOnly "org.apache.cxf:cxf-rt-frontend-jaxws:3.6.1"
54
 
-
 
55
    implementation "org.springframework:spring-core:5.3.29"
-
 
56
    implementation "org.springframework:spring-context:5.3.29"
-
 
57
    implementation "org.springframework:spring-web:5.3.29"
-
 
58
 
44
    runtimeOnly "org.apache.cxf:cxf-rt-security:3.6.1"
59
    implementation "com.h2database:h2:2.2.222"
45
 
60