Fixing pcep pom.xml so that the application will load
Change-Id: I91b53fe0927d64d33c434f3f34a3cdb771b491ae
Showing
2 changed files
with
4 additions
and
1 deletions
... | @@ -7,8 +7,11 @@ | ... | @@ -7,8 +7,11 @@ |
7 | <version>1.2.0-SNAPSHOT</version> | 7 | <version>1.2.0-SNAPSHOT</version> |
8 | <relativePath>../pom.xml</relativePath> | 8 | <relativePath>../pom.xml</relativePath> |
9 | </parent> | 9 | </parent> |
10 | + | ||
10 | <artifactId>onos-pcep</artifactId> | 11 | <artifactId>onos-pcep</artifactId> |
11 | <packaging>pom</packaging> | 12 | <packaging>pom</packaging> |
13 | + <description>PCEP protocol southbound providers</description> | ||
14 | + | ||
12 | <dependencies> | 15 | <dependencies> |
13 | <dependency> | 16 | <dependency> |
14 | <groupId>org.onosproject</groupId> | 17 | <groupId>org.onosproject</groupId> | ... | ... |
... | @@ -29,7 +29,7 @@ | ... | @@ -29,7 +29,7 @@ |
29 | <artifactId>onos-providers</artifactId> | 29 | <artifactId>onos-providers</artifactId> |
30 | <packaging>pom</packaging> | 30 | <packaging>pom</packaging> |
31 | 31 | ||
32 | - <description>ONOS information providers & control/management protocol adapter</description> | 32 | + <description>ONOS information providers and control/management protocol adapter</description> |
33 | 33 | ||
34 | <modules> | 34 | <modules> |
35 | <module>openflow</module> | 35 | <module>openflow</module> | ... | ... |
-
Please register or login to post a comment