Projekt

Obecné

Profil

« Předchozí | Další » 

Revize b539ef29

Přidáno uživatelem Jakub Šmíd před asi 2 roky(ů)

Added path
- searching and highlighting text
- returning list of found catalog items

re #9490

Zobrazit rozdíly:

backend/pom.xml
23 23
        </dependency>
24 24

  
25 25
        <dependency>
26
            <groupId>org.projectlombok</groupId>
27
            <artifactId>lombok</artifactId>
26
            <groupId>org.springframework.boot</groupId>
27
            <artifactId>spring-boot-configuration-processor</artifactId>
28 28
            <optional>true</optional>
29 29
        </dependency>
30

  
30 31
        <dependency>
31 32
            <groupId>org.springframework.boot</groupId>
32 33
            <artifactId>spring-boot-starter-test</artifactId>
33 34
            <scope>test</scope>
34 35
        </dependency>
35 36

  
36
        <dependency>
37
            <groupId>com.h2database</groupId>
38
            <artifactId>h2</artifactId>
39
            <scope>test</scope>
40
        </dependency>
41

  
42
        <dependency>
43
            <groupId>org.postgresql</groupId>
44
            <artifactId>postgresql</artifactId>
45
            <scope>runtime</scope>
46
        </dependency>
47

  
48 37
        <dependency>
49 38
            <groupId>org.springframework.boot</groupId>
50 39
            <artifactId>spring-boot-starter-data-jpa</artifactId>
......
64 53
            <groupId>org.springframework.security</groupId>
65 54
            <artifactId>spring-security-test</artifactId>
66 55
            <scope>test</scope>
56
            <version>5.6.2</version>
57
        </dependency>
58

  
59
        <dependency>
60
            <groupId>org.projectlombok</groupId>
61
            <artifactId>lombok</artifactId>
62
            <optional>true</optional>
63
            <version>1.18.22</version>
64
        </dependency>
65

  
66
        <dependency>
67
            <groupId>com.h2database</groupId>
68
            <artifactId>h2</artifactId>
69
            <scope>test</scope>
70
            <version>2.1.210</version>
71
        </dependency>
72

  
73
        <dependency>
74
            <groupId>org.postgresql</groupId>
75
            <artifactId>postgresql</artifactId>
76
            <scope>runtime</scope>
77
            <version>42.3.3</version>
67 78
        </dependency>
68 79

  
69 80
        <dependency>
......
75 86
        <dependency>
76 87
            <groupId>com.auth0</groupId>
77 88
            <artifactId>java-jwt</artifactId>
78
            <version>3.19.0</version>
89
            <version>3.19.1</version>
79 90
        </dependency>
80 91

  
81 92
        <dependency>
......
84 95
            <version>31.1-jre</version>
85 96
        </dependency>
86 97

  
87
        <dependency>
88
            <groupId>org.springframework.boot</groupId>
89
            <artifactId>spring-boot-configuration-processor</artifactId>
90
            <version>2.6.5</version>
91
            <optional>true</optional>
92
        </dependency>
93

  
94 98
        <dependency>
95 99
            <groupId>org.springdoc</groupId>
96 100
            <artifactId>springdoc-openapi-ui</artifactId>
97
            <version>1.6.6</version>
101
            <version>1.6.7</version>
98 102
        </dependency>
99 103
    </dependencies>
100 104

  

Také k dispozici: Unified diff