|
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 | 6 | <!-- Project from https://start.vaadin.com/project/25bb864a-5cfc-4bcc-8a0c-1abc5ff20bd8 --> |
7 | | - <artifactId>webapp</artifactId> |
| 7 | + <artifactId>datamanagement-webapp</artifactId> |
8 | 8 | <name>Data Manager Webapp</name> |
9 | 9 | <version>0.3.0</version> |
10 | 10 | <packaging>jar</packaging> |
|
65 | 65 |
|
66 | 66 | <dependencyManagement> |
67 | 67 | <dependencies> |
68 | | - <dependency> |
69 | | - <groupId>life.qbic</groupId> |
70 | | - <artifactId>core</artifactId> |
71 | | - <version>0.3.0</version> |
72 | | - </dependency> |
73 | 68 | <dependency> |
74 | 69 | <groupId>com.vaadin</groupId> |
75 | 70 | <artifactId>vaadin-bom</artifactId> |
76 | 71 | <version>${vaadin.version}</version> |
77 | 72 | <type>pom</type> |
78 | 73 | <scope>import</scope> |
79 | 74 | </dependency> |
| 75 | + <dependency> |
| 76 | + <groupId>life.qbic</groupId> |
| 77 | + <artifactId>datamanagement-core</artifactId> |
| 78 | + <version>0.3.0</version> |
| 79 | + <scope>compile</scope> |
| 80 | + </dependency> |
80 | 81 | </dependencies> |
81 | 82 | </dependencyManagement> |
82 | 83 |
|
83 | 84 | <dependencies> |
84 | | - <dependency> |
85 | | - <groupId>life.qbic</groupId> |
86 | | - <artifactId>core</artifactId> |
87 | | - </dependency> |
88 | 85 | <dependency> |
89 | 86 | <groupId>com.vaadin</groupId> |
90 | 87 | <!-- Replace artifactId with vaadin-core to use only free components --> |
91 | 88 | <artifactId>vaadin</artifactId> |
92 | 89 | </dependency> |
| 90 | + <dependency> |
| 91 | + <groupId>life.qbic</groupId> |
| 92 | + <artifactId>datamanagement-core</artifactId> |
| 93 | + </dependency> |
93 | 94 | <dependency> |
94 | 95 | <groupId>com.vaadin</groupId> |
95 | 96 | <artifactId>vaadin-spring-boot-starter</artifactId> |
|
116 | 117 | <artifactId>mysql-connector-java</artifactId> |
117 | 118 | </dependency> |
118 | 119 |
|
119 | | - <dependency> |
120 | | - <groupId>com.vaadin</groupId> |
121 | | - <artifactId>exampledata</artifactId> |
122 | | - <version>4.1.2</version> |
123 | | - </dependency> |
124 | | - |
125 | 120 | <dependency> |
126 | 121 | <groupId>com.h2database</groupId> |
127 | 122 | <artifactId>h2</artifactId> |
|
0 commit comments