File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ allprojects {
6868        mavenCentral()
6969        maven { url " https://plugins.gradle.org/m2/" 
7070        maven { url ' https://s01.oss.sonatype.org/content/repositories/snapshots' 
71-         maven { url ' https://maven.repository.redhat.com/ga/' 
7271    }
7372}
7473
Original file line number Diff line number Diff line change @@ -16,12 +16,11 @@ dependencies {
1616    implementation(" com.fasterxml.jackson.core:jackson-databind:2.12.0" 
1717    implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.0" 
1818
19-     implementation(' com.googlecode:openbeans:1.0' 
2019    implementation(" io.github.classgraph:classgraph:4.8.90" 
2120
2221    implementation(" com.squareup.okhttp3:okhttp:4.9.0" 
2322
24-     //   compile files('./libs/openbeans-1.0.jar')
23+     compile files(' ./libs/openbeans-1.0.jar' 
2524    compileOnly(" org.thymeleaf:thymeleaf:3.0.11.RELEASE" 
2625    testImplementation(" org.thymeleaf:thymeleaf:3.0.11.RELEASE" 
2726
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments