|
8 | 8 | import static org.carlspring.strongbox.db.schema.Properties.CACHED;
|
9 | 9 | import static org.carlspring.strongbox.db.schema.Properties.CHECKSUMS;
|
10 | 10 | import static org.carlspring.strongbox.db.schema.Properties.COORDINATES_ABI;
|
| 11 | +import static org.carlspring.strongbox.db.schema.Properties.COORDINATES_ARCHITECTURE; |
11 | 12 | import static org.carlspring.strongbox.db.schema.Properties.COORDINATES_ARTIFACT_ID;
|
| 13 | +import static org.carlspring.strongbox.db.schema.Properties.COORDINATES_BASE_NAME; |
12 | 14 | import static org.carlspring.strongbox.db.schema.Properties.COORDINATES_BUILD;
|
13 | 15 | import static org.carlspring.strongbox.db.schema.Properties.COORDINATES_CLASSIFIER;
|
14 | 16 | import static org.carlspring.strongbox.db.schema.Properties.COORDINATES_DISTRIBUTION;
|
15 | 17 | import static org.carlspring.strongbox.db.schema.Properties.COORDINATES_EXTENSION;
|
| 18 | +import static org.carlspring.strongbox.db.schema.Properties.COORDINATES_FILENAME; |
16 | 19 | import static org.carlspring.strongbox.db.schema.Properties.COORDINATES_GROUP_ID;
|
17 | 20 | import static org.carlspring.strongbox.db.schema.Properties.COORDINATES_ID;
|
18 | 21 | import static org.carlspring.strongbox.db.schema.Properties.COORDINATES_LANGUAGE_IMPLEMENTATION_VERSION;
|
19 | 22 | import static org.carlspring.strongbox.db.schema.Properties.COORDINATES_NAME;
|
| 23 | +import static org.carlspring.strongbox.db.schema.Properties.COORDINATES_PACKAGE_TYPE; |
20 | 24 | import static org.carlspring.strongbox.db.schema.Properties.COORDINATES_PACKAGING;
|
21 | 25 | import static org.carlspring.strongbox.db.schema.Properties.COORDINATES_PATH;
|
22 | 26 | import static org.carlspring.strongbox.db.schema.Properties.COORDINATES_PLATFORM;
|
| 27 | +import static org.carlspring.strongbox.db.schema.Properties.COORDINATES_RELEASE; |
23 | 28 | import static org.carlspring.strongbox.db.schema.Properties.COORDINATES_SCOPE;
|
24 | 29 | import static org.carlspring.strongbox.db.schema.Properties.CREATED;
|
25 | 30 | import static org.carlspring.strongbox.db.schema.Properties.DOWNLOAD_COUNT;
|
|
37 | 42 | import static org.carlspring.strongbox.db.schema.Properties.STORAGE_ID;
|
38 | 43 | import static org.carlspring.strongbox.db.schema.Properties.UUID;
|
39 | 44 | import static org.carlspring.strongbox.db.schema.Properties.VERSION;
|
40 |
| -import static org.carlspring.strongbox.db.schema.Properties.*; |
41 | 45 | import static org.carlspring.strongbox.db.schema.Vertices.ARTIFACT;
|
42 | 46 | import static org.carlspring.strongbox.db.schema.Vertices.ARTIFACT_COORDINATES;
|
43 | 47 | import static org.carlspring.strongbox.db.schema.Vertices.ARTIFACT_ID_GROUP;
|
|
0 commit comments