Skip to content

Commit

Permalink
Update release test resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
smarkwal committed Sep 27, 2024
1 parent 3c07b16 commit 64878a2
Show file tree
Hide file tree
Showing 10 changed files with 6,013 additions and 7,820 deletions.
6 changes: 3 additions & 3 deletions jarhc-release-tests/src/main/resources/jar-toc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ org/jarhc/artifacts/Artifact.class | size=3403 | crc=1495505896
org/jarhc/artifacts/ArtifactFinder.class | size=351 | crc=1381731833
org/jarhc/artifacts/MavenArtifactFinder$Settings.class | size=3004 | crc=2767647163
org/jarhc/artifacts/MavenArtifactFinder.class | size=12050 | crc=2326117662
org/jarhc/artifacts/MavenRepository$TransitiveDependencySelector.class | size=1362 | crc=1902718747
org/jarhc/artifacts/MavenRepository.class | size=12227 | crc=1452090763
org/jarhc/artifacts/MavenRepository$TransitiveDependencySelector.class | size=1362 | crc=2194161330
org/jarhc/artifacts/MavenRepository.class | size=11890 | crc=1438304755
org/jarhc/artifacts/Repository.class | size=695 | crc=3488938442
org/jarhc/artifacts/RepositoryException.class | size=563 | crc=2689614731
org/jarhc/env/ClasspathJavaRuntime.class | size=1642 | crc=1284871351
Expand All @@ -53,7 +53,7 @@ org/jarhc/java/ClassLoader$Callback.class | size=315 | crc=2487640519
org/jarhc/java/ClassLoader$NoOpCallback.class | size=872 | crc=1160428244
org/jarhc/java/ClassLoader.class | size=7810 | crc=3924775790
org/jarhc/java/ClassLoaderStrategy.class | size=1042 | crc=189508992
org/jarhc/loader/AbstractFileLoader.class | size=9062 | crc=1066044440
org/jarhc/loader/AbstractFileLoader.class | size=9459 | crc=4242287345
org/jarhc/loader/archive/Archive.class | size=1759 | crc=2942638871
org/jarhc/loader/archive/ArchiveEntry.class | size=270 | crc=104578764
org/jarhc/loader/archive/ChecksumInputStream.class | size=1865 | crc=3336983826
Expand Down
4,459 changes: 1,002 additions & 3,457 deletions jarhc-release-tests/src/main/resources/jar-with-deps-toc.txt

Large diffs are not rendered by default.

138 changes: 3 additions & 135 deletions jarhc-release-tests/src/main/resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,93 +59,9 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-impl</artifactId>
<version>1.1.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-api</artifactId>
<version>1.1.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-util</artifactId>
<version>1.1.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-spi</artifactId>
<version>1.1.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-connector-basic</artifactId>
<version>1.1.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-transport-file</artifactId>
<version>1.1.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-transport-http</artifactId>
<version>1.1.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-aether-provider</artifactId>
<version>3.3.9</version>
<groupId>org.apache.maven.resolver</groupId>
<artifactId>maven-resolver-supplier</artifactId>
<version>1.9.22</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -178,53 +94,5 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.3.0-jre</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.14</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.5.1</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.17.1</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>
Loading

0 comments on commit 64878a2

Please sign in to comment.