Skip to content

the parent pom of easy-retrofit, Any mainstream Java web framework extension(starter) needs to inherit this file

License

Notifications You must be signed in to change notification settings

easyretrofit/parent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version Build License

easy-retrofit-parent

the parent pom of easy-retrofit, Any mainstream Java web framework extension(starter) needs to inherit this file

从3.0.0 开始, parent pom移除了如下配置, 以避免retrofit升级导致的parent文件升级

<dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>com.squareup.retrofit2</groupId>
                <artifactId>retrofit</artifactId>
                <version>${retrofit.version}</version>
            </dependency>
        </dependencies>
    </dependencyManagement>

About

the parent pom of easy-retrofit, Any mainstream Java web framework extension(starter) needs to inherit this file

Resources

License

Stars

Watchers

Forks

Packages

No packages published