aboutsummaryrefslogtreecommitdiffstats
path: root/packages
AgeCommit message (Expand)AuthorFilesLines
2019-04-04PNF WF post instantiation configurationeeginux1-13/+15
2019-03-27Added nss library to avoid ssl errorsRamesh Parthasarathy1-1/+1
2019-03-13Create VNFM adapter shellMichaelMorris1-0/+30
2018-11-21Fix PropertySmokowski, Steve (ss835w)1-1/+1
2018-10-19Update version to 1.4.0-SNAPSHOT for DublinRob Daugherty2-2/+2
2018-09-25Fix the groupid for so-monitoringByung-Woo Jun1-1/+1
2018-09-20Update LoggingSmokowski, Steve (ss835w)2-198/+172
2018-09-19Addition of Dockerfile/logback for SO-Monitoringroot2-1/+35
2018-09-12Add onap-ca.crt to dockerBrian Freeman2-1/+33
2018-09-04Fix LogbackSmokowski, Steve (ss835w)1-1/+0
2018-08-31Update LoggingSmokowski, Steve (ss835w)1-23/+2
2018-08-23Rename asdc-controller docker imageRob Daugherty2-3/+3
2018-08-21openstack_adapter container fails to startRob Daugherty1-1/+2
2018-08-20Docker naming conventionRob Daugherty2-11/+11
2018-08-10Fix Session TimeSmokowski, Steve (ss835w)1-1/+1
2018-08-08Remove Unused FilesSmokowski, Steve (ss835w)28-5607/+1
2018-08-03Support for docker-compose in heat environmentRob Daugherty20-1247/+112
2018-08-01Create so/vfc-adapter docker imageRob Daugherty1-0/+30
2018-08-01Fix ArrayIndexOutOfBoundsException in docker buildRob Daugherty1-1/+1
2018-08-01Build docker imagesRob Daugherty5-97/+492
2018-07-31Containerization feature of SOBenjamin, Max (mb388a)196-25803/+3789
2018-07-20Update docker image name to onap/soArthur Martella1-2/+2
2018-07-17dmaap host and port configuration for pnf featureLukasz Muszkieta1-3/+2
2018-05-23Fix library CVEs in SOchenying831-15/+33
2018-05-10Add onap/so alias to docker buildArthur Martella1-0/+2
2018-05-10Resolved License Issues for packagessanchitap4-0/+0
2018-04-26Fix library CVEs in SOchenying831-1/+1
2018-04-24Support for new AAI certificateRob Daugherty1-1/+1
2018-04-23Fix library CVEs in SOchenying831-4/+57
2018-04-13Add mso-asdc-controller-config to mso-docker.jsonArthur Martella1-0/+5
2018-04-12correct the copyright info arquuillianSeshu-Kumar-M2-0/+0
2018-04-05Add docker pull/push registry definitions to pomRob Daugherty1-6/+10
2018-03-27Dependency version updates for BeijingRob Daugherty8-27/+29
2018-03-21SO License issuesSeshu-Kumar-M1-0/+0
2018-03-21SO License issue fix take 3Seshu-Kumar-M1-0/+0
2018-03-14AT&T 1712 and 1802 release codeRob Daugherty17-54/+292
2018-03-09Revert Reduce log noise/warningsRob Daugherty13-1178/+1181
2018-03-09Remove redundant groupId inherited from parentMunir Ahmad2-2/+0
2018-03-08Reduce log noise/warnings format to conventionsMarcus G K Williams13-1181/+1178
2018-02-22Port SO artifacts to ONAP folder structureArthur Martella4-10/+10
2017-12-28Fixed git clone to point at gerritdfilppi1-5/+20
2017-12-01Bump minor versionJessica Wagantall4-4/+4
2017-11-16changed artifact versionseshukm4-4/+4
2017-11-14Add the --fresh option to update-ca-certificatesRob Daugherty1-1/+1
2017-11-08Clean up Process Engine selection logicRob Daugherty2-13/+0
2017-11-03fix for arquillian build failure.seshukm1-2/+2
2017-11-03Fix for the snapshot in Arqullian Testsseshukm1-1/+1
2017-10-26Merge "Add wait-for.sh to control container boot order"Rob Daugherty2-1/+88
2017-10-25Correct column labels in vnf_components_recipeArthur Martella1-3/+3
2017-10-25Add wait-for.sh to control container boot orderSylvain Desbureaux2-1/+88
n> </plugins> </build> <!-- added for javadoc --> <pluginRepositories> <!-- Black Duck plugin dependencies --> <pluginRepository> <id>JCenter</id> <name>JCenter Repository</name> <url>http://jcenter.bintray.com</url> </pluginRepository> <pluginRepository> <id>Restlet</id> <name>Restlet Repository</name> <url>http://maven.restlet.com</url> </pluginRepository> </pluginRepositories> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.10.4</version> <configuration> <failOnError>false</failOnError> <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet> <docletArtifact> <groupId>org.umlgraph</groupId> <artifactId>umlgraph</artifactId> <version>5.6</version> </docletArtifact> <additionalparam>-views</additionalparam> <useStandardDocletOptions>true</useStandardDocletOptions> </configuration> </plugin> </plugins> </reporting> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> <!--Overide versions for latest security fixes--> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> <version>4.4</version> </dependency> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>3.17</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.5.9</version> </dependency> </dependencies> </project>