Eliminate dependencies on slf4j-{api,simple}
[aaa.git] / aaa-authn-mdsal-store / pom.xml
index b4eafe11f36715624fd018e3dc41d528b795a001..d5cd6a08d453772c8efa34f90059f64f0948337c 100644 (file)
@@ -1,22 +1,49 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright © 2016 Hewlett-Packard, L.P. and others.  All rights reserved.
+
+ This program and the accompanying materials are made available under the
+ terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ and is available at http://www.eclipse.org/legal/epl-v10.html
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-    <parent>
-        <groupId>org.opendaylight.aaa</groupId>
-        <artifactId>aaa-parent</artifactId>
-        <version>0.3.0-SNAPSHOT</version>
-        <relativePath>../parent</relativePath>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.opendaylight.odlparent</groupId>
+    <artifactId>odlparent-lite</artifactId>
+    <version>1.8.0-SNAPSHOT</version>
+    <relativePath />
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>org.opendaylight.aaa</groupId>
+  <artifactId>aaa-authn-mdsal-store</artifactId>
+  <name>${project.artifactId}</name>
+  <version>0.5.0-SNAPSHOT</version>
+  <packaging>pom</packaging>
 
-    <artifactId>aaa-authn-mdsal-store</artifactId>
-    <name>${project.artifactId}</name>
-    <packaging>pom</packaging>
+  <modules>
+    <module>aaa-authn-mdsal-api</module>
+    <module>aaa-authn-mdsal-store-impl</module>
+  </modules>
 
-    <modules>
-        <module>aaa-authn-mdsal-api</module>
-        <module>aaa-authn-mdsal-config</module>
-        <module>aaa-authn-mdsal-store-impl</module>
-    </modules>
-</project>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-install-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>
\ No newline at end of file