@Reto,

I can't find an artifact after this commit:

$ grep -r jaxrs.whiteboard.jersey .
./provisioning/jaxrs-whiteboard/pom.xml:
<artifactId>jaxrs.whiteboard.jersey</artifactId>

is the only output.
Where is jaxrs.whiteboard.jersey-0.1-SNAPSHOT?

Cheers,
Enrico

Enrico Daga

--
http://www.enridaga.net
skype: enri-pan



On 1 June 2014 21:39,  <[email protected]> wrote:
> Repository: clerezza
> Updated Branches:
>   refs/heads/master b2bd675d9 -> 87b75174a
>
>
> CLEREZZA-815: added security feature,updated jersey version
>
> Project: http://git-wip-us.apache.org/repos/asf/clerezza/repo
> Commit: http://git-wip-us.apache.org/repos/asf/clerezza/commit/87b75174
> Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/87b75174
> Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/87b75174
>
> Branch: refs/heads/master
> Commit: 87b75174abc1933c4323f0eae57649465970b0a7
> Parents: b2bd675
> Author: Reto Bachmann-Gmür <[email protected]>
> Authored: Sun Jun 1 22:38:10 2014 +0200
> Committer: Reto Bachmann-Gmür <[email protected]>
> Committed: Sun Jun 1 22:38:10 2014 +0200
>
> ----------------------------------------------------------------------
>  provisioning/jaxrs-whiteboard/pom.xml        | 46 ++++++++++++++---------
>  provisioning/launchers/full-launcher/pom.xml |  6 +++
>  provisioning/platform.content/pom.xml        |  2 +-
>  provisioning/pom.xml                         |  1 +
>  provisioning/security/pom.xml                | 31 +++++++++++++++
>  5 files changed, 67 insertions(+), 19 deletions(-)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/clerezza/blob/87b75174/provisioning/jaxrs-whiteboard/pom.xml
> ----------------------------------------------------------------------
> diff --git a/provisioning/jaxrs-whiteboard/pom.xml 
> b/provisioning/jaxrs-whiteboard/pom.xml
> index 8a6c4f0..af6dbaf 100644
> --- a/provisioning/jaxrs-whiteboard/pom.xml
> +++ b/provisioning/jaxrs-whiteboard/pom.xml
> @@ -53,30 +53,25 @@
>              <artifactId>commons-lang</artifactId>
>          </dependency>
>          <dependency>
> -            <groupId>org.apache.stanbol</groupId>
> -            <artifactId>org.apache.stanbol.commons.web.base</artifactId>
> -            <version>1.0.0-SNAPSHOT</version>
> -        </dependency>
> -        <dependency>
> -            <groupId>org.apache.stanbol</groupId>
> -            
> <artifactId>org.apache.stanbol.commons.web.base.jersey</artifactId>
> -            <version>1.0.0-SNAPSHOT</version>
> +            <groupId>org.apache.clerezza</groupId>
> +            <artifactId>jaxrs.whiteboard.jersey</artifactId>
> +            <version>0.1-SNAPSHOT</version>
>          </dependency>
>
>          <dependency>
>              <groupId>org.glassfish.jersey.core</groupId>
>              <artifactId>jersey-common</artifactId>
> -            <version>2.2</version>
> +            <version>2.8</version>
>          </dependency>
>          <dependency>
>              <groupId>org.glassfish.jersey.core</groupId>
>              <artifactId>jersey-server</artifactId>
> -            <version>2.2</version>
> +            <version>2.8</version>
>          </dependency>
>          <dependency>
>              <groupId>org.glassfish.jersey.core</groupId>
>              <artifactId>jersey-client</artifactId>
> -            <version>2.2</version>
> +            <version>2.8</version>
>          </dependency>
>          <dependency>
>              <groupId>org.glassfish.jersey.containers</groupId>
> @@ -84,22 +79,22 @@
>              use "jersey-container-servlet-core", otherwise
>              "jersey-container-servlet"        -->
>              <artifactId>jersey-container-servlet-core</artifactId>
> -            <version>2.2</version>
> +            <version>2.8</version>
>          </dependency>
>          <dependency>
>              <groupId>org.glassfish.hk2</groupId>
>              <artifactId>hk2-api</artifactId>
> -            <version>2.2.0-b15</version>
> +            <version>2.2.0</version>
>          </dependency>
>          <dependency>
>              <groupId>org.glassfish.hk2</groupId>
>              <artifactId>hk2-locator</artifactId>
> -            <version>2.2.0-b15</version>
> +            <version>2.2.0</version>
>          </dependency>
>          <dependency>
>              <groupId>org.glassfish.hk2</groupId>
>              <artifactId>hk2-utils</artifactId>
> -            <version>2.2.0-b15</version>
> +            <version>2.2.0</version>
>          </dependency>
>          <dependency>
>              <groupId>org.glassfish.hk2</groupId>
> @@ -110,17 +105,32 @@
>          <dependency>
>              <groupId>org.glassfish.hk2.external</groupId>
>              <artifactId>javax.inject</artifactId>
> -            <version>2.1.88</version>
> +            <version>2.2.0</version>
>          </dependency>
>          <dependency>
>              <groupId>org.glassfish.hk2.external</groupId>
>              <artifactId>asm-all-repackaged</artifactId>
> -            <version>2.1.88</version>
> +            <version>2.2.0</version>
>          </dependency>
>          <dependency>
>              <groupId>org.glassfish.hk2.external</groupId>
>              <artifactId>cglib</artifactId>
> -            <version>2.1.88</version>
> +            <version>2.2.0-b23</version>
> +        </dependency>
> +        <dependency>
> +            <groupId>org.glassfish.hk2.external</groupId>
> +            <artifactId>aopalliance-repackaged</artifactId>
> +            <version>2.2.0</version>
> +        </dependency>
> +        <dependency>
> +            <groupId>org.javassist</groupId>
> +            <artifactId>javassist</artifactId>
> +            <version>3.18.0-GA</version>
> +        </dependency>
> +        <dependency>
> +            <groupId>org.glassfish.jersey.bundles.repackaged</groupId>
> +            <artifactId>jersey-guava</artifactId>
> +            <version>2.7</version>
>          </dependency>
>          <dependency>
>              <groupId>javax.validation</groupId>
>
> http://git-wip-us.apache.org/repos/asf/clerezza/blob/87b75174/provisioning/launchers/full-launcher/pom.xml
> ----------------------------------------------------------------------
> diff --git a/provisioning/launchers/full-launcher/pom.xml 
> b/provisioning/launchers/full-launcher/pom.xml
> index 34d9b37..23a0f1d 100644
> --- a/provisioning/launchers/full-launcher/pom.xml
> +++ b/provisioning/launchers/full-launcher/pom.xml
> @@ -286,6 +286,12 @@
>              <version>0.1-SNAPSHOT</version>
>              <type>partialbundlelist</type>
>          </dependency>
> +        <dependency>
> +            <groupId>org.apache.clerezza.provisioning</groupId>
> +            <artifactId>security</artifactId>
> +            <version>0.1-SNAPSHOT</version>
> +            <type>partialbundlelist</type>
> +        </dependency>
>      </dependencies>
>
>
>
> http://git-wip-us.apache.org/repos/asf/clerezza/blob/87b75174/provisioning/platform.content/pom.xml
> ----------------------------------------------------------------------
> diff --git a/provisioning/platform.content/pom.xml 
> b/provisioning/platform.content/pom.xml
> index 0e29d34..d6ce139 100644
> --- a/provisioning/platform.content/pom.xml
> +++ b/provisioning/platform.content/pom.xml
> @@ -69,7 +69,7 @@
>          <dependency>
>              <groupId>org.apache.stanbol</groupId>
>              <artifactId>org.apache.stanbol.commons.web.resources</artifactId>
> -            <version>1.0.0-SNAPSHOT</version>
> +            <version>0.12.0</version>
>          </dependency>
>      </dependencies>
>
>
> http://git-wip-us.apache.org/repos/asf/clerezza/blob/87b75174/provisioning/pom.xml
> ----------------------------------------------------------------------
> diff --git a/provisioning/pom.xml b/provisioning/pom.xml
> index 73dc0f1..31587b2 100644
> --- a/provisioning/pom.xml
> +++ b/provisioning/pom.xml
> @@ -54,6 +54,7 @@
>          <module>rdf.web</module>
>          <module>platform.content</module>
>          <module>shell</module>
> +        <module>security</module>
>          <module>launchers</module>
>      </modules>
>
>
> http://git-wip-us.apache.org/repos/asf/clerezza/blob/87b75174/provisioning/security/pom.xml
> ----------------------------------------------------------------------
> diff --git a/provisioning/security/pom.xml b/provisioning/security/pom.xml
> index 9ab4eda..bc97dcd 100644
> --- a/provisioning/security/pom.xml
> +++ b/provisioning/security/pom.xml
> @@ -46,6 +46,13 @@
>          <dependency>
>              <groupId>org.apache.stanbol</groupId>
>              <artifactId>org.apache.stanbol.commons.security.core</artifactId>
> +            <version>1.0.0-SNAPSHOT</version>
> +        </dependency>
> +
> +        <dependency>
> +            <groupId>org.apache.stanbol</groupId>
> +            
> <artifactId>org.apache.stanbol.commons.authentication.basic</artifactId>
> +            <version>1.0.0-SNAPSHOT</version>
>          </dependency>
>
>          <dependency>
> @@ -56,10 +63,34 @@
>
>          <dependency>
>              <groupId>org.apache.clerezza</groupId>
> +            <artifactId>utils.customproperty</artifactId>
> +            <version>0.5-SNAPSHOT</version>
> +        </dependency>
> +
> +        <dependency>
> +            <groupId>org.apache.clerezza</groupId>
>              <artifactId>platform.usermanager.webinterface</artifactId>
>              <version>0.14-SNAPSHOT</version>
>          </dependency>
>
> +        <dependency>
> +            <groupId>org.apache.servicemix.bundles</groupId>
> +            <artifactId>org.apache.servicemix.bundles.javax.mail</artifactId>
> +            <version>1.4.1_5</version>
> +        </dependency>
> +
> +        <dependency>
> +            <groupId>org.apache.servicemix.specs</groupId>
> +            
> <artifactId>org.apache.servicemix.specs.activation-api-1.1</artifactId>
> +            <version>2.4.0</version>
> +        </dependency>
> +
> +        <dependency>
> +            <groupId>org.apache.clerezza</groupId>
> +            <artifactId>platform.mail</artifactId>
> +            <version>0.5-SNAPSHOT</version>
> +        </dependency>
> +
>          <dependency>
>              <groupId>org.apache.clerezza</groupId>
>              <artifactId>permissiondescriptions</artifactId>
>

Reply via email to