webjars-locator-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.webjars</groupId> <artifactId>webjars-locator-core</artifactId> <version>0.59</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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>9</version> </parent> <packaging>jar</packaging> <groupId>org.webjars</groupId> <artifactId>webjars-locator-core</artifactId> <version>0.59</version> <name>webjars-locator-core</name> <description>WebJar Locator Core functionality</description> <inceptionYear>2012</inceptionYear> <url>http://webjars.org</url> <licenses> <license> <name>MIT</name> <url>https://github.com/webjars/webjars-locator-core/blob/master/LICENSE.md</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>http://github.com/webjars/webjars-locator-core</url> <connection>scm:git:https://github.com/webjars/webjars-locator-core.git</connection> <developerConnection>scm:git:https://github.com/webjars/webjars-locator-core.git</developerConnection> <tag>webjars-locator-core-0.59</tag> </scm> <developers> <developer> <id>jamesward</id> <name>James Ward</name> <email>james@jamesward.org</email> </developer> </developers> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.build.outputTimestamp>1717805436</project.build.outputTimestamp> <slf4j.version>2.0.13</slf4j.version> <springboot.version>2.6.3</springboot.version> </properties> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/webjars/webjars-locator-core/issues</url> </issueManagement> <ciManagement> <system>GitHub Actions</system> <url>https://github.com/webjars/webjars-locator-core/actions</url> </ciManagement> <dependencies> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>${slf4j.version}</version> </dependency> <dependency> <groupId>io.github.classgraph</groupId> <artifactId>classgraph</artifactId> <version>4.8.173</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>2.17.1</version> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <version>3.0.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>${slf4j.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.webjars</groupId> <artifactId>bootstrap</artifactId> <version>3.1.1-1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.webjars</groupId> <artifactId>bootswatch-yeti</artifactId> <version>3.1.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.webjars</groupId> <artifactId>less-node</artifactId> <version>1.6.0-1</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>3.1.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.webjars</groupId> <artifactId>jquery</artifactId> <version>2.1.0-3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.webjars</groupId> <artifactId>angularjs</artifactId> <version>1.2.11</version> <scope>test</scope> </dependency> <dependency> <groupId>org.webjars</groupId> <artifactId>angular-translate</artifactId> <version>2.1.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.webjars</groupId> <artifactId>angular-tree-control</artifactId> <version>0.1.5-1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>angular-ui-router</artifactId> <version>0.2.15</version> <scope>test</scope> </dependency> <dependency> <groupId>org.webjars</groupId> <artifactId>requirejs</artifactId> <version>2.3.6</version> <scope>test</scope> </dependency> <dependency> <groupId>org.webjars</groupId> <artifactId>when-node</artifactId> <version>3.5.2-2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.webjars</groupId> <artifactId>select2</artifactId> <version>3.5.2-1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>babel-core</artifactId> <version>6.0.16</version> <scope>test</scope> <exclusions> <exclusion> <groupId>org.webjars.npm</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>util</artifactId> <version>0.10.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>virtual-keyboard</artifactId> <version>1.30.1</version> <scope>test</scope> <exclusions> <exclusion> <groupId>org.webjars.npm</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-loader</artifactId> <version>${springboot.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-loader-tools</artifactId> <version>${springboot.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>rxjs</artifactId> <version>5.0.0-beta.12</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot</artifactId> <version>${springboot.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</artifactId> <version>${springboot.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.webjars.bowergithub.vaadin</groupId> <artifactId>vaadin-form-layout</artifactId> <version>2.1.5</version> <scope>test</scope> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>angular__http</artifactId> <version>2.4.10</version> <scope>test</scope> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>swagger-ui-dist</artifactId> <version>3.25.0</version> <scope>test</scope> </dependency> </dependencies> <build> <resources> <resource> <directory>.</directory> <targetPath>META-INF</targetPath> <includes> <include>LICENSE.md</include> </includes> </resource> </resources> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>3.3.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>3.2.5</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>3.7.0</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>3.3.1</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>animal-sniffer-maven-plugin</artifactId> <version>1.23</version> <configuration> <checkTestClasses>true</checkTestClasses> <signature> <groupId>org.codehaus.mojo.signature</groupId> <artifactId>java18</artifactId> <version>1.0</version> </signature> </configuration> <executions> <execution> <id>check-java-version-compatibility</id> <phase>test</phase> <goals> <goal>check</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> <version>3.4.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.13.0</version> <configuration> <source>1.8</source> <target>1.8</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>3.0.1</version> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.13</version> <extensions>true</extensions> <configuration> <serverId>sonatype-nexus-staging</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin> </plugins> </build> </project>