mappingservice.nortbound: sync enunciate-core-annotations version 25/4525/1
authorChris Wright <chrisw@sous-sol.org>
Tue, 21 Jan 2014 19:54:34 +0000 (11:54 -0800)
committerChris Wright <chrisw@sous-sol.org>
Tue, 21 Jan 2014 19:54:34 +0000 (11:54 -0800)
The enunciate-core-annotations version in mappingserver.northbound
is out of sync with both core controller and rest of mappingservice.
Reduce version from 1.27 to 1.26.2.  I did not see any build issues
that showed mappingservice.nortbound actually relying on anything from
enunciate 1.27.

Change-Id: I384fd0dcc53248a10cd2feace2b2ef37231ed8e8
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
mappingservice/northbound/pom.xml

index 2c2f47f6621f8761ceeba71ba3ea74ea4480b2f7..4e743e52e0784c767c457248e245b3fe8cdc1922 100644 (file)
@@ -22,7 +22,7 @@
                        <plugin>
                                <groupId>org.codehaus.enunciate</groupId>
                                <artifactId>maven-enunciate-plugin</artifactId>
-                               <version>1.27</version>
+                               <version>${enunciate.version}</version>
                                <!-- <dependencies> <dependency> <groupId>org.opendaylight.controller</groupId> 
                                        <artifactId>sal</artifactId> <version>0.5.0-SNAPSHOT</version> </dependency> 
                                        <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>clustering.services</artifactId> 
                <dependency>
                        <groupId>org.codehaus.enunciate</groupId>
                        <artifactId>enunciate-core-annotations</artifactId>
-                       <version>1.27</version>
+                       <version>${enunciate.version}</version>
                </dependency>
 
        </dependencies>