java110
2022-06-08 bf4bab696aeaaf94b6d95781e7607f17771f3d5c
service-api/pom.xml
@@ -40,9 +40,6 @@
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
@@ -55,10 +52,15 @@
            <version>0.0.20131108.vaadin1</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-websocket</artifactId>
        </dependency>
    </dependencies>
    <build>
        <finalName>service-api</finalName>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
@@ -112,5 +114,6 @@
                </configuration>
            </plugin>
        </plugins>
    </build>
</project>