aboutsummaryrefslogtreecommitdiffstats
path: root/cos/pom.xml
blob: dd5502b6925bd8dc7a77410ecdf1e5e9a1b4bf58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!--
Copyright (c) 2015 CableLabs Inc. and others.

All rights reserved. This program and the accompanying materials
are made available under the terms of the Apache License, Version 2.0
which accompanies this distribution, and is available at
http://www.apache.org/licenses/LICENSE-2.0-->

<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/maven-v4_0_0.xsd">

    <parent>
	    <groupId>com.cablelabs.vcpe</groupId>
	    <artifactId>vcpe-services</artifactId>
	    <version>1.0-SNAPSHOT</version>
    </parent>

    <modelVersion>4.0.0</modelVersion>

    <groupId>com.cablelabs.vcpe</groupId>
    <artifactId>cos</artifactId>
    <packaging>pom</packaging>
    <version>1.0-SNAPSHOT</version>

    <modules>
        <module>cosbase</module>
        <module>cosmgr</module>        
    </modules>

    <dependencies></dependencies>

</project>