File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 158158 <dependency >
159159 <groupId >org.spdx</groupId >
160160 <artifactId >spdx-java-model-2_X</artifactId >
161- <version >0.0.1-SNAPSHOT </version >
161+ <version >0.1.0-Alpha </version >
162162 </dependency >
163163 <dependency >
164164 <groupId >org.spdx</groupId >
165165 <artifactId >spdx-java-core</artifactId >
166- <version >0.0.1-SNAPSHOT </version >
166+ <version >0.1.0-Alpha </version >
167167 </dependency >
168168 <dependency >
169169 <groupId >org.spdx</groupId >
170170 <artifactId >spdx-java-model-3_0</artifactId >
171- <version >0.0.1-SNAPSHOT </version >
171+ <version >0.1.0-Alpha </version >
172172 </dependency >
173173 </dependencies >
174174
Original file line number Diff line number Diff line change 88import org .spdx .library .model .v2 .license .SpdxListedLicense ;
99import org .spdx .library .model .v3_0_1 .expandedlicensing .ListedLicense ;
1010import org .spdx .library .model .v3_0_1 .expandedlicensing .ListedLicenseException ;
11- import org .spdx .storage .CompatibleModelStoreWrapper ;
11+ import org .spdx .storage .compatv2 . CompatibleModelStoreWrapper ;
1212
1313import junit .framework .TestCase ;
1414
Original file line number Diff line number Diff line change 4040import org .spdx .library .model .v2 .enumerations .RelationshipType ;
4141import org .spdx .library .model .v2 .license .AnyLicenseInfo ;
4242import org .spdx .library .model .v2 .license .ExtractedLicenseInfo ;
43- import org .spdx .storage .CompatibleModelStoreWrapper ;
4443import org .spdx .storage .IModelStore .IdType ;
44+ import org .spdx .storage .compatv2 .CompatibleModelStoreWrapper ;
4545import org .spdx .storage .simple .InMemSpdxStore ;
4646
4747/**
Original file line number Diff line number Diff line change 3333import org .spdx .core .InvalidSPDXAnalysisException ;
3434import org .spdx .library .model .v2 .ModelObjectV2 ;
3535import org .spdx .library .model .v2 .SpdxDocument ;
36- import org .spdx .storage .CompatibleModelStoreWrapper ;
36+ import org .spdx .storage .compatv2 . CompatibleModelStoreWrapper ;
3737
3838/**
3939 * Helper class for unit tests
You can’t perform that action at this time.
0 commit comments