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

Robert Munteanu edited comment on SLING-7347 at 1/8/18 7:04 PM:
----------------------------------------------------------------

For the record, there are some usages of {{bndlib}} in our projects, but after 
a brief look I think all can be easily removed

{noformat}repo grep 'bndlib'
org-apache-sling-auth-xing-api/pom.xml:    <!-- bndlib -->
org-apache-sling-auth-xing-api/pom.xml:      <artifactId>bndlib</artifactId>
org-apache-sling-auth-xing-oauth/pom.xml:    <!-- bndlib -->
org-apache-sling-auth-xing-oauth/pom.xml:      <artifactId>bndlib</artifactId>
org-apache-sling-bnd-models/pom.xml:            
<artifactId>biz.aQute.bndlib</artifactId>
org-apache-sling-caconfig-bnd-plugin/pom.xml:            
<artifactId>biz.aQute.bndlib</artifactId>
org-apache-sling-commons-cache-api/pom.xml:            
<artifactId>bndlib</artifactId>
org-apache-sling-commons-contentdetection/pom.xml:            
<artifactId>biz.aQute.bndlib</artifactId>
org-apache-sling-commons-log/pom.xml:      <artifactId>bndlib</artifactId>
org-apache-sling-commons-log/src/test/java/org/apache/sling/commons/log/logback/integration/ITPackagingData.java:
                mavenBundle("biz.aQute.bnd", "bndlib").versionAsInProject(),
org-apache-sling-discovery-base/pom.xml:            
<artifactId>bndlib</artifactId>
org-apache-sling-discovery-impl/pom.xml:            
<artifactId>bndlib</artifactId>
org-apache-sling-discovery-oak/pom.xml:            
<artifactId>bndlib</artifactId>
org-apache-sling-jcr-contentloader/pom.xml:            
<artifactId>bndlib</artifactId>
org-apache-sling-jcr-contentloader/src/test/java/org/apache/sling/jcr/contentloader/it/PaxExamUtilities.java:
                mavenBundle("biz.aQute.bnd", "bndlib").versionAsInProject(),
org-apache-sling-jcr-jackrabbit-base/pom.xml:            
<artifactId>bndlib</artifactId>
org-apache-sling-jcr-registration/pom.xml:            
<artifactId>bndlib</artifactId>
org-apache-sling-jobs/pom.xml:            
<artifactId>biz.aQute.bndlib</artifactId>
org-apache-sling-karaf-integration-tests/pom.xml:      
<artifactId>biz.aQute.bndlib</artifactId>
org-apache-sling-karaf-integration-tests/src/main/java/org/apache/sling/karaf/testing/KarafTestSupport.java:
            
mavenBundle().groupId("biz.aQute.bnd").artifactId("biz.aQute.bndlib").versionAsInProject(),
org-apache-sling-karaf-launchpad-oak-tar-integration-tests/pom.xml:      
<artifactId>biz.aQute.bndlib</artifactId>
org-apache-sling-tenant/pom.xml:            <artifactId>bndlib</artifactId>
{noformat}


was (Author: rombert):
For the record, there are some usages of `bndlib` in our projects, but after a 
brief look I think all can be easily removed

{noformat}repo grep 'bndlib'
org-apache-sling-auth-xing-api/pom.xml:    <!-- bndlib -->
org-apache-sling-auth-xing-api/pom.xml:      <artifactId>bndlib</artifactId>
org-apache-sling-auth-xing-oauth/pom.xml:    <!-- bndlib -->
org-apache-sling-auth-xing-oauth/pom.xml:      <artifactId>bndlib</artifactId>
org-apache-sling-bnd-models/pom.xml:            
<artifactId>biz.aQute.bndlib</artifactId>
org-apache-sling-caconfig-bnd-plugin/pom.xml:            
<artifactId>biz.aQute.bndlib</artifactId>
org-apache-sling-commons-cache-api/pom.xml:            
<artifactId>bndlib</artifactId>
org-apache-sling-commons-contentdetection/pom.xml:            
<artifactId>biz.aQute.bndlib</artifactId>
org-apache-sling-commons-log/pom.xml:      <artifactId>bndlib</artifactId>
org-apache-sling-commons-log/src/test/java/org/apache/sling/commons/log/logback/integration/ITPackagingData.java:
                mavenBundle("biz.aQute.bnd", "bndlib").versionAsInProject(),
