oss-common-dependencies-spring-boot-1.5.x

Common dependencies used in different open source stack module implementations based on spring-boot-1.5.x

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

cn.home1
ArtifactId

ArtifactId

oss-common-dependencies-spring-boot-1.5.x
Last Version

Last Version

1.0.12.OSS
Release Date

Release Date

Type

Type

xml
Description

Description

oss-common-dependencies-spring-boot-1.5.x
Common dependencies used in different open source stack module implementations based on spring-boot-1.5.x

Download oss-common-dependencies-spring-boot-1.5.x

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • oss-common-dependencies-spring-boot-1.5.4.RELEASE
  • oss-common-dependencies-spring-boot-1.5.6.RELEASE

Build Status


There are link issues on git service generated pages, see gitbook or maven site.


oss-common-dependencies

Common dependencies for home1-oss projects.

Java enterprise software relies on a lot of open source software. There are lots of transitive dependency conflicts.

oss-common-dependencies is trying to build a stable dependency baseline for home1-oss modules. If you are a user of home1-oss, you should use oss-release, not oss-common-dependencies.

Your project can use oss-release as parent and implicitly use oss-build as ancestor.

<parent>
    <groupId>cn.home1</groupId>
    <artifactId>oss-release-spring-boot-${spring-boot.version}</artifactId>
    <version>${oss-release.version}</version>
</parent>

or import in dependencyManagement.

<!-- Use oss-build as parent is optional -->
<parent>
    <groupId>cn.home1</groupId>
    <artifactId>oss-build</artifactId>
    <version>${oss-build.version}</version>
</parent>
<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>cn.home1</groupId>
            <artifactId>oss-release-spring-boot-${spring-boot.version}</artifactId>
            <version>${oss-release.version}</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>
cn.home1

home1-oss

Versions

Version
1.0.12.OSS