aboutsummaryrefslogtreecommitdiffstats
path: root/integration/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'integration/pom.xml')
-rw-r--r--integration/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index d453f533..92840093 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -200,6 +200,13 @@
</exclusions>
</dependency>
+ <!-- Swagger Models -->
+ <dependency>
+ <groupId>io.swagger</groupId>
+ <artifactId>swagger-models</artifactId>
+ <version>${version.swagger}</version>
+ </dependency>
+
<!-- Encoder and decoders for various formats -->
<dependency>
<groupId>commons-codec</groupId>
99 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
This source repository contains the code for the core SDN Controller components.
To compile this code:

1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories.

2. To compile, run "mvn clean install".