| 
3 | 3 |   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  | 
4 | 4 |   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">  | 
5 | 5 |   <modelVersion>4.0.0</modelVersion>  | 
6 |  | -  <groupId>life.qbic</groupId>  | 
7 | 6 |   <artifactId>rest-api</artifactId>  | 
8 |  | -  <version>1.0-SNAPSHOT</version>  | 
 | 7 | +  <version>0.1.0</version>  | 
9 | 8 |   <packaging>jar</packaging>  | 
10 | 9 | 
 
  | 
11 | 10 |   <parent>  | 
12 |  | -    <groupId>org.springframework.boot</groupId>  | 
13 |  | -    <artifactId>spring-boot-starter-parent</artifactId>  | 
14 |  | -    <version>3.2.2</version>  | 
15 |  | -    <relativePath/>  | 
 | 11 | +    <groupId>life.qbic</groupId>  | 
 | 12 | +    <artifactId>data-access-server</artifactId>  | 
 | 13 | +    <version>0.1.0</version>  | 
16 | 14 |   </parent>  | 
17 | 15 | 
 
  | 
18 | 16 |   <properties>  | 
19 | 17 |     <maven.compiler.source>21</maven.compiler.source>  | 
20 | 18 |     <maven.compiler.target>21</maven.compiler.target>  | 
21 | 19 |     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>  | 
22 |  | -    <spring.boot.version>3.2.2</spring.boot.version>  | 
 | 20 | +    <spring.boot.version>3.2.3</spring.boot.version>  | 
23 | 21 |   </properties>  | 
24 | 22 | 
 
  | 
 | 23 | +  <dependencyManagement>  | 
 | 24 | +    <dependencies>  | 
 | 25 | +      <dependency>  | 
 | 26 | +        <groupId>org.springframework.boot</groupId>  | 
 | 27 | +        <artifactId>spring-boot-dependencies</artifactId>  | 
 | 28 | +        <version>${spring.boot.version}</version>  | 
 | 29 | +        <type>pom</type>  | 
 | 30 | +        <scope>import</scope>  | 
 | 31 | +      </dependency>  | 
 | 32 | +    </dependencies>  | 
 | 33 | +  </dependencyManagement>  | 
 | 34 | + | 
25 | 35 |   <dependencies>  | 
26 | 36 |     <dependency>  | 
27 | 37 |       <groupId>org.springframework.boot</groupId>  | 
 | 
40 | 50 |     <dependency>  | 
41 | 51 |       <groupId>life.qbic</groupId>  | 
42 | 52 |       <artifactId>measurement-provider</artifactId>  | 
43 |  | -      <version>1.0-SNAPSHOT</version>  | 
 | 53 | +      <version>0.1.0</version>  | 
44 | 54 |     </dependency>  | 
45 | 55 |     <dependency>  | 
46 | 56 |       <groupId>life.qbic</groupId>  | 
47 | 57 |       <artifactId>openbis-connector</artifactId>  | 
48 |  | -      <version>1.0-SNAPSHOT</version>  | 
 | 58 | +      <version>0.1.0</version>  | 
49 | 59 |     </dependency>  | 
50 | 60 |     <dependency>  | 
51 | 61 |       <groupId>life.qbic</groupId>  | 
52 | 62 |       <artifactId>zip</artifactId>  | 
53 |  | -      <version>1.0-SNAPSHOT</version>  | 
 | 63 | +      <version>0.1.0</version>  | 
54 | 64 |     </dependency>  | 
55 | 65 |   </dependencies>  | 
56 | 66 | 
 
  | 
 | 
0 commit comments