This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-event-api.git
commit f429950539894b04da2ed5cd6ee2d8b15826699f Author: Stefan Egli <[email protected]> AuthorDate: Wed Mar 29 09:50:50 2017 +0000 SLING-6739 : pom.xml cleanup to reflect its status as the new sling.event.api bundle - eg no dependencies needed, no ITs etc git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1789318 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 269 +--------------------------------------------------------------- 1 file changed, 2 insertions(+), 267 deletions(-) diff --git a/pom.xml b/pom.xml index 385da15..efa00b7 100644 --- a/pom.xml +++ b/pom.xml @@ -31,9 +31,9 @@ <packaging>bundle</packaging> <version>0.0.1-SNAPSHOT</version> - <name>Apache Sling Event Support</name> + <name>Apache Sling Event API</name> <description> - Support for eventing. + Support API for eventing. </description> <scm> @@ -52,7 +52,6 @@ <max.port>37999</max.port> </properties> - <build> <plugins> <plugin> @@ -61,21 +60,6 @@ <extensions>true</extensions> <configuration> <instructions> - <Import-Package> - javax.servlet;javax.servlet.http;resolution:=optional, - org.apache.felix.inventory;resolution:=optional, - * - </Import-Package> - <DynamicImport-Package> - javax.servlet, - javax.servlet.http, - org.apache.felix.inventory - </DynamicImport-Package> - <Embed-Dependency> - jackrabbit-jcr-commons;inline="org/apache/jackrabbit/util/ISO9075.*|org/apache/jackrabbit/util/ISO8601.*|org/apache/jackrabbit/util/XMLChar.*", - org.apache.sling.commons.osgi;inline="org/apache/sling/commons/osgi/PropertiesUtil.*", - quartz;inline="org/quartz/CronExpression.*|org/quartz/ValueSet.*" - </Embed-Dependency> <_plugin>org.apache.felix.scrplugin.bnd.SCRDescriptorBndPlugin;destdir=${project.build.outputDirectory};</_plugin> </instructions> </configuration> @@ -90,11 +74,6 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> - <configuration> - <excludes> - <exclude>derby.log</exclude> - </excludes> - </configuration> </plugin> <!-- plain unit tests --> <plugin> @@ -106,81 +85,8 @@ </configuration> </plugin> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>build-helper-maven-plugin</artifactId> - <executions> - <execution> - <id>reserve-network-port</id> - <goals> - <goal>reserve-network-port</goal> - </goals> - <phase>pre-integration-test</phase> - <configuration> - <portNames> - <portName>http.port</portName> - </portNames> - <minPortNumber>${min.port}</minPortNumber> - <maxPortNumber>${max.port}</maxPortNumber> - </configuration> - </execution> - </executions> - </plugin> - <!-- integration tests run with pax-exam --> - <plugin> - <artifactId>maven-failsafe-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>integration-test</goal> - <goal>verify</goal> - </goals> - </execution> - </executions> - <configuration> - <systemProperties> - <property> - <name>project.bundle.file</name> - <value>${bundle.file.name}</value> - </property> - <property> - <name>bundle.build.dir</name> - <value>${bundle.build.dir}</value> - </property> - <property> - <name>org.osgi.service.http.port</name> - <value>${http.port}</value> - </property> - </systemProperties> - <argLine> - -Xmx2048m -XX:MaxPermSize=512m - </argLine> - <includes> - <include>**/it/*</include> - </includes> - </configuration> - </plugin> - <plugin> - <artifactId>maven-clean-plugin</artifactId> - <configuration> - <filesets> - <fileset> - <directory>${basedir}</directory> - <includes> - <include>derby.log</include> - </includes> - </fileset> - <fileset> - <directory>jackrabbit</directory> - </fileset> - </filesets> - </configuration> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <excludePackageNames>org.apache.sling.event.impl:org.apache.sling.event.impl.jobs:org.apache.sling.event.impl.jobs.config:org.apache.sling.event.impl.jobs.console:org.apache.sling.event.impl.jobs.jmx:org.apache.sling.event.impl.jobs.notifications:org.apache.sling.event.impl.jobs.queues:org.apache.sling.event.impl.jobs.scheduling:org.apache.sling.event.impl.jobs.stats:org.apache.sling.event.impl.jobs.tasks:org.apache.sling.event.impl.support</excludePackageNames> - </configuration> </plugin> </plugins> </build> @@ -197,175 +103,4 @@ </properties> </profile> </profiles> - <dependencies> - <dependency> - <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.discovery.api</artifactId> - <version>1.0.0</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.apache.felix</groupId> - <artifactId>org.apache.felix.inventory</artifactId> - <version>1.0.0</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </dependency> - <dependency> - <groupId>org.osgi</groupId> - <artifactId>osgi.core</artifactId> - <version>6.0.0</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.service.event</artifactId> - <version>1.3.1</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.apache.felix</groupId> - <artifactId>org.apache.felix.scr.annotations</artifactId> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.settings</artifactId> - <version>1.0.0</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.api</artifactId> - <version>2.11.0</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.commons.osgi</artifactId> - <version>2.1.0</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.commons.scheduler</artifactId> - <version>2.4.0</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.commons.threads</artifactId> - <version>3.1.0</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.discovery.commons</artifactId> - <version>1.0.12</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.serviceusermapper</artifactId> - <version>1.2.0</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.apache.jackrabbit</groupId> - <artifactId>jackrabbit-jcr-commons</artifactId> - <version>2.11.2</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.quartz-scheduler</groupId> - <artifactId>quartz</artifactId> - <version>2.2.0</version> - <scope>provided</scope> - </dependency> - <!-- Webconsole --> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - <!-- Testing --> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-simple</artifactId> - </dependency> - <dependency> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.service.cm</artifactId> - <version>1.5.0</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-all</artifactId> - <version>1.10.19</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.testing.tools</artifactId> - <version>1.0.6</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.testing.sling-mock</artifactId> - <version>1.6.0</version> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>org.ops4j.pax.exam</groupId> - <artifactId>pax-exam-container-forked</artifactId> - <version>${exam.version}</version> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>org.ops4j.pax.exam</groupId> - <artifactId>pax-exam-junit4</artifactId> - <version>${exam.version}</version> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>org.ops4j.pax.exam</groupId> - <artifactId>pax-exam-link-mvn</artifactId> - <version>${exam.version}</version> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>org.ops4j.pax.exam</groupId> - <artifactId>pax-exam-cm</artifactId> - <version>${exam.version}</version> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>org.ops4j.pax.url</groupId> - <artifactId>pax-url-aether</artifactId> - <version>${url.version}</version> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>org.apache.felix</groupId> - <artifactId>org.apache.felix.framework</artifactId> - <version>5.4.0</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>javax.inject</groupId> - <artifactId>javax.inject</artifactId> - <version>1</version> - <scope>test</scope> - </dependency> - </dependencies> </project> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
