sitestats-impl
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.sakaiproject.sitestats</groupId> <artifactId>sitestats-impl</artifactId> <version>11.4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <name>Sakai SiteStats Implementation</name> <groupId>org.sakaiproject.sitestats</groupId> <artifactId>sitestats-impl</artifactId> <organization> <name>Universidade Fernando Pessoa</name> <url>http://www.ufp.pt</url> </organization> <inceptionYear>2006</inceptionYear> <!-- Parent: Sakai SiteStats base --> <parent> <groupId>org.sakaiproject.sitestats</groupId> <artifactId>sitestats</artifactId> <version>11.4</version><!-- sitestats.version --> </parent> <!-- Packaging --> <packaging>jar</packaging> <!-- Dependencies --> <dependencies> <!-- Kernel --> <dependency> <groupId>org.sakaiproject.kernel</groupId> <artifactId>sakai-kernel-api</artifactId> </dependency> <dependency> <groupId>org.sakaiproject.kernel</groupId> <artifactId>sakai-kernel-util</artifactId> </dependency> <dependency> <groupId>org.sakaiproject.kernel</groupId> <artifactId>sakai-component-manager</artifactId> </dependency> <!-- SiteStats --> <dependency> <groupId>org.sakaiproject.sitestats</groupId> <artifactId>sitestats-api</artifactId> </dependency> <dependency> <groupId>org.sakaiproject.sitestats</groupId> <artifactId>sitestats-impl-hib</artifactId> </dependency> <dependency> <groupId>org.sakaiproject.sitestats</groupId> <artifactId>sitestats-bundle</artifactId> </dependency> <!-- Other Sakai --> <dependency> <groupId>org.sakaiproject.entitybroker</groupId> <artifactId>entitybroker-api</artifactId> </dependency> <dependency> <groupId>org.sakaiproject.scheduler</groupId> <artifactId>scheduler-api</artifactId> </dependency> <dependency> <groupId>org.sakaiproject.scheduler</groupId> <artifactId>scheduler-component-shared</artifactId> </dependency> <dependency> <groupId>org.sakaiproject.lessonbuilder</groupId> <artifactId>lessonbuilder-api</artifactId> </dependency> <!-- Spring & Hibernate --> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-orm</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-tx</artifactId> </dependency> <!-- needed by hibernate unit tests --> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-ehcache</artifactId> </dependency> <dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> </dependency> <!-- Apache Commons --> <dependency> <groupId>commons-pool</groupId> <artifactId>commons-pool</artifactId> </dependency> <dependency> <groupId>commons-dbcp</groupId> <artifactId>commons-dbcp</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> </dependency> <dependency> <groupId>commons-digester</groupId> <artifactId>commons-digester</artifactId> </dependency> <dependency> <groupId>commons-betwixt</groupId> <artifactId>commons-betwixt</artifactId> </dependency> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> </dependency> <!-- Apache others --> <dependency> <groupId>org.apache.xmlgraphics</groupId> <artifactId>fop</artifactId> </dependency> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> </dependency> <!-- Quartz --> <dependency> <groupId>org.quartz-scheduler</groupId> <artifactId>quartz</artifactId> </dependency> <!-- JFreeChart --> <dependency> <groupId>jfree</groupId> <artifactId>jfreechart</artifactId> </dependency> <!-- Testing dependencies --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.hsqldb</groupId> <artifactId>hsqldb</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <!-- Stuck at 4.4 https://jira.springsource.org/browse/SPR-5145 --> <version>4.11</version> </dependency> <!-- <dependency> <groupId>com.oracle</groupId> <artifactId>ojdbc14</artifactId> <scope>test</scope> </dependency> --> <dependency> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>cglib</groupId> <artifactId>cglib-full</artifactId> <version>2.0.2</version> <scope>test</scope> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>net.sf.ehcache</groupId> <artifactId>ehcache-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>1.9.0</version> <scope>test</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <resources> <resource> <directory>src/java</directory> <includes> <include>**/*.xml</include> </includes> <excludes> <exclude>**/web.xml</exclude> </excludes> </resource> <resource> <directory>src/bundle</directory> </resource> </resources> </build> <profiles> <profile> <id>default</id> <activation> <activeByDefault>true</activeByDefault> </activation> <build> <resources> <resource> <directory>src/java</directory> <includes> <include>**/*.xml</include> </includes> <excludes> <exclude>**/web.xml</exclude> </excludes> </resource> </resources> <!-- Unit testing --> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <includes> <include>**/*Test.java</include> </includes> </configuration> </plugin> </plugins> <testResources> <testResource> <directory>src/test</directory> <includes> <include>**/*.xml</include> <include>**/*.properties</include> </includes> </testResource> </testResources> </build> </profile> <profile> <!-- Execute performance tests (instead) --> <id>perftests</id> <properties> <perftests.includes>**/*TestPerf.java</perftests.includes> </properties> <build> <!-- Unit testing --> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.6</version> <configuration> <includes> <include>**/*Test.java</include> <include>${perftests.includes}</include> </includes> </configuration> </plugin> </plugins> <testResources> <testResource> <directory>src/test</directory> <includes> <include>**/*.xml</include> <include>**/*.properties</include> </includes> </testResource> </testResources> </build> </profile> </profiles> </project>