summaryrefslogtreecommitdiffstats
path: root/openecomp-be/backend/openecomp-sdc-activity-log-manager/pom.xml
AgeCommit message (Expand)AuthorFilesLines
2023-07-14Update version to 1.13.31.13.3MichaelMorris1-1/+1
2023-07-10Step version to 1.13.2-SNAPSHOTMichaelMorris1-1/+1
2023-06-08Step version to 1.13.1-SNAPSHOTMichaelMorris1-1/+1
2023-06-02Set version to 1.13.0-SNAPSHOTMichaelMorris1-1/+1
2023-06-02Step version to 1.13.0 for MontrealMichaelMorris1-1/+1
2023-04-03Step version to 1.12.4-SNAPSHOTMichaelMorris1-1/+1
2023-03-02Step version to 1.12.3-SNAPSHOTMichaelMorris1-1/+1
2023-02-02Step version to 1.12.2-SNAPSHOTMichaelMorris1-1/+1
2022-10-29Step version to 1.12.1MichaelMorris1-1/+1
2022-10-14Align 'org.eclipse.jetty'-version (9.4.49.v20220914)vasraz1-0/+10
2022-09-29Stepping version to 1.12.0 for start of LondonMichaelMorris1-1/+1
2022-09-28Step version to 1.11.9-SNAPSHOTMichaelMorris1-1/+1
2022-08-17Update SDC version to 1.11.8-SNAPSHOTMichaelMorris1-1/+1
2022-08-15Step version to 1.11.7-SNAPSHOT1.11.7MichaelMorris1-1/+1
2022-06-24Step version to 1.11.6-SNAPSHOTandre.schmid1-1/+1
2022-06-24Step version to 1.11.5-SNAPSHOTandre.schmid1-1/+1
2022-05-27Step version to 1.11.4-SNAPSHOTMichaelMorris1-1/+1
2022-05-18Step version to 1.11.3-SNAPSHOTMichaelMorris1-1/+1
2022-04-25Step version to 1.11.2-SNAPSHOTMichaelMorris1-1/+1
2022-04-08Step version to 1.11.1-SNAPSHOTMichaelMorris1-1/+1
2022-03-23Step version to 1.11.0-SNAPSHOTMichaelMorris1-1/+1
2022-03-22Step version to 1.10.3-SNAPSHOT1.10.3MichaelMorris1-1/+1
2022-02-09Step version to 1.10.2-SNAPSHOTMichaelMorris1-1/+1
2022-02-02Step version to 1.10.1-SNAPSHOTMichaelMorris1-1/+1
2021-10-01Step version for JakartaMichaelMorris1-1/+1
2021-09-20Updated SDC version to 1.9.2-SNAPSHOT1.9.2MichaelMorris1-1/+1
2021-09-13Update SDC version to 1.9.1-SNAPSHOT1.9.1MichaelMorris1-1/+1
2021-03-22Update Master to IstambulChrisC1-1/+1
2021-03-17Update SDC versionChrisC1-1/+1
2021-03-04Update to 1.8.31.8.3ChrisC1-1/+1
2021-02-25Update version to 1.8.21.8.2ChrisC1-1/+1
2021-01-30Update project version 1.8.0 -> 1.8.11.8.1Joanna Jeremicz1-1/+1
2020-11-05Update master to HonoluluChrisC1-1/+1
2020-10-26Fix broken local build1.7.2vasraz1-1/+1
2020-10-20Upgrade to 1.7.2sebdet1-1/+1
2020-09-07Update version to 1.7.1sebdet1-1/+1
2020-05-19remove powermock dependency from pom xmlsRodrigo Lima1-18/+0
2020-05-06Prepare for Junit5vasraz1-66/+61
2020-03-12Disable SecurityFilterOfir Sonsino1-1/+1
2020-02-02Move to version 1.6.1shrek20001-1/+1
2019-10-29Bump SDC version 1.6.0Ofir Sonsino1-1/+1
2019-09-10Bump SDC version 1.5.2Ofir Sonsino1-1/+1
2019-07-28Update SDC version 1.5.1Ofir Sonsino1-1/+1
2019-05-15Update test coveragekooper1-0/+23
2019-05-07Update SDC version 1.5.0Sonsino, Ofir (os0695)1-1/+1
2018-11-15update sdc version in masterMichael Lando1-1/+1
2018-11-05bump sdc version to 1.3.3Michael Lando1-1/+1
2018-11-01update sdc to version 1.3.2Michael Lando1-1/+1
2018-10-24update sdc version to 1.3.1Michael Lando1-1/+1
2018-08-09Corrected relative path to parent POMvempo1-1/+0
"nt"></dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-script-runtime</artifactId> <version>${kotlin.version}</version> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlinx-couroutines-core</artifactId> <version>${kotlin.couroutines.version}</version> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-reactor</artifactId> <version>${kotlin.couroutines.version}</version> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-reflect</artifactId> <version>${kotlin.version}</version> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>${kotlin.version}</version> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk7</artifactId> <version>${kotlin.version}</version> </dependency> <!-- GRPC Dependencies --> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-core</artifactId> <version>${grpc.version}</version> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-netty</artifactId> <version>${grpc.version}</version> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-protobuf</artifactId> <version>${grpc.version}</version> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-stub</artifactId> <version>${grpc.version}</version> </dependency> <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java-util</artifactId> <version>${protobuff.java.utils.version}</version> </dependency> <!-- Database --> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <version>${h2database.version}</version> </dependency> <!-- Application Components --> <dependency> <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId> <artifactId>core</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId> <artifactId>service</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId> <artifactId>application</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId> <artifactId>resource-dict</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId> <artifactId>db-resources</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId> <artifactId>blueprint-validation</artifactId> <version>${project.version}</version> </dependency> <!-- Testing Dependencies --> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-api-mockito2</artifactId> <version>${powermock.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-junit</artifactId> <version>${kotlin.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-testing</artifactId> <version>${grpc.version}</version> <scope>test</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>com.att.eelf</groupId> <artifactId>eelf-core</artifactId> </dependency> <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-slf4j</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> <dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path</artifactId> </dependency> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> </dependency> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger-ui</artifactId> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-kotlin</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>3.0.1</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>kotlin-maven-plugin</artifactId> <groupId>org.jetbrains.kotlin</groupId> <version>${kotlin.maven.version}</version> <executions> <execution> <id>compile</id> <goals> <goal>compile</goal> </goals> <configuration> <sourceDirs> <sourceDir>${project.basedir}/src/main/kotlin</sourceDir> <sourceDir>${project.basedir}/src/main/java</sourceDir> </sourceDirs> </configuration> </execution> <execution> <id>test-compile</id> <goals> <goal>test-compile</goal> </goals> <configuration> <sourceDirs> <sourceDir>${project.basedir}/src/test/kotlin</sourceDir> <sourceDir>${project.basedir}/src/test/java</sourceDir> </sourceDirs> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.5.1</version> <configuration> <source>${maven.compiler.source}</source> <target>${maven.compiler.target}</target> </configuration> <executions> <!-- Replacing default-compile as it is treated specially by maven --> <execution> <id>default-compile</id> <phase>none</phase> </execution> <!-- Replacing default-testCompile as it is treated specially by maven --> <execution> <id>default-testCompile</id> <phase>none</phase> </execution> <execution> <id>java-compile</id> <phase>compile</phase> <goals> <goal>compile</goal> </goals> </execution> <execution> <id>java-test-compile</id> <phase>test-compile</phase> <goals> <goal>testCompile</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>