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

Add repo to support jmxtools dependency #85

Open
jaimecasero opened this issue Sep 13, 2016 · 4 comments
Open

Add repo to support jmxtools dependency #85

jaimecasero opened this issue Sep 13, 2016 · 4 comments

Comments

@jaimecasero
Copy link
Contributor

I notice this library is manually downloaded and installed into local repo.

If we confirm is really required for this project, then i would add this repo to the list, so normal resolution is applied
`

        <id>datanucleus</id>

        <name>DataNucleus Releases</name>

        <url>http://www.datanucleus.org/downloads/</url>

        <releases>

            <enabled>true</enabled>

            <updatePolicy>never</updatePolicy>

        </releases>

        <snapshots>

            <enabled>true</enabled>

            <updatePolicy>never</updatePolicy>

        </snapshots>

    </repository>

`

@vetss
Copy link
Contributor

vetss commented Sep 19, 2016

@jaimecasero

jmxtools is needed for JSS7 project and the most probably is not needed for GMLC itself. We need to try to remove a referense of it from gmlc project.

This lib may not be present in any repo because of Oracle policy.

@FerUy
Copy link
Contributor

FerUy commented Sep 20, 2016

Thanks @vetss for the feedback. Then, if I understood you properly, we don't need to add this repo in GMLC and may close this issue, right?

@vetss
Copy link
Contributor

vetss commented Sep 27, 2016

@FerUy I think we need to

  1. care that no file refer to the lib (it may be because of GMLC refers to some SS7 libs that referes to the lib). We may be need to add some "exclude" etc
  2. remove / do not add direct loading of the lib from CI task / referense to the repo
  3. test CI task

@FerUy FerUy added this to the 2.0.0 milestone Oct 6, 2016
@FerUy
Copy link
Contributor

FerUy commented Oct 6, 2016

Thanks @vetss 👍
Will take care of this after finishing TelScale version job.

@FerUy FerUy modified the milestones: 3.0.0, 2.0.0.FINAL-Sprint1 Apr 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants