Step version for Jakarta
[sdc.git] / openecomp-be / lib / openecomp-core-lib / openecomp-nosqldb-lib / openecomp-nosqldb-api / pom.xml
1 <!--
2   ~ Copyright © 2016-2018 European Support Limited
3   ~
4   ~ Licensed under the Apache License, Version 2.0 (the "License");
5   ~ you may not use this file except in compliance with the License.
6   ~ You may obtain a copy of the License at
7   ~
8   ~      http://www.apache.org/licenses/LICENSE-2.0
9   ~
10   ~ Unless required by applicable law or agreed to in writing, software
11   ~ distributed under the License is distributed on an "AS IS" BASIS,
12   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13   ~ See the License for the specific language governing permissions and
14   ~ limitations under the License.
15   -->
16
17 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19     <modelVersion>4.0.0</modelVersion>
20
21     <name>openecomp-nosqldb-api</name>
22     <artifactId>openecomp-nosqldb-api</artifactId>
23
24     <parent>
25         <artifactId>openecomp-nosqldb-lib</artifactId>
26         <groupId>org.openecomp.sdc.core</groupId>
27         <version>1.10.0-SNAPSHOT</version>
28     </parent>
29
30     <dependencies>
31         <dependency>
32             <groupId>org.openecomp.sdc.core</groupId>
33             <artifactId>openecomp-facade-api</artifactId>
34             <version>${project.version}</version>
35         </dependency>
36         <dependency>
37             <groupId>com.datastax.cassandra</groupId>
38             <artifactId>cassandra-driver-core</artifactId>
39             <version>${datastax.cassandra.version}</version>
40         </dependency>
41         <dependency>
42             <groupId>com.datastax.cassandra</groupId>
43             <artifactId>cassandra-driver-mapping</artifactId>
44             <version>${datastax.cassandra.version}</version>
45         </dependency>
46         <dependency>
47             <groupId>com.datastax.cassandra</groupId>
48             <artifactId>cassandra-driver-extras</artifactId>
49             <version>${datastax.cassandra.version}</version>
50         </dependency>
51         <dependency>
52             <groupId>org.openecomp.sdc.core</groupId>
53             <artifactId>openecomp-facade-core</artifactId>
54             <version>${project.version}</version>
55         </dependency>
56         <dependency>
57             <groupId>org.openecomp.sdc</groupId>
58             <artifactId>openecomp-sdc-logging-core</artifactId>
59             <version>${project.version}</version>
60             <scope>runtime</scope>
61         </dependency>
62         <dependency>
63             <groupId>org.projectlombok</groupId>
64             <artifactId>lombok</artifactId>
65             <scope>provided</scope>
66         </dependency>
67     </dependencies>
68
69
70 </project>