File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/org/tron/program Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ dependencies {
8989
9090 compile group : ' com.beust' , name : ' jcommander' , version : ' 1.72'
9191
92- compile group : ' junit' , name : ' junit' , version : ' 4.8.1 '
92+ compile group : ' junit' , name : ' junit' , version : ' 4.12 '
9393
9494 compile group : ' net.jcip' , name : ' jcip-annotations' , version : ' 1.0'
9595
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ public static void main(String[] args) throws InterruptedException {
2222 Args .setParam (args , Constant .TESTNET_CONF );
2323 Args cfgArgs = Args .getInstance ();
2424
25- ApplicationContext context = new AnnotationConfigApplicationContext (DefaultConfig .class );
26-
2725 if (cfgArgs .isHelp ()) {
2826 logger .info ("Here is the help message." );
2927 return ;
3028 }
29+
30+ ApplicationContext context = new AnnotationConfigApplicationContext (DefaultConfig .class );
3131 Application appT = ApplicationFactory .create (context );
3232 shutdown (appT );
3333 //appT.init(cfgArgs);
You can’t perform that action at this time.
0 commit comments