aboutsummaryrefslogtreecommitdiffstats
path: root/so-monitoring/so-monitoring-handler
AgeCommit message (Expand)AuthorFilesLines
2019-05-13refactor so-mon-ui codeAndrei_Barcovschi4-15/+15
2019-04-11corrected inlucde filter for formatterBenjamin, Max (mb388a)1-68/+68
2019-04-08Replaced all tabs with spaces in java and pom.xmlBenjamin, Max (mb388a)20-46/+11
2019-03-22Created new BB for so-etsiwaqas.ikram13-503/+45
2019-03-12Fixing test folder packagingwaqas.ikram9-7/+2
2019-03-06Fix for So Mon UI search resultAndrei_Barcovschi2-8/+3
2019-01-24Removed deprecated Matcher importsBenjamin, Max (mb388a)1-1/+1
2019-01-17Added CorsConfigurer class and cleaned up typosEoin Hanan38-102/+154
2018-10-19Update version to 1.4.0-SNAPSHOT for DublinRob Daugherty1-1/+1
2018-09-22Fix the developer infoseshukm1-0/+1
2018-09-20Standardize 3rd party library versionsGary Wu1-3/+1
2018-09-17Fix to use common MsoLoggerByung-Woo Jun2-28/+39
2018-09-08Adding rest service for so monitoringwaqas.ikram38-0/+3465
span class="nt"><artifactId>policy-models</artifactId> <version>2.7.1-SNAPSHOT</version> </parent> <artifactId>policy-models-provider</artifactId> <name>${project.artifactId}</name> <description>The provider interface that allows components to manipualte models in the database</description> <dependencies> <dependency> <groupId>org.onap.policy.common</groupId> <artifactId>common-parameters</artifactId> <version>${policy.common.version}</version> </dependency> <dependency> <groupId>org.onap.policy.models</groupId> <artifactId>policy-models-base</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.policy.models</groupId> <artifactId>policy-models-dao</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.policy.models</groupId> <artifactId>policy-models-tosca</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.policy.models</groupId> <artifactId>policy-models-pdp</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.policy.models</groupId> <artifactId>policy-models-pap</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> <scope>test</scope> </dependency> </dependencies> </project>