Commit 6dcaa8d2 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

+ added further dependencies and standalone ls runner

parent cbb4d730
Loading
Loading
Loading
Loading
+17 −1
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@
			                <addClasspath>true</addClasspath>
                            <classpathPrefix>lib/</classpathPrefix>
                	        <mainClass>org.etsi.mts.tdl.web.ServerLauncher</mainClass>
                            <!-- <mainClass>org.etsi.mts.tdl.web.RunServer</mainClass> -->
			            </manifest>
			        </archive>
				</configuration>
@@ -164,6 +165,11 @@
			<artifactId>jetty-webapp</artifactId>
			<version>11.0.15</version>
		</dependency>
        <dependency>
            <groupId>commons-logging</groupId>
            <artifactId>commons-logging</artifactId>
            <version>1.3.0</version>
        </dependency>
<!-- <dependency>
			<groupId>org.eclipse.jetty</groupId>
			<artifactId>jetty-runner</artifactId>
@@ -300,6 +306,16 @@
  <artifactId>engine</artifactId>
  <version>2.4.0.202203041826</version>
</dependency>
<dependency>
  <groupId>org.eclipse.emf.codegen</groupId>
  <artifactId>ecore</artifactId>
  <version>2.35.0.v20230801-1141</version>
</dependency>
<dependency>
  <groupId>org.eclipse.emf</groupId>
  <artifactId>codegen</artifactId>
  <version>2.23.0.v20230211-1150</version>
</dependency>

	</dependencies>
</project>
+371 KiB

File added.

No diff preview for this file type.

+1 −0
Original line number Diff line number Diff line
26c5254aeecdef30055f477067e16ab4
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
12708ad0482d368449adc22762db30c183c56e03
 No newline at end of file
+9 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.eclipse.emf</groupId>
  <artifactId>codegen</artifactId>
  <version>2.23.0.v20230211-1150</version>
  <description>POM was created from install:install-file</description>
</project>
Loading