You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by vishnu667 <gi...@git.apache.org> on 2016/08/05 08:15:25 UTC

[GitHub] phoenix pull request #188: [PHOENIX-3150] Updating Version for Sqlline to 1....

GitHub user vishnu667 opened a pull request:

    https://github.com/apache/phoenix/pull/188

    [PHOENIX-3150] Updating Version for Sqlline to 1.1.9

    Problem: Sqlline 1.1.8 has been removed from Maven Central. Therefore Unable to Build existing projects as `sqlline` couldn't be resolved. 
    
    Fix : Upgrade Sqlline from 1.1.8 to 1.1.9
    
    Testing: All Unit Tests Cases Passed
    
    https://github.com/julianhyde/sqlline/issues/47
    
    Jira Issue : https://issues.apache.org/jira/browse/PHOENIX-3150

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vishnu667/phoenix PHOENIX-3150

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/phoenix/pull/188.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #188
    
----
commit d22c79bf8534098606500d99e4bc7ec8c56cf809
Author: vishnu667 <vi...@gmail.com>
Date:   2016-08-05T08:06:06Z

    Updating Version for Sqlline to 1.1.9

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix pull request #188: [PHOENIX-3150] Updating Version for Sqlline to 1....

Posted by vishnu667 <gi...@git.apache.org>.
Github user vishnu667 closed the pull request at:

    https://github.com/apache/phoenix/pull/188


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] phoenix issue #188: [PHOENIX-3150] Updating Version for Sqlline to 1.1.9

Posted by vishnu667 <gi...@git.apache.org>.
Github user vishnu667 commented on the issue:

    https://github.com/apache/phoenix/pull/188
  
    Adding the Conjar's repo to the sbt build fixed the issue.
    
    ```resolvers += "Conjars" at "http://conjars.org/repo"```
    
    Refer to [PHOENIX-3150](https://issues.apache.org/jira/browse/PHOENIX-3150)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---