Bump versions by x.(y+1).z
[serviceutils.git] / metrics / sample / impl / pom.xml
index d73ad5098835cfdb511825414f60997a2cfd1238..af1684f06e5e6c9608ff7280d481eb7634707f66 100644 (file)
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-      <groupId>org.opendaylight.infrautils</groupId>
-      <artifactId>parent</artifactId>
-      <version>1.8.0-SNAPSHOT</version>
-      <relativePath>../../../common/parent</relativePath>
+    <groupId>org.opendaylight.serviceutils</groupId>
+    <artifactId>quality-parent</artifactId>
+    <version>0.14.0-SNAPSHOT</version>
+    <relativePath>../../../commons/quality-parent</relativePath>
   </parent>
 
   <artifactId>metrics-sample</artifactId>
   <packaging>bundle</packaging>
-  <name>ODL :: infrautils :: ${project.artifactId}</name>
+  <name>ODL :: serviceutils :: ${project.artifactId}</name>
 
   <dependencies>
     <dependency>
-      <groupId>${project.groupId}</groupId>
+      <groupId>org.opendaylight.infrautils</groupId>
+      <artifactId>infrautils-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.serviceutils</groupId>
       <artifactId>metrics-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>javax.inject</groupId>
+      <groupId>com.guicedee.services</groupId>
       <artifactId>javax.inject</artifactId>
+      <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>javax.annotation</groupId>
-      <artifactId>javax.annotation-api</artifactId>
+      <groupId>jakarta.annotation</groupId>
+      <artifactId>jakarta.annotation-api</artifactId>
+      <scope>provided</scope>
       <optional>true</optional>
     </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.service.component.annotations</artifactId>
+    </dependency>
 
     <dependency>
       <groupId>${project.groupId}</groupId>
     <dependency>
       <groupId>io.prometheus</groupId>
       <artifactId>simpleclient_httpserver</artifactId>
-      <version>0.9.0</version>
+      <version>0.10.0</version>
       <!-- HTTPServer is only used in demos; in production we use the MetricsServlet -->
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>${project.groupId}</groupId>
+      <groupId>org.opendaylight.infrautils</groupId>
       <artifactId>inject.guice.testutils</artifactId>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.infrautils</groupId>
       <artifactId>infrautils-testutils</artifactId>
     </dependency>
-    <dependency>
-      <groupId>com.google.truth</groupId>
-      <artifactId>truth</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.aries.blueprint</groupId>
-      <artifactId>blueprint-maven-plugin-annotation</artifactId>
-      <optional>true</optional>
-    </dependency>
   </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.aries.blueprint</groupId>
-        <artifactId>blueprint-maven-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
 </project>