Skip to content

Commit 5aa2eed

Browse files
committed
add snapshot repositories to pom.xml files
1 parent 982ab76 commit 5aa2eed

7 files changed

Lines changed: 175 additions & 10 deletions

File tree

core/pom.xml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,41 @@
8282
<artifactId>wiremock-jetty12</artifactId>
8383
</dependency>
8484
</dependencies>
85+
<repositories>
86+
<repository>
87+
<releases>
88+
<enabled>true</enabled>
89+
</releases>
90+
<snapshots>
91+
<enabled>false</enabled>
92+
</snapshots>
93+
<id>bintray</id>
94+
<url>https://jcenter.bintray.com</url>
95+
</repository>
96+
<repository>
97+
<snapshots>
98+
<enabled>true</enabled>
99+
</snapshots>
100+
<id>central</id>
101+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
102+
</repository>
103+
</repositories>
104+
<pluginRepositories>
105+
<pluginRepository>
106+
<snapshots>
107+
<enabled>true</enabled>
108+
</snapshots>
109+
<id>dash-licenses-snapshots</id>
110+
<url>https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/</url>
111+
</pluginRepository>
112+
<pluginRepository>
113+
<snapshots>
114+
<enabled>true</enabled>
115+
</snapshots>
116+
<id>maven-central</id>
117+
<url>https://repo.maven.apache.org/maven2</url>
118+
</pluginRepository>
119+
</pluginRepositories>
85120
<build>
86121
<plugins>
87122
<plugin>

filestorage-memory/pom.xml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,39 @@
4141
<artifactId>slf4j-simple</artifactId>
4242
</dependency>
4343
</dependencies>
44+
<repositories>
45+
<repository>
46+
<releases>
47+
<enabled>true</enabled>
48+
</releases>
49+
<snapshots>
50+
<enabled>false</enabled>
51+
</snapshots>
52+
<id>bintray</id>
53+
<url>https://jcenter.bintray.com</url>
54+
</repository>
55+
<repository>
56+
<snapshots>
57+
<enabled>true</enabled>
58+
</snapshots>
59+
<id>central</id>
60+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
61+
</repository>
62+
</repositories>
63+
<pluginRepositories>
64+
<pluginRepository>
65+
<snapshots>
66+
<enabled>true</enabled>
67+
</snapshots>
68+
<id>dash-licenses-snapshots</id>
69+
<url>https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/</url>
70+
</pluginRepository>
71+
<pluginRepository>
72+
<snapshots>
73+
<enabled>true</enabled>
74+
</snapshots>
75+
<id>maven-central</id>
76+
<url>https://repo.maven.apache.org/maven2</url>
77+
</pluginRepository>
78+
</pluginRepositories>
4479
</project>

integration-test/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@
9191
<artifactId>guava</artifactId>
9292
<scope>test</scope>
9393
</dependency>
94-
<dependency>
95-
<groupId>de.fraunhofer.iosb.ilt.fa3st.service</groupId>
96-
<artifactId>fa3st-service-endpoint-opcua</artifactId>
97-
</dependency>
9894
<dependency>
9995
<groupId>net.javacrumbs.json-unit</groupId>
10096
<artifactId>json-unit-assertj</artifactId>

messagebus-internal/pom.xml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,39 @@
2828
<artifactId>fa3st-common</artifactId>
2929
</dependency>
3030
</dependencies>
31+
<repositories>
32+
<repository>
33+
<releases>
34+
<enabled>true</enabled>
35+
</releases>
36+
<snapshots>
37+
<enabled>false</enabled>
38+
</snapshots>
39+
<id>bintray</id>
40+
<url>https://jcenter.bintray.com</url>
41+
</repository>
42+
<repository>
43+
<snapshots>
44+
<enabled>true</enabled>
45+
</snapshots>
46+
<id>central</id>
47+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
48+
</repository>
49+
</repositories>
50+
<pluginRepositories>
51+
<pluginRepository>
52+
<snapshots>
53+
<enabled>true</enabled>
54+
</snapshots>
55+
<id>dash-licenses-snapshots</id>
56+
<url>https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/</url>
57+
</pluginRepository>
58+
<pluginRepository>
59+
<snapshots>
60+
<enabled>true</enabled>
61+
</snapshots>
62+
<id>maven-central</id>
63+
<url>https://repo.maven.apache.org/maven2</url>
64+
</pluginRepository>
65+
</pluginRepositories>
3166
</project>

persistence-memory/pom.xml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,39 @@
4545
<artifactId>slf4j-simple</artifactId>
4646
</dependency>
4747
</dependencies>
48+
<repositories>
49+
<repository>
50+
<releases>
51+
<enabled>true</enabled>
52+
</releases>
53+
<snapshots>
54+
<enabled>false</enabled>
55+
</snapshots>
56+
<id>bintray</id>
57+
<url>https://jcenter.bintray.com</url>
58+
</repository>
59+
<repository>
60+
<snapshots>
61+
<enabled>true</enabled>
62+
</snapshots>
63+
<id>central</id>
64+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
65+
</repository>
66+
</repositories>
67+
<pluginRepositories>
68+
<pluginRepository>
69+
<snapshots>
70+
<enabled>true</enabled>
71+
</snapshots>
72+
<id>dash-licenses-snapshots</id>
73+
<url>https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/</url>
74+
</pluginRepository>
75+
<pluginRepository>
76+
<snapshots>
77+
<enabled>true</enabled>
78+
</snapshots>
79+
<id>maven-central</id>
80+
<url>https://repo.maven.apache.org/maven2</url>
81+
</pluginRepository>
82+
</pluginRepositories>
4883
</project>

pom.xml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,39 @@
6464
<artifactId>fa3st-common</artifactId>
6565
</dependency>
6666
</dependencies>
67+
<repositories>
68+
<repository>
69+
<releases>
70+
<enabled>true</enabled>
71+
</releases>
72+
<snapshots>
73+
<enabled>false</enabled>
74+
</snapshots>
75+
<id>bintray</id>
76+
<url>https://jcenter.bintray.com</url>
77+
</repository>
78+
<repository>
79+
<snapshots>
80+
<enabled>true</enabled>
81+
</snapshots>
82+
<id>central</id>
83+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
84+
</repository>
85+
</repositories>
86+
<pluginRepositories>
87+
<pluginRepository>
88+
<snapshots>
89+
<enabled>true</enabled>
90+
</snapshots>
91+
<id>dash-licenses-snapshots</id>
92+
<url>https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/</url>
93+
</pluginRepository>
94+
<pluginRepository>
95+
<snapshots>
96+
<enabled>true</enabled>
97+
</snapshots>
98+
<id>maven-central</id>
99+
<url>https://repo.maven.apache.org/maven2</url>
100+
</pluginRepository>
101+
</pluginRepositories>
67102
</project>

starter/src/main/java/org/eclipse/digitaltwin/fa3st/service/starter/App.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,6 @@ public class App implements Runnable {
184184
* @param args CLI arguments
185185
*/
186186
public static void main(String[] args) {
187-
args = new String[] {
188-
"--model",
189-
"C:\\tmp\\fa3st\\aasx-with-files\\PenguinBotDPP_V3.1_fix.aasx",
190-
"--config",
191-
"C:\\tmp\\fa3st\\aasx-with-files\\config.json",
192-
};
193187
Runtime.getRuntime().addShutdownHook(new Thread() {
194188
@Override
195189
public void run() {

0 commit comments

Comments
 (0)