File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies {
29
29
testRuntime( " org.apache.felix:org.apache.felix.main:4.0.3" )
30
30
testRuntime( libraries. slf4j_api );
31
31
testRuntime( libraries. slf4j_log4j );
32
- testRuntime( " org.jboss.logmanager:jboss-logmanager:1.4.1.Final " )
32
+ testRuntime( " org.jboss.logmanager:jboss-logmanager:2.0.0.Beta1 " )
33
33
34
34
// Local copies of all jars needed fur the OSGi runtime. Ignore the transitive dependencies.
35
35
// ORDER DEPENDENT!!!
Original file line number Diff line number Diff line change 59
59
60
60
// logging
61
61
logging : ' org.jboss.logging:jboss-logging:3.2.1.Final' ,
62
- logging_annotations : ' org.jboss.logging:jboss-logging-annotations:1.2.0.Beta1 ' ,
63
- logging_processor : ' org.jboss.logging:jboss-logging-processor:1.2.0.Beta1 ' ,
62
+ logging_annotations : ' org.jboss.logging:jboss-logging-annotations:1.2.0.Final ' ,
63
+ logging_processor : ' org.jboss.logging:jboss-logging-processor:1.2.0.Final ' ,
64
64
65
65
slf4j_api : " org.slf4j:slf4j-api:1.7.5" ,
66
66
slf4j_log4j : " org.slf4j:slf4j-log4j12:1.7.5" ,
You can’t perform that action at this time.
0 commit comments