Brian O'Connor

Fixing pcep pom.xml so that the application will load

Change-Id: I91b53fe0927d64d33c434f3f34a3cdb771b491ae
......@@ -7,8 +7,11 @@
<version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>onos-pcep</artifactId>
<packaging>pom</packaging>
<description>PCEP protocol southbound providers</description>
<dependencies>
<dependency>
<groupId>org.onosproject</groupId>
......
......@@ -29,7 +29,7 @@
<artifactId>onos-providers</artifactId>
<packaging>pom</packaging>
<description>ONOS information providers &amp; control/management protocol adapter</description>
<description>ONOS information providers and control/management protocol adapter</description>
<modules>
<module>openflow</module>
......