summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/apps/inventoryApp/src
AgeCommit message (Expand)AuthorFilesLines
2023-03-29Odlux Updatesai-neetha20-284/+393
2022-09-08update odlux sourcesMichael Dürre1-1/+1
2022-02-01Update ODLUXAijana Schumann4-23/+31
2021-08-03Add aria-labels to odlux tablesAijana Schumann1-1/+1
2021-07-30Update InventoryAppAijana Schumann5-39/+117
2021-04-08update odlux for notification changeMichael DÜrre4-32/+185
2020-12-02Bugfix InventoryAppAijana Schumann1-3/+3
2020-11-30Add aria-labelsAijana Schumann2-8/+8
2020-08-12Switch odlux from Biermann-RestConf to RFC8040 interfaceAijana Schumann1-2/+2
2020-07-16switch to rfc8040 restconfMichael Dürre16-111/+665
2020-02-28update odlux stage 3Aijana Schumann4-3/+149
2019-12-16update odlux and featureaggregatorherbert7-0/+320
2019-12-14remove old versionherbert7-280/+0
2019-08-12Minor functional fixes in odlux appssai-neetha6-0/+102
2019-04-03SDN-R Inventory exportHerbert Eiselt5-70/+87
2019-03-28Add SDN-R odlux performanceHerbert Eiselt2-7/+12
2019-02-11Add sdnr wt odluxHerbert Eiselt5-0/+156
pan> ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> <artifactId>modules</artifactId> <version>0.4.2-SNAPSHOT</version> </parent> <artifactId>commons</artifactId> <packaging>pom</packaging> <name>Blueprints Processor Commons POM</name> <description>Blueprints Processor Commons</description> <modules> <module>processor-core</module> <module>db-lib</module> <module>rest-lib</module> <module>dmaap-lib</module> </modules> <dependencies> <dependency> <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId> <artifactId>resource-dict</artifactId> </dependency> <!-- Test Dependencies --> <dependency> <groupId>io.mockk</groupId> <artifactId>mockk</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-api-mockito2</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-test</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>io.projectreactor</groupId> <artifactId>reactor-test</artifactId> <scope>test</scope> </dependency> </dependencies> </project>