Skip to content

Commit

Permalink
start
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Apr 16, 2022
1 parent 506cb74 commit 8a8c37b
Show file tree
Hide file tree
Showing 3 changed files with 281 additions and 290 deletions.
37 changes: 16 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ under the License.

<properties>
<javaVersion>8</javaVersion>
<mavenVersion>3.0</mavenVersion>
<mavenVersion>3.2.5</mavenVersion>
<doxiaVersion>1.11.1</doxiaVersion>
<doxia-sitetoolsVersion>1.11.1</doxia-sitetoolsVersion>
<wagonVersion>2.4</wagonVersion>
<sonatypeAetherVersion>1.13.1</sonatypeAetherVersion>
<aetherVersion>1.0.0.v20140518</aetherVersion>
<plexus-java.version>1.1.0</plexus-java.version>
<jetty.version>9.4.43.v20210629</jetty.version>
<!-- for ITs -->
Expand Down Expand Up @@ -132,33 +132,33 @@ under the License.
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.sonatype.aether</groupId>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-api</artifactId>
<version>${sonatypeAetherVersion}</version>
<version>${aetherVersion}</version>
</dependency>
<dependency>
<groupId>org.sonatype.aether</groupId>
<artifactId>aether-connector</artifactId>
<version>${sonatypeAetherVersion}</version>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-connector-basic</artifactId>
<version>${aetherVersion}</version>
</dependency>
<dependency>
<groupId>org.sonatype.aether</groupId>
<artifactId>aether-connector-wagon</artifactId>
<version>${sonatypeAetherVersion}</version>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-transport-wagon</artifactId>
<version>${aetherVersion}</version>
</dependency>
<dependency>
<groupId>org.sonatype.aether</groupId>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-impl</artifactId>
<version>${sonatypeAetherVersion}</version>
<version>${aetherVersion}</version>
</dependency>
<dependency>
<groupId>org.sonatype.aether</groupId>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-util</artifactId>
<version>${sonatypeAetherVersion}</version>
<version>${aetherVersion}</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency> <!-- @TODO remove!! -->
<groupId>org.apache.maven</groupId>
Expand Down Expand Up @@ -364,11 +364,6 @@ under the License.
<version>4.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.sonatype.aether</groupId>
<artifactId>aether-connector-wagon</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-http</artifactId>
Expand Down Expand Up @@ -468,7 +463,7 @@ under the License.
<systemPropertyVariables>
<maven.home>${maven.home}</maven.home>
<https.protocols>${https.protocols}</https.protocols>
</systemPropertyVariables>
</systemPropertyVariables>
<environmentVariables>
<JENKINS_MAVEN_AGENT_DISABLED>true</JENKINS_MAVEN_AGENT_DISABLED>
</environmentVariables>
Expand Down
Loading

0 comments on commit 8a8c37b

Please # to comment.