aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-healing-lib/openecomp-sdc-healing-impl/src
AgeCommit message (Expand)AuthorFilesLines
2017-12-06Duplicate logging frameworks mergingnoahs1-3/+2
2017-11-22Handle VSP without Image while healingsiddharth09052-79/+362
2017-11-19heal all scriptayalaben3-4/+3
2017-11-15Casandra data center and consistency levelshalomb1-2/+2
2017-11-14forwarder testtalio19-2/+4656
2017-11-13forwarder healertalio1-0/+121
2017-10-19fix healerstalio4-9/+33
2017-10-17Healingtalio1-68/+27
2017-09-18Fixed SONAR issuesDivesh Mirchandani7-19/+38
2017-09-13Change healing manager logictalig1-3/+4
2017-09-12Create new VSP, onboard from TOSCA file - UIshrek20005-15/+98
2017-08-10[SDC] OnBoard with enabled tests and featuresaz24971-0/+273
2017-07-26[SDC] Full OnBoard health-check and NFoD supportAvi Ziv3-34/+156
2017-07-18[SDC] Onboarding 1710 rebase.Avi Ziv6-21/+274
2017-07-12[sdc] rebase updateMichael Lando1-0/+73
2017-06-18[sdc] update code of sdcMichael Lando2-2/+2
2017-06-11[SDC-29] rebase continue work to align sourceMichael Lando1-1/+3
2017-06-09[SDC-29] Amdocs OnBoard 1707 initial commit.AviZi5-0/+639
> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> <version>2.5.4</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>rest-adaptor-bundle</artifactId> <version>1.6.3-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-adaptors :: ${project.artifactId}</name> <properties> <cdp.pal.version>1.1.25.8-oss</cdp.pal.version> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sli-core-artifacts</artifactId> <version>${project.version}</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>com.att.eelf</groupId> <artifactId>eelf-core</artifactId> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> <dependency> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sli-common</artifactId> </dependency> <dependency> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sli-provider</artifactId> </dependency> <dependency> <groupId>javax</groupId> <artifactId>javaee-api</artifactId> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> </dependency> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>com.att.cdp</groupId> <artifactId>cdp-pal-common</artifactId> <version>${cdp.pal.version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.att.cdp</groupId> <artifactId>cdp-pal-openstack</artifactId> <version>${cdp.pal.version}</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>com.att.cdp</groupId> <artifactId>cdp-pal-common</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>javax.ws.rs</groupId> <artifactId>javax.ws.rs-api</artifactId> </dependency> <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> </dependency> <dependency> <groupId>javax.xml</groupId> <artifactId>jaxp-api</artifactId> <version>1.4.2</version> </dependency> <dependency> <groupId>org.mariadb.jdbc</groupId> <artifactId>mariadb-java-client</artifactId> </dependency> <!-- Needed to run test cases --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-all</artifactId> <version>1.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.glassfish.jersey.core</groupId> <artifactId>jersey-common</artifactId> <scope>test</scope> </dependency> <!-- Specifically using mockito version 1.10.19 to make sure junit works --> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>1.10.19</version> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-reflect</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-module-junit4</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-api-mockito2</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> <configuration> <instructions> <Bundle-SymbolicName>rest-adaptor</Bundle-SymbolicName> <Export-Package>org.onap.ccsdk.sli.adaptors.rest</Export-Package> <Import-Package>org.onap.ccsdk.sli.core.sli.*,org.osgi.framework.*,org.slf4j.*,com.vmware.*,org.apache.xerces.*,javax.net.*,javax.net.ssl.*,org.xml.sax.*,javax.xml.bind.*,javax.naming.*</Import-Package> <Embed-Dependency>*;scope=compile|runtime;artifactId=!sli-common|org.eclipse.osgi|slf4j-api|jcl-over-slf4j|mariadb-java-client|xml-apis|jaxp-api</Embed-Dependency> <Embed-Transitive>true</Embed-Transitive> </instructions> </configuration> </plugin> </plugins> </build> </project>