Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create opportunity recognize dependencies with properties #2

Open
andreevym opened this issue Apr 11, 2017 · 1 comment
Open

Create opportunity recognize dependencies with properties #2

andreevym opened this issue Apr 11, 2017 · 1 comment

Comments

@andreevym
Copy link
Contributor

andreevym commented Apr 11, 2017

<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">
    <properties>
        <httpclient.version>4.5.2</httpclient.version>
    </properties>
    <dependencies>
        <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpclient</artifactId>
            <version>${httpclient.version}</version>
        </dependency>
    </dependencies>
</project>

@andreevym andreevym changed the title Create opportunity recognize dependencies with parameters Create opportunity recognize dependencies with properties Apr 11, 2017
@andreevym
Copy link
Contributor Author

#3

@andreevym andreevym reopened this Apr 11, 2017
sagioto added a commit that referenced this issue Feb 25, 2021
#2 Create opportunity recognize dependencies with properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant