All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gems.maven-tools-1.2.1.spec.gemfile_with_test_group.pom.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>no_group_id_given</groupId>
  <artifactId>gemfile_with_test_group</artifactId>
  <version>0.0.0</version>
  <name>gemfile_with_test_group</name>
  <properties>
    <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
    <jruby.plugins.version>3.0.0</jruby.plugins.version>
    <mavengem.wagon.version>2.0.0</mavengem.wagon.version>
  </properties>
  <repositories>
    <repository>
      <id>mavengems</id>
      <url>mavengem:https://rubygems.org</url>
    </repository>
  </repositories>
  <build>
    <extensions>
      <extension>
        <groupId>org.jruby.maven</groupId>
        <artifactId>mavengem-wagon</artifactId>
        <version>${mavengem.wagon.version}</version>
      </extension>
    </extensions>
    <directory>${basedir}/pkg</directory>
    <plugins>
      <plugin>
        <groupId>org.jruby.maven</groupId>
        <artifactId>gem-maven-plugin</artifactId>
        <version>${jruby.plugins.version}</version>
        <executions>
          <execution>
            <id>install gems</id>
            <goals>
              <goal>initialize</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
  <profiles>
    <profile>
      <id>gemfile</id>
      <activation>
        <file>
          <missing>Gemfile.lock</missing>
        </file>
      </activation>
      <dependencies>
        <dependency>
          <groupId>rubygems</groupId>
          <artifactId>rack</artifactId>
          <version>[1.5.2,1.5.99999]</version>
          <type>gem</type>
        </dependency>
        <dependency>
          <groupId>rubygems</groupId>
          <artifactId>activerecord</artifactId>
          <version>[4.1.1,4.1.99999]</version>
          <type>gem</type>
        </dependency>
        <dependency>
          <groupId>rubygems</groupId>
          <artifactId>activerecord-jdbcmysql-adapter</artifactId>
          <version>[1.3.7,1.3.99999]</version>
          <type>gem</type>
        </dependency>
        <dependency>
          <groupId>rubygems</groupId>
          <artifactId>newrelic_rpm</artifactId>
          <version>[0,)</version>
          <type>gem</type>
        </dependency>
        <dependency>
          <groupId>rubygems</groupId>
          <artifactId>aws-sdk</artifactId>
          <version>[1.40.2,1.40.99999]</version>
          <type>gem</type>
        </dependency>
        <dependency>
          <groupId>rubygems</groupId>
          <artifactId>grape</artifactId>
          <version>[0.7.0,0.7.99999]</version>
          <type>gem</type>
        </dependency>
        <dependency>
          <groupId>rubygems</groupId>
          <artifactId>codeclimate-test-reporter</artifactId>
          <version>[0,)</version>
          <type>gem</type>
          <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>rubygems</groupId>
          <artifactId>rspec-mocks</artifactId>
          <version>[2.14.1,2.14.99999]</version>
          <type>gem</type>
          <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>rubygems</groupId>
          <artifactId>rspec</artifactId>
          <version>[2.14.1,2.14.99999]</version>
          <type>gem</type>
          <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>rubygems</groupId>
          <artifactId>simplecov</artifactId>
          <version>[0.8.2,0.8.99999]</version>
          <type>gem</type>
          <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>rubygems</groupId>
          <artifactId>thor</artifactId>
          <version>[0.18.1,0.18.99999]</version>
          <type>gem</type>
          <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>rubygems</groupId>
          <artifactId>vcr</artifactId>
          <version>[2.8.0,2.8.99999]</version>
          <type>gem</type>
          <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>rubygems</groupId>
          <artifactId>webmock</artifactId>
          <version>[1.16.0,1.16.99999]</version>
          <type>gem</type>
          <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>rubygems</groupId>
          <artifactId>fake_sqs</artifactId>
          <version>[0.1.0,0.1.99999]</version>
          <type>gem</type>
          <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>rubygems</groupId>
          <artifactId>rack-test</artifactId>
          <version>[0.6.2,0.6.99999]</version>
          <type>gem</type>
          <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>rubygems</groupId>
          <artifactId>database_cleaner</artifactId>
          <version>[1.2.0,1.2.99999]</version>
          <type>gem</type>
          <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>rubygems</groupId>
          <artifactId>shoulda-matchers</artifactId>
          <version>[2.6.1,2.6.99999]</version>
          <type>gem</type>
          <scope>test</scope>
        </dependency>
      </dependencies>
    </profile>
    <profile>
      <id>gemfile_lock</id>
      <activation>
        <file>
          <exists>Gemfile.lock</exists>
        </file>
      </activation>
      <build>
        <plugins>
          <plugin>
            <groupId>org.jruby.maven</groupId>
            <artifactId>gem-maven-plugin</artifactId>
            <version>${jruby.plugins.version}</version>
            <executions>
              <execution>
                <id>install gem sets for compile</id>
                <phase>initialize</phase>
                <goals>
                  <goal>sets</goal>
                </goals>
                <configuration>
                  <scope>compile</scope>
                  <gems>
                    <rack>1.5.2</rack>
                    <activerecord>4.1.1</activerecord>
                    <activemodel>4.1.1</activemodel>
                    <activesupport>4.1.1</activesupport>
                    <i18n>0.6.9</i18n>
                    <json>1.8.1</json>
                    <minitest>5.3.3</minitest>
                    <thread_safe>0.3.3</thread_safe>
                    <tzinfo>1.1.0</tzinfo>
                    <builder>3.2.2</builder>
                    <arel>5.0.1.20140414130214</arel>
                    <activerecord-jdbcmysql-adapter>1.3.7</activerecord-jdbcmysql-adapter>
                    <activerecord-jdbc-adapter>1.3.7</activerecord-jdbc-adapter>
                    <jdbc-mysql>5.1.30</jdbc-mysql>
                    <newrelic_rpm>3.8.1.221</newrelic_rpm>
                    <aws-sdk>1.40.3</aws-sdk>
                    <nokogiri>1.6.1</nokogiri>
                    <mini_portile>0.5.3</mini_portile>
                    <grape>0.7.0</grape>
                    <hashie>2.1.1</hashie>
                    <multi_json>1.10.0</multi_json>
                    <multi_xml>0.5.5</multi_xml>
                    <rack-accept>0.4.5</rack-accept>
                    <rack-mount>0.8.3</rack-mount>
                    <virtus>1.0.2</virtus>
                    <axiom-types>0.1.1</axiom-types>
                    <descendants_tracker>0.0.4</descendants_tracker>
                    <ice_nine>0.11.0</ice_nine>
                    <coercible>1.0.0</coercible>
                    <equalizer>0.0.9</equalizer>
                  </gems>
                </configuration>
              </execution>
              <execution>
                <id>install gem sets for test</id>
                <phase>initialize</phase>
                <goals>
                  <goal>sets</goal>
                </goals>
                <configuration>
                  <scope>test</scope>
                  <gems>
                    <codeclimate-test-reporter>0.3.0</codeclimate-test-reporter>
                    <simplecov>0.8.2</simplecov>
                    <docile>1.1.3</docile>
                    <simplecov-html>0.8.0</simplecov-html>
                    <rspec-mocks>2.14.6</rspec-mocks>
                    <rspec>2.14.1</rspec>
                    <rspec-core>2.14.8</rspec-core>
                    <rspec-expectations>2.14.5</rspec-expectations>
                    <diff-lcs>1.2.5</diff-lcs>
                    <thor>0.18.1</thor>
                    <vcr>2.8.0</vcr>
                    <webmock>1.16.1</webmock>
                    <addressable>2.3.6</addressable>
                    <crack>0.4.2</crack>
                    <safe_yaml>1.0.3</safe_yaml>
                    <fake_sqs>0.1.0</fake_sqs>
                    <sinatra>1.4.5</sinatra>
                    <rack-protection>1.5.3</rack-protection>
                    <tilt>1.4.1</tilt>
                    <rack-test>0.6.2</rack-test>
                    <database_cleaner>1.2.0</database_cleaner>
                    <shoulda-matchers>2.6.1</shoulda-matchers>
                  </gems>
                </configuration>
              </execution>
            </executions>
          </plugin>
        </plugins>
      </build>
    </profile>
  </profiles>
</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy