Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for runtime (0.33 sec)

  1. maven-compat/src/test/resources/inheritance-repo/t05/p0/p1/pom.xml

        <dependency>
          <groupId>maven-test</groupId>
          <artifactId>t05-a</artifactId>
          <version>1.0</version>
          <scope>runtime</scope>
        </dependency>
        <dependency>
          <groupId>maven-test</groupId>
          <artifactId>t05-c</artifactId>
          <version>1.0</version>
          <scope>runtime</scope>
        </dependency>
      </dependencies>
      <build>
        <plugins>
          <plugin>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 1.3K bytes
    - Viewed (0)
  2. maven-core/src/test/resources-project-builder/complete-model/w-parent/sub/pom.xml

        <dependencies>
          <dependency>
            <groupId>org.apache.maven.its</groupId>
            <artifactId>managed-dep</artifactId>
            <version>0.1</version>
            <type>war</type>
            <scope>runtime</scope>
            <exclusions>
              <exclusion>
                <groupId>org.apache.maven.its</groupId>
                <artifactId>excluded-managed-dep</artifactId>
              </exclusion>
            </exclusions>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 8.8K bytes
    - Viewed (0)
  3. maven-compat/src/test/projects/project-dependencies-resolver/project-with-exclusions/pom.xml

      <version>1.0-SNAPSHOT</version>
      <dependencies>
        <dependency>
          <groupId>org.apache.maven.its</groupId>
          <artifactId>maven-core-it-support</artifactId>
          <version>1.3</version>
          <scope>runtime</scope>
          <exclusions>
            <exclusion>
              <groupId>commons-lang</groupId>
              <artifactId>commons-lang</artifactId>
            </exclusion>
          </exclusions>
        </dependency>
      </dependencies>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Jun 15 14:24:56 GMT 2023
    - 1.3K bytes
    - Viewed (0)
  4. maven-compat/src/test/resources/inheritance-repo/t10/p0/p1/pom.xml

        <dependency>
          <groupId>maven-test</groupId>
          <artifactId>t10-a</artifactId>
        </dependency>
    
        <dependency>
          <groupId>maven-test</groupId>
          <artifactId>t10-c</artifactId>
          <scope>runtime</scope>
        </dependency>
    
      </dependencies>
    
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-antrun-plugin</artifactId>
            <configuration>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 877 bytes
    - Viewed (0)
  5. guava-gwt/pom.xml

        </dependency>
        <!-- We redeclare the j2objc-annotations dependency from `guava`: Our Gradle
             Module Metadata hides the dependency declared in `guava` from runtime
             configurations downstream, and GWT uses the runtime configuration for
             its builds. Thus, GWT doesn't get j2objc-annotations transitively, in
             contrast to the other deps of `guava`, which it does get transitively.
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Apr 11 15:00:55 GMT 2024
    - 19.8K bytes
    - Viewed (0)
  6. maven-core/src/test/resources-project-builder/complete-model/wo-parent/pom.xml

        <dependencies>
          <dependency>
            <groupId>org.apache.maven.its</groupId>
            <artifactId>managed-dep</artifactId>
            <version>0.1</version>
            <type>war</type>
            <scope>runtime</scope>
            <exclusions>
              <exclusion>
                <groupId>org.apache.maven.its</groupId>
                <artifactId>excluded-managed-dep</artifactId>
              </exclusion>
            </exclusions>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 8.6K bytes
    - Viewed (0)
  7. pom.xml

    			<artifactId>lasta-taglib</artifactId>
    			<version>${lasta.taglib.version}</version>
    		</dependency>
    
    		<!-- dbflute -->
    		<dependency>
    			<groupId>org.dbflute</groupId>
    			<artifactId>dbflute-runtime</artifactId>
    			<version>${dbflute.version}</version>
    		</dependency>
    
    		<!-- J2EE -->
    		<dependency>
    			<groupId>javax.servlet</groupId>
    			<artifactId>jstl</artifactId>
    XML
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Mon Apr 22 12:06:58 GMT 2024
    - 48.7K bytes
    - Viewed (0)
  8. maven-compat/src/test/resources/inheritance-repo/t10/p0/pom.xml

            <scope>test</scope>
          </dependency>
    
          <dependency>
            <groupId>maven-test</groupId>
            <artifactId>t10-b</artifactId>
            <version>1.0</version>
            <scope>runtime</scope>
          </dependency>
    
          <dependency>
            <groupId>maven-test</groupId>
            <artifactId>t10-c</artifactId>
            <version>1.0</version>
            <scope>test</scope>
          </dependency>
    
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Dec 24 18:50:27 GMT 2020
    - 878 bytes
    - Viewed (0)
  9. maven-core/src/test/resources-project-builder/managed-profile-dependency/pom.xml

      <dependencyManagement>
        <dependencies>
          <dependency>
            <groupId>org.apache.maven.its</groupId>
            <artifactId>maven-core-it-support</artifactId>
            <version>1.3</version>
            <scope>runtime</scope>
            <exclusions>
              <exclusion>
                <groupId>commons-lang</groupId>
                <artifactId>commons-lang</artifactId>
              </exclusion>
            </exclusions>
          </dependency>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.7K bytes
    - Viewed (0)
  10. .teamcity/pom.xml

                            <scope>compile</scope>
                        </dependency>
                        <dependency>
                            <groupId>org.jetbrains.kotlin</groupId>
                            <artifactId>kotlin-script-runtime</artifactId>
                            <version>${kotlin.version}</version>
                            <scope>compile</scope>
                        </dependency>
                    </dependencies>
                </plugin>
    XML
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Tue Dec 05 00:08:14 GMT 2023
    - 8.4K bytes
    - Viewed (0)
Back to top