Skip to content

Commit

Permalink
Merge pull request OpenLiberty#25438 from jhanders34/perf-improvement6
Browse files Browse the repository at this point in the history
Fix up some recent changes
  • Loading branch information
jhanders34 authored Jun 7, 2023
2 parents e49e3e2 + 35a33df commit 0ae47cb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions dev/cnf/dependabot/check_this_in_if_it_changes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4551,11 +4551,6 @@
<artifactId>neethi</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>org.bitbucket.b_c</groupId>
<artifactId>jose4j</artifactId>
<version>0.6.5</version>
</dependency>
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.equinox.console</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/repo/
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="bin" path="src"/>
<classpathentry kind="src" output="bin_test" path="test"/>
<classpathentry kind="con" path="aQute.bnd.classpath.container"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
<classpathentry kind="output" path="bin"/>
Expand Down

0 comments on commit 0ae47cb

Please sign in to comment.