Replaces local dependencies with jitpack.io dependencies
This commit is contained in:
		@@ -29,5 +29,11 @@
 | 
			
		||||
			<attribute name="maven.pomderived" value="true"/>
 | 
			
		||||
		</attributes>
 | 
			
		||||
	</classpathentry>
 | 
			
		||||
	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
 | 
			
		||||
		<attributes>
 | 
			
		||||
			<attribute name="maven.pomderived" value="true"/>
 | 
			
		||||
			<attribute name="test" value="true"/>
 | 
			
		||||
		</attributes>
 | 
			
		||||
	</classpathentry>
 | 
			
		||||
	<classpathentry kind="output" path="target/classes"/>
 | 
			
		||||
</classpath>
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										15
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								pom.xml
									
									
									
									
									
								
							@@ -17,16 +17,23 @@
 | 
			
		||||
		<maven.compiler.target>1.8</maven.compiler.target>
 | 
			
		||||
	</properties>
 | 
			
		||||
 | 
			
		||||
	<repositories>
 | 
			
		||||
		<repository>
 | 
			
		||||
			<id>jitpack.io</id>
 | 
			
		||||
			<url>https://jitpack.io</url>
 | 
			
		||||
		</repository>
 | 
			
		||||
	</repositories>
 | 
			
		||||
 | 
			
		||||
	<dependencies>
 | 
			
		||||
		<dependency>
 | 
			
		||||
			<groupId>informatik-ag-ngl</groupId>
 | 
			
		||||
			<groupId>com.github.informatik-ag-ngl</groupId>
 | 
			
		||||
			<artifactId>envoy-common</artifactId>
 | 
			
		||||
			<version>0.2-alpha</version>
 | 
			
		||||
			<version>develop-SNAPSHOT</version><!-- <version>0.2-alpha</version> -->
 | 
			
		||||
		</dependency>
 | 
			
		||||
		<dependency>
 | 
			
		||||
			<groupId>informatik-ag-ngl</groupId>
 | 
			
		||||
			<groupId>com.github.informatik-ag-ngl</groupId>
 | 
			
		||||
			<artifactId>java-nio-server</artifactId>
 | 
			
		||||
			<version>0.0.1-SNAPSHOT</version>
 | 
			
		||||
			<version>master-SNAPSHOT</version>
 | 
			
		||||
		</dependency>
 | 
			
		||||
		<dependency>
 | 
			
		||||
			<groupId>org.hibernate</groupId>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user