File tree 5 files changed +4
-153
lines changed
5 files changed +4
-153
lines changed Original file line number Diff line number Diff line change 21
21
<classpathentry kind =" lib" path =" /jars/lib/jars/jackson/jackson-module-jaxb-annotations-2.5.4.jar" />
22
22
<classpathentry kind =" lib" path =" /jars/lib/jars/jetty/jetty-all-9.3.11.v20160721-uber.jar" />
23
23
<classpathentry kind =" lib" path =" /jars/lib/jars/mustache/compiler-0.9.3.jar" />
24
- <classpathentry kind =" lib" path =" /jars/lib/jars/kbase/common/kbase-common-0.0.22 .jar" />
24
+ <classpathentry kind =" lib" path =" /jars/lib/jars/kbase/common/kbase-common-0.2.0 .jar" />
25
25
<classpathentry kind =" lib" path =" /jars/lib/jars/jersey/mvc/jersey-mvc-2.23.2.jar" />
26
26
<classpathentry kind =" lib" path =" /jars/lib/jars/jersey/mvc/jersey-mvc-mustache-2.23.2.jar" />
27
27
<classpathentry kind =" lib" path =" /jars/lib/jars/jersey/entity-filtering/jersey-entity-filtering-2.23.2.jar" />
Original file line number Diff line number Diff line change 40
40
</fileset >
41
41
42
42
<fileset dir =" ${ jardir } " id =" logging" >
43
- <include name =" kbase/common/kbase-common-0.0.22 .jar" />
43
+ <include name =" kbase/common/kbase-common-0.2.0 .jar" />
44
44
<include name =" jna/jna-3.4.0.jar" />
45
45
<include name =" logback/logback-core-1.1.2.jar" />
46
46
<include name =" logback/logback-classic-1.1.2.jar" />
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 21
21
22
22
import us .kbase .auth2 .cryptutils .RandomDataGenerator ;
23
23
import us .kbase .auth2 .lib .storage .mongo .MongoStorage ;
24
+ import us .kbase .common .test .controllers .mongo .MongoController ;
24
25
25
26
public class MongoStorageTestManager {
26
27
Original file line number Diff line number Diff line change 12
12
13
13
import us .kbase .auth2 .cryptutils .RandomDataGenerator ;
14
14
import us .kbase .auth2 .lib .storage .mongo .MongoStorage ;
15
- import us .kbase .test .auth2 .MongoController ;
15
+ import us .kbase .common . test .controllers . mongo .MongoController ;
16
16
import us .kbase .test .auth2 .MongoStorageTestManager ;
17
17
18
18
public class MongoStorageTester {
You can’t perform that action at this time.
0 commit comments