pom.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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" xml:space="preserve">
  3. <!-- Copyright 2021 Steinar Bang -->
  4. <!-- -->
  5. <!-- Licensed under the Apache License, Version 2.0 (the "License"); -->
  6. <!-- you may not use this file except in compliance with the License. -->
  7. <!-- You may obtain a copy of the License at -->
  8. <!-- http://www.apache.org/licenses/LICENSE-2.0 -->
  9. <!-- Unless required by applicable law or agreed to in writing, -->
  10. <!-- software distributed under the License is distributed on an "AS IS" BASIS, -->
  11. <!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -->
  12. <!-- See the License for the specific language governing permissions and limitations -->
  13. <!-- under the License. -->
  14. <modelVersion>4.0.0</modelVersion>
  15. <parent>
  16. <groupId>no.priv.bang.osgiservice</groupId>
  17. <artifactId>osgiservice-parent</artifactId>
  18. <version>2.0.1-SNAPSHOT</version>
  19. </parent>
  20. <artifactId>osgiservice-bom</artifactId>
  21. <name>OSGi services BoM</name>
  22. <description>Bill of Materials pom for the OSGi services</description>
  23. <dependencyManagement>
  24. <dependencies>
  25. <dependency>
  26. <groupId>no.priv.bang.osgiservice</groupId>
  27. <artifactId>osgiservice.users</artifactId>
  28. <version>2.0.1-SNAPSHOT</version>
  29. </dependency>
  30. <dependency>
  31. <groupId>no.priv.bang.osgiservice</groupId>
  32. <artifactId>osgiservice.users</artifactId>
  33. <version>2.0.1-SNAPSHOT</version>
  34. <type>xml</type>
  35. <classifier>features</classifier>
  36. </dependency>
  37. </dependencies>
  38. </dependencyManagement>
  39. </project>