com.paremus.build:bundle-testing-dependencies

The common parent pom for Paremus components

License

License

GroupId

GroupId

com.paremus.build
ArtifactId

ArtifactId

bundle-testing-dependencies
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

The common parent pom for Paremus components
Project Organization

Project Organization

Paremus Ltd

Download bundle-testing-dependencies

How to add to project

<!-- https://jarcasting.com/artifacts/com.paremus.build/bundle-testing-dependencies/ -->
<dependency>
    <groupId>com.paremus.build</groupId>
    <artifactId>bundle-testing-dependencies</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.paremus.build/bundle-testing-dependencies/
implementation 'com.paremus.build:bundle-testing-dependencies:1.0.0'
// https://jarcasting.com/artifacts/com.paremus.build/bundle-testing-dependencies/
implementation ("com.paremus.build:bundle-testing-dependencies:1.0.0")
'com.paremus.build:bundle-testing-dependencies:pom:1.0.0'
<dependency org="com.paremus.build" name="bundle-testing-dependencies" rev="1.0.0">
  <artifact name="bundle-testing-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.paremus.build', module='bundle-testing-dependencies', version='1.0.0')
)
libraryDependencies += "com.paremus.build" % "bundle-testing-dependencies" % "1.0.0"
[com.paremus.build/bundle-testing-dependencies "1.0.0"]

Dependencies

runtime (11)

Group / Artifact Type Version
org.apache.felix : org.apache.felix.converter jar 1.0.8
org.osgi : org.osgi.util.function jar 1.1.0
org.osgi : org.osgi.util.promise jar 1.1.0
org.osgi : org.osgi.util.pushstream jar 1.0.0
org.apache.felix : org.apache.felix.scr jar 2.1.16
org.apache.felix : org.apache.felix.configadmin jar 1.9.16
org.apache.felix : org.apache.felix.eventadmin jar 1.5.0
ch.qos.logback : logback-core jar 1.2.3
ch.qos.logback : logback-classic jar 1.2.3
org.apache.servicemix.bundles : org.apache.servicemix.bundles.junit jar 4.12_1
org.apache.felix : org.apache.felix.framework jar 6.0.3

Project Modules

There are no modules declared in this project.

The Paremus Product Build Repository

This repository contains the top-level POM configuration for other Paremus builds, and also any boms/code related to building and testing.

How to build this repository

This repository can be built using Maven 3.5.4 and Java 8.

Build profiles

By default the build will run with all tests, and lenient checks on copyright headers. To enable strict copyright checking (required for deployment) then the strict-license-check profile should be used, for example

`mvn -P strict-license-check clean install`

If you make changes and do encounter licensing errors then the license headers can be regenerated using the generate-licenses profile

`mvn -P generate-licenses process-sources`
com.paremus.build

Paremus

Versions

Version
1.0.0