[JAVA-21134] (#14045)
* [JAVA-21134] Removed external repository from jgit module * [JAVA-21134] Removed external repository from aws-miscellaneous module + upgraded dynamodblocal version * [JAVA-21134] Removed external repository from apache-tapestry module
This commit is contained in:
parent
3cfb7c57f5
commit
b875929e57
@ -100,20 +100,12 @@
|
|||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<repositories>
|
|
||||||
<repository>
|
|
||||||
<id>dynamodb-local</id>
|
|
||||||
<name>DynamoDB Local Release Repository</name>
|
|
||||||
<url>${dynamodblocal.repository.url}</url>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<aws-lambda-java-events.version>1.3.0</aws-lambda-java-events.version>
|
<aws-lambda-java-events.version>1.3.0</aws-lambda-java-events.version>
|
||||||
<aws-lambda-java-core.version>1.1.0</aws-lambda-java-core.version>
|
<aws-lambda-java-core.version>1.1.0</aws-lambda-java-core.version>
|
||||||
<gson.version>2.8.0</gson.version>
|
<gson.version>2.8.0</gson.version>
|
||||||
<dynamodblocal.version>1.11.86</dynamodblocal.version>
|
<dynamodblocal.version>1.21.1</dynamodblocal.version>
|
||||||
<dynamodblocal.repository.url>https://s3-us-west-2.amazonaws.com/dynamodb-local/release</dynamodblocal.repository.url>
|
|
||||||
<commons-codec-version>1.10.L001</commons-codec-version>
|
<commons-codec-version>1.10.L001</commons-codec-version>
|
||||||
<jets3t-version>0.9.4.0006L</jets3t-version>
|
<jets3t-version>0.9.4.0006L</jets3t-version>
|
||||||
<maven-plugins-version>3.1.1</maven-plugins-version>
|
<maven-plugins-version>3.1.1</maven-plugins-version>
|
||||||
|
@ -26,13 +26,6 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<repositories>
|
|
||||||
<repository>
|
|
||||||
<id>jgit-repository</id>
|
|
||||||
<url>https://repo.eclipse.org/content/groups/releases/</url>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<org.eclipse.jgit.version>4.5.0.201609210915-r</org.eclipse.jgit.version>
|
<org.eclipse.jgit.version>4.5.0.201609210915-r</org.eclipse.jgit.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.tapestry</groupId>
|
<groupId>org.apache.tapestry</groupId>
|
||||||
<artifactId>tapestry-core</artifactId>
|
<artifactId>tapestry-core</artifactId>
|
||||||
<version>${tapestry-release-version}</version>
|
<version>${tapestry.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Include the Log4j implementation for the SLF4J logging framework -->
|
<!-- Include the Log4j implementation for the SLF4J logging framework -->
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -32,13 +32,13 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.tapestry</groupId>
|
<groupId>org.apache.tapestry</groupId>
|
||||||
<artifactId>tapestry-webresources</artifactId>
|
<artifactId>tapestry-webresources</artifactId>
|
||||||
<version>${tapestry-release-version}</version>
|
<version>${tapestry.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Uncomment this to add support for file uploads: -->
|
<!-- Uncomment this to add support for file uploads: -->
|
||||||
<!-- <dependency> -->
|
<!-- <dependency> -->
|
||||||
<!-- <groupId>org.apache.tapestry</groupId> -->
|
<!-- <groupId>org.apache.tapestry</groupId> -->
|
||||||
<!-- <artifactId>tapestry-upload</artifactId> -->
|
<!-- <artifactId>tapestry-upload</artifactId> -->
|
||||||
<!-- <version>${tapestry-release-version}</version> -->
|
<!-- <version>${tapestry.version}</version> -->
|
||||||
<!-- </dependency> -->
|
<!-- </dependency> -->
|
||||||
<!-- A dependency on either JUnit or TestNG is required, or the surefire plugin (which runs the -->
|
<!-- A dependency on either JUnit or TestNG is required, or the surefire plugin (which runs the -->
|
||||||
<!-- tests) will fail, preventing Maven from packaging the WAR. Tapestry includes a large number -->
|
<!-- tests) will fail, preventing Maven from packaging the WAR. Tapestry includes a large number -->
|
||||||
@ -53,7 +53,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.tapestry</groupId>
|
<groupId>org.apache.tapestry</groupId>
|
||||||
<artifactId>tapestry-test</artifactId>
|
<artifactId>tapestry-test</artifactId>
|
||||||
<version>${tapestry-release-version}</version>
|
<version>${tapestry.version}</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Provided by the servlet container, but sometimes referenced in the application code. -->
|
<!-- Provided by the servlet container, but sometimes referenced in the application code. -->
|
||||||
@ -67,7 +67,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.tapestry</groupId>
|
<groupId>org.apache.tapestry</groupId>
|
||||||
<artifactId>tapestry-javadoc</artifactId>
|
<artifactId>tapestry-javadoc</artifactId>
|
||||||
<version>${tapestry-release-version}</version>
|
<version>${tapestry.version}</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
@ -135,12 +135,6 @@
|
|||||||
<id>jboss</id>
|
<id>jboss</id>
|
||||||
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
|
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<!-- This repository is only needed when the Tapestry version is a preview release, -->
|
|
||||||
<!-- rather than a final release. -->
|
|
||||||
<repository>
|
|
||||||
<id>apache-staging</id>
|
|
||||||
<url>https://repository.apache.org/content/groups/staging/</url>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
@ -149,7 +143,7 @@
|
|||||||
<compiler.plugin.version>3.8.1</compiler.plugin.version>
|
<compiler.plugin.version>3.8.1</compiler.plugin.version>
|
||||||
<source.version>11</source.version>
|
<source.version>11</source.version>
|
||||||
<target.version>11</target.version>
|
<target.version>11</target.version>
|
||||||
<tapestry-release-version>5.8.2</tapestry-release-version>
|
<tapestry.version>5.8.2</tapestry.version>
|
||||||
<servlet-api-release-version>2.5</servlet-api-release-version>
|
<servlet-api-release-version>2.5</servlet-api-release-version>
|
||||||
<testng-release-version>6.8.21</testng-release-version>
|
<testng-release-version>6.8.21</testng-release-version>
|
||||||
<slf4j-release-version>1.7.19</slf4j-release-version>
|
<slf4j-release-version>1.7.19</slf4j-release-version>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user