summaryrefslogtreecommitdiffstats
path: root/actn-interface-tools/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'actn-interface-tools/pom.xml')
-rw-r--r--actn-interface-tools/pom.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/actn-interface-tools/pom.xml b/actn-interface-tools/pom.xml
index baa2400..b92341b 100644
--- a/actn-interface-tools/pom.xml
+++ b/actn-interface-tools/pom.xml
@@ -31,10 +31,14 @@
<modules>
<module>actn-model</module>
<module>actn-client</module>
+ <module>global-control</module>
+ <module>yang-utils</module>
+ <module>restconf-client</module>
</modules>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
+ <slf4j.version>1.7.21</slf4j.version>
</properties>
<dependencies>
<dependency>
@@ -49,12 +53,32 @@
<version>2.0.1</version>
<scope>compile</scope>
</dependency>
+
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.annotations</artifactId>
<scope>provided</scope>
<version>1.9.12</version>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>${slf4j.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version>${slf4j.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.auto.service</groupId>
+ <artifactId>auto-service-annotations</artifactId>
+ <version>1.0</version>
+ <scope>compile</scope>
+ </dependency>
+
+
+
</dependencies>
</project> \ No newline at end of file