core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>uk.org.retep.microkernel</groupId>
<artifactId>core</artifactId>
<version>10.5.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<parent>
<groupId>uk.org.retep</groupId>
<artifactId>retepMicroKernel</artifactId>
<version>10.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>uk.org.retep.microkernel</groupId>
<artifactId>core</artifactId>
<version>10.5.1</version>
<packaging>jar</packaging>
<name>retepMicroKernel original legacy core</name>
<distributionManagement>
<relocation>
<groupId>uk.org.retep.microkernel</groupId>
<artifactId>spring</artifactId>
<version>10.5.1</version>
<message>
The Spring kernel is now called spring, please change the artifactId in your dependencies.
</message>
</relocation>
</distributionManagement>
</project>