File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed 
src/main/java/kontent/ai/delivery Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ 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/' 
7172    }
7273}
7374
Original file line number Diff line number Diff line change @@ -16,10 +16,12 @@ 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' 
1920    implementation(" io.github.classgraph:classgraph:4.8.90" 
2021
2122    implementation(" com.squareup.okhttp3:okhttp:4.9.0" 
2223
24+     //  compile files('./libs/openbeans-1.0.jar')
2325    compileOnly(" org.thymeleaf:thymeleaf:3.0.11.RELEASE" 
2426    testImplementation(" org.thymeleaf:thymeleaf:3.0.11.RELEASE" 
2527
Original file line number Diff line number Diff line change 2424
2525package  kontent .ai .delivery ;
2626
27- import  java . beans .BeanInfo ;
28- import  java . beans .IntrospectionException ;
29- import  java . beans .Introspector ;
30- import  java . beans .PropertyDescriptor ;
27+ import  com . googlecode . openbeans .BeanInfo ;
28+ import  com . googlecode . openbeans .IntrospectionException ;
29+ import  com . googlecode . openbeans .Introspector ;
30+ import  com . googlecode . openbeans .PropertyDescriptor ;
3131import  io .github .classgraph .ClassGraph ;
3232import  io .github .classgraph .ClassInfoList ;
3333import  io .github .classgraph .ScanResult ;
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments