mybatis-guice
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis-guice</artifactId> <version>3.8</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2009-2016 the original author or authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.mybatis</groupId> <artifactId>mybatis-parent</artifactId> <version>27</version> <relativePath /> </parent> <artifactId>mybatis-guice</artifactId> <version>3.8</version> <packaging>jar</packaging> <name>mybatis-guice</name> <description>The MyBatis Guice module is easy-to-use Google Guice bridge for MyBatis sql mapping framework.</description> <url>http://mybatis.github.io/guice/</url> <inceptionYear>2009</inceptionYear> <contributors> <contributor> <name>Stephen Friedrich</name> <email>stephen.friedrich@fortis-it.eu</email> </contributor> <contributor> <name>Marzia Forli</name> <email>marzia.forli@yahoo.com</email> </contributor> <contributor> <name>Nino Martinez Wael</name> <email>nino.martinez.wael@gmail.com</email> </contributor> <contributor> <name>Brian Pontarelli</name> <url>https://github.com/voidmain</url> </contributor> <contributor> <name>Nathan Maves</name> <url>https://github.com/nmaves</url> </contributor> </contributors> <scm> <url>http://github.com/mybatis/guice</url> <connection>scm:git:ssh://github.com/mybatis/guice.git</connection> <developerConnection>scm:git:ssh://git@github.com/mybatis/guice.git</developerConnection> <tag>mybatis-guice-3.8</tag> </scm> <issueManagement> <system>GitHub Issue Management</system> <url>https://github.com/mybatis/guice/issues</url> </issueManagement> <ciManagement> <system>Travis CI</system> <url>https://travis-ci.org/mybatis/guice</url> </ciManagement> <distributionManagement> <site> <id>gh-pages</id> <name>Mybatis GitHub Pages</name> <url>git:ssh://git@github.com/mybatis/guice.git?gh-pages#</url> </site> </distributionManagement> <properties> <clirr.comparisonVersion>3.6</clirr.comparisonVersion> <findbugs.onlyAnalyze>org.mybatis.guice.*</findbugs.onlyAnalyze> <gcu.product>Guice</gcu.product> <guice.version>4.1.0</guice.version> <osgi.import>com.jolbox.bonecp.*;resolution:=optional,com.mchange.v2.c3p0.*;resolution:=optional,org.apache.commons.dbcp.*;resolution:=optional,*,javax.transaction.*;resolution:=optional</osgi.import> </properties> <dependencies> <!-- | Required dependencies --> <!-- | Provided dependencies --> <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> <version>3.4.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> <version>${guice.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.inject.extensions</groupId> <artifactId>guice-multibindings</artifactId> <version>${guice.version}</version> <scope>provided</scope> </dependency> <!-- | Optional dependencies --> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <version>3.0.1</version> <optional>true</optional> </dependency> <dependency> <groupId>com.mchange</groupId> <artifactId>c3p0</artifactId> <version>0.9.5.2</version> <optional>true</optional> </dependency> <dependency> <groupId>com.alibaba</groupId> <artifactId>druid</artifactId> <version>1.0.23</version> <optional>true</optional> </dependency> <dependency> <groupId>commons-dbcp</groupId> <artifactId>commons-dbcp</artifactId> <version>1.4</version> <optional>true</optional> </dependency> <dependency> <groupId>com.jolbox</groupId> <artifactId>bonecp</artifactId> <version>0.8.0.RELEASE</version> <optional>true</optional> </dependency> <dependency> <groupId>org.apache.openejb</groupId> <artifactId>javaee-api</artifactId> <version>6.0-6</version> <optional>true</optional> </dependency> <!-- | Test dependencies --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hsqldb</groupId> <artifactId>hsqldb</artifactId> <version>2.3.4</version> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.7.21</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.aries.transaction</groupId> <artifactId>org.apache.aries.transaction.manager</artifactId> <version>1.3.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.tranql</groupId> <artifactId>tranql-connector</artifactId> <version>1.8</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.aries.transaction</groupId> <artifactId>org.apache.aries.transaction.jdbc</artifactId> <version>2.1.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.aries.transaction</groupId> <artifactId>org.apache.aries.transaction.blueprint</artifactId> <version>2.1.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.derby</groupId> <artifactId>derby</artifactId> <version>10.12.1.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.geronimo.components</groupId> <artifactId>geronimo-connector</artifactId> <version>3.1.3</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pdf-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <systemProperties> <property> <name>derby.stream.error.file</name> <value>${project.build.directory}/derby.log</value> </property> </systemProperties> </configuration> </plugin> </plugins> </build> </project>