[ 
https://issues.apache.org/jira/browse/PHOENIX-2773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15195948#comment-15195948
 ] 

Thomas D'Silva commented on PHOENIX-2773:
-----------------------------------------

+1
If we bump up the sqlline version to 1.1.9 (PHOENIX-2772)), we don't need the 
conjars.org repo. I think we don't need the other two repos as well, I can 
build the phoenix jars without them.

> Remove unnecessary repos in poms
> --------------------------------
>
>                 Key: PHOENIX-2773
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-2773
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: James Taylor
>             Fix For: 4.8.0
>
>         Attachments: PHOENIX-2773.patch
>
>
> It seems we have a lot of cruft in our pom in terms of repos. Now that 
> sqlline is hosted in maven central (see PHOENIX-2772), it seems like we 
> should only need the one repo 
> {{https://repository.apache.org/content/repositories/releases}}.
> {code}
>   <repositories>
>     <repository>
>       <id>apache release</id>
>       <url>https://repository.apache.org/content/repositories/releases/</url>
>     </repository>
>     <repository>
>       <id>conjars.org</id>
>       <url>http://conjars.org/repo</url>
>     </repository>
>     <repository>
>       <id>apache snapshot</id>
>       <url>https://repository.apache.org/content/repositories/snapshots/</url>
>       <snapshots>
>         <enabled>true</enabled>
>       </snapshots>
>     </repository>
>     <repository>
>       <id>sonatype-nexus-snapshots</id>
>       <name>Sonatype Nexus Snapshots</name>
>       <url>https://oss.sonatype.org/content/repositories/snapshots</url>
>       <snapshots>
>         <enabled>true</enabled>
>       </snapshots>
>     </repository>
>   </repositories>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to