org-apache-sling-discovery-base/pom.xml:            
<artifactId>bndlib</artifactId>
org-apache-sling-discovery-impl/pom.xml:            
<artifactId>bndlib</artifactId>
org-apache-sling-discovery-oak/pom.xml:            
<artifactId>bndlib</artifactId>
org-apache-sling-jcr-contentloader/pom.xml:            
<artifactId>bndlib</artifactId>
org-apache-sling-jcr-contentloader/src/test/java/org/apache/sling/jcr/contentloader/it/PaxExamUtilities.java:
                mavenBundle("biz.aQute.bnd", "bndlib").versionAsInProject(),
org-apache-sling-jcr-jackrabbit-base/pom.xml:            
<artifactId>bndlib</artifactId>
org-apache-sling-jcr-registration/pom.xml:            
<artifactId>bndlib</artifactId>
org-apache-sling-jobs/pom.xml:            
<artifactId>biz.aQute.bndlib</artifactId>
org-apache-sling-karaf-integration-tests/pom.xml:      
<artifactId>biz.aQute.bndlib</artifactId>
org-apache-sling-karaf-integration-tests/src/main/java/org/apache/sling/karaf/testing/KarafTestSupport.java:
            
mavenBundle().groupId("biz.aQute.bnd").artifactId("biz.aQute.bndlib").versionAsInProject(),
org-apache-sling-karaf-launchpad-oak-tar-integration-tests/pom.xml:      
<artifactId>biz.aQute.bndlib</artifactId>
org-apache-sling-tenant/pom.xml:            <artifactId>bndlib</artifactId>
{noformat}

> Update plugins to the most recent versions
> ------------------------------------------
>
>                 Key: SLING-7347
>                 URL: https://issues.apache.org/jira/browse/SLING-7347
>             Project: Sling
>          Issue Type: Improvement
>          Components: General
>    Affects Versions: Parent 32
>            Reporter: Konrad Windszus
>            Assignee: Konrad Windszus
>             Fix For: Parent 33
>
>
> When executing {{mvn 
> org.codehaus.mojo:versions-maven-plugin:2.5:display-plugin-updates}} the 
> following updates are found:
> {code}
> [INFO] The following plugin updates are available:
> [INFO]   biz.aQute.bnd:bnd-maven-plugin ....................... 3.3.0 -> 3.5.0
> [INFO]   maven-changes-plugin ................................. 2.11 -> 2.12.1
> [INFO]   maven-dependency-plugin ............................... 2.10 -> 3.0.2
> [INFO]   maven-failsafe-plugin .............................. 2.18.1 -> 2.20.1
> [INFO]   maven-surefire-plugin ............................. 2.18.1 -> 2.20.1
> [INFO]   maven-surefire-report-plugin ...................... 2.18.1 -> 2.20.1
> [INFO]   maven-war-plugin ....................................... 2.6 -> 3.2.0
> [INFO]   org.codehaus.cargo:cargo-maven2-plugin .............. 1.4.13 -> 1.5.1
> [INFO]   org.codehaus.mojo:build-helper-maven-plugin .......... 1.9.1 -> 3.0.0
> [INFO]   org.jacoco:jacoco-maven-plugin .......... 0.7.5.201505241946 -> 0.7.9
> ...
> [INFO] Require Maven 3.0.2 to use the following plugin updates:
> [INFO]   org.apache.sling:maven-jspc-plugin ............................ 
> 2.0.6  (already up to date)
> [INFO]   org.apache.sling:maven-sling-plugin ........................... 
> 2.1.0  (already up to date)
> [INFO] 
> [INFO] Require Maven 3.0.4 to use the following plugin updates:
> [INFO]   org.apache.sling:maven-jspc-plugin ............................ 
> 2.0.8  (already up to date)
> [INFO]   org.apache.sling:maven-sling-plugin .......................... 
> 2.1.10  (already up to date)
> [INFO]   org.apache.sling:slingstart-maven-plugin ...................... 
> 1.4.4  (already up to date)
> [INFO] 
> [INFO] Require Maven 3.0.5 to use the following plugin updates:
> [INFO]   org.apache.felix:maven-bundle-plugin .......................... 
> 3.4.0  (already up to date)
> [INFO] 
> [INFO] Require Maven 3.2.2 to use the following plugin updates:
> [INFO]   org.codehaus.cargo:cargo-maven2-plugin ........................ 1.6.6
> [INFO] 
> [INFO] Require Maven 3.3.9 to use the following plugin updates:
> [INFO]   org.apache.sling:maven-sling-plugin ........................... 
> 2.3.4 (already up to date)
> [INFO]   org.apache.sling:slingstart-maven-plugin ..................... 
> 1.7.14  (already up to date)
> {code}
> Since we actually require Maven 3.3.9 we can upgrade all plugins to the 
> latest version. The output of {{versions-maven-plugin}} does not detect that 
> due to https://github.com/mojohaus/versions-maven-plugin/issues/195.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to