diff options
Diffstat (limited to 'sdnr/wt/data-provider/provider/pom.xml')
-rw-r--r-- | sdnr/wt/data-provider/provider/pom.xml | 29 |
1 files changed, 24 insertions, 5 deletions
diff --git a/sdnr/wt/data-provider/provider/pom.xml b/sdnr/wt/data-provider/provider/pom.xml index 55a770564..f0da429ac 100644 --- a/sdnr/wt/data-provider/provider/pom.xml +++ b/sdnr/wt/data-provider/provider/pom.xml @@ -84,6 +84,11 @@ <version>${project.version}</version> </dependency> <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>sdnr-wt-data-provider-dblib</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> </dependency> @@ -105,11 +110,6 @@ <artifactId>org.apache.karaf.shell.core</artifactId> <scope>provided</scope> </dependency> -<!-- <dependency> --> -<!-- <groupId>org.apache.karaf.bundle</groupId> --> -<!-- <artifactId>org.apache.karaf.bundle.core</artifactId> --> -<!-- <scope>provided</scope> --> -<!-- </dependency> --> <dependency> <groupId>org.opendaylight.netconf</groupId> <artifactId>sal-netconf-connector</artifactId> @@ -135,6 +135,13 @@ <artifactId>json</artifactId> <scope>provided</scope> </dependency> + <!-- MariaDB beginn --> + <dependency> + <groupId>ch.vorburger.mariaDB4j</groupId> + <artifactId>mariaDB4j</artifactId> + <scope>test</scope> + </dependency> + <!-- MariaDB end --> </dependencies> <build> @@ -204,6 +211,18 @@ </execution> </executions> </plugin> +<!-- <plugin> --> +<!-- <groupId>org.apache.felix</groupId> --> +<!-- <artifactId>maven-bundle-plugin</artifactId> --> +<!-- <extensions>true</extensions> --> +<!-- <configuration> --> +<!-- <instructions> --> +<!-- <Export-Package>org.onap.ccsdk.features.sdnr.wt.dataprovider.*</Export-Package> --> +<!-- <Import-Package>*</Import-Package> --> +<!-- <Embed-Dependency>dblib-provider;scope=provided|;inline=false,utils-provider;scope=provided|;inline=false</Embed-Dependency> --> +<!-- </instructions> --> +<!-- </configuration> --> +<!-- </plugin> --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> |