summaryrefslogtreecommitdiffstats
path: root/routing/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'routing/pom.xml')
-rw-r--r--routing/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/routing/pom.xml b/routing/pom.xml
index 35e3576f9..12bbeb20c 100644
--- a/routing/pom.xml
+++ b/routing/pom.xml
@@ -13,7 +13,7 @@
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"
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
@@ -35,6 +35,7 @@
<modules>
<module>routing-api</module>
+ <module>routing-impl</module>
</modules>
<!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